Hi, 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.
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: https://github.com/OpenSIPS/opensips/issues/4172 Anyone else seen this? Wadii
_______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
