<div dir="ltr">Hi,<br><br>After migrating 3.4 to 3.6.7 we get random startup failures (~1 out of 2): a random module fails its version check with "invalid number of rows received: 7", where 7 is the row count of another table entirely. Removing config.so makes the problem disappear completely.<br><br>Looks like config's mod_init() opens a db connection and never closes it, which ends up shared by all children after fork. Details here: <a href="https://github.com/OpenSIPS/opensips/issues/4172">https://github.com/OpenSIPS/opensips/issues/4172</a><br><br>Anyone else seen this?<br><br>Wadii</div>