Hi list, I think i have already reported the issue i came across on 1.5.0 but on 1.5.1 also. I see a lot of sems threads (checking with ps -eLf) but many of the threads are never stopped/destroyed correctly.
Over time the number grows so at some point there are hundreds/thousands of sems threads running, also the virtual memory usage raises to unbelievable high values (~30GB, while there is only 4GB memory available). I did not see any relation between the Calls/Traces and the hanging threads. I am only using sbc (load_plugins=sbc;session_timer;monitoring;stats) module, so the problem is probably in the sbc module and not a general sems core Problem? There is nothing fancy about the config, except in the profile i got: outbound_interface=$P(q) So the outbound_interface is a variable not a static string. This seems to work fine, but could this have any other side effects? root 1871 1 18581 0 5044 04:07 ? 00:00:00 /usr/sbin/sems -P /var/run/sems/sems.pid -u root -g root -f /etc/sems/sems.conf root 1871 1 4342 0 5044 04:31 ? 00:00:00 /usr/sbin/sems -P /var/run/sems/sems.pid -u root -g root -f /etc/sems/sems.conf root 1871 1 19762 0 5044 04:50 ? 00:00:00 /usr/sbin/sems -P /var/run/sems/sems.pid -u root -g root -f /etc/sems/sems.conf Another thing: ERROR: getnameinfo() failed: ai_family not supported At first i thought this was related to ipv6, which is disabled now. But still the errors are coming in every few seconds. But i am not sure if this is a hint to my problem? To be fair, this is a virtual machine (KVM) but i already tested and got the same results when running on a dedicated server. Any ideas? -- Max Mühlbronner 42com Telecommunication GmbH Straße der Pariser Kommune 12-16 10243 Berlin E-Mail: [email protected] Web: www.42com.com Firmenangaben/Company information: Handelsregister/Commercial register: Amtsgericht Berlin HRB 99071 B Umsatzsteuer-ID/VAT-ID: DE223812306 Geschäftsführer/CEO: Thomas Reinig, Alexander Reinig Diese E-Mail enthält Informationen von 42com Telecommunication GmbH. Diese sind möglicherweise vertraulich und ausschließlich für den Adressaten bestimmt. Sollten Sie diese elektronische Nachricht irrtümlicherweise erhalten haben, so informieren Sie uns bitte unverzüglich telefonisch oder per E-Mail. This message is intended only for the use of the individual or entity to which it is addressed. If you have received this message by mistake, please notify us immediately. _______________________________________________ Sems mailing list [email protected] http://lists.iptel.org/mailman/listinfo/sems
