On 07/02/14 13:01, Alex Balashov wrote: > Related: > > Every once in a while, rtpengine will go unresponsive despite continuing > to run. Here, for instance, ping commands from Kamailio can be observed, > but are going unreplied:
Probably a deadlock. Either jump into the running process with gdb, or send a core-dumping signal and then load the core in gdb. Execute "thread apply all bt" to see where it's hung up on. cheers _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
