freeswitch / sofia-sip

Sofia-SIP is an open-source SIP User-Agent library, compliant with the IETF RFC3261 specification.
GNU Lesser General Public License v2.1
270 stars 175 forks source link

segfault #232

Open greenbea opened 11 months ago

greenbea commented 11 months ago

I got a segfault on my freeswitch server. I'm running libsofia v1.13.7

Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00007f50f04ad7eb in nua_dialog_usage_at (ds=0x7f50ae236c38, kind=0x7f50f05ab320 <nua_registrar_usage>, event=0x0)
    at nua_dialog.c:248
248           if (du->du_class != kind)
[Current thread is 1 (Thread 0x7f50ee10d700 (LWP 2393))]

I attached the result from gdb running bt and bt full. dump.txt

greenbea commented 10 months ago

I just had the same segfault again. I updated to version 1.13.15 hope it will help.