matrix-org / matrix-appservice-verto

A Matrix <--> Verto bridge, designed for conferencing
Apache License 2.0
16 stars 7 forks source link

New segfault in freeswitch #4

Open matrixbot opened 8 years ago

matrixbot commented 8 years ago

Created by @ matthew:matrix.org.

ara4n commented 8 years ago
freeswitch@adc-prd-matrix-003:/usr/local/freeswitch/bin$ gdb -c core.18342 /usr/local/freeswitch/bin/freeswitch

(gdb) bt
#0  __strcmp_sse42 () at ../sysdeps/x86_64/multiarch/strcmp.S:260
#1  0x00007fec7db355aa in switch_core_media_activate_rtp () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#2  0x00007fec66bcd421 in verto_tech_media () at mod_verto.c:2248
#3  0x00007fec66bcd578 in verto_send_media_indication () at mod_verto.c:2426
#4  0x00007fec66bcd86c in messagehook () at mod_verto.c:2543
#5  0x00007fec7db0c854 in switch_core_session_perform_receive_message () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#6  0x00007fec7daecf7d in switch_channel_perform_answer () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#7  0x00007fec7db1078a in switch_core_session_exec () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#8  0x00007fec7db10d28 in switch_core_session_execute_application_get_flags () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#9  0x00007fec7db14042 in switch_core_session_run () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#10 0x00007fec7db0e03e in switch_core_session_thread () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#11 0x00007fec7db09ded in switch_core_session_thread_pool_worker () from /usr/local/freeswitch/lib/libfreeswitch.so.1
#12 0x00007fec7dde2cc6 in dummy_worker (opaque=0x7fec680eb3f0) at threadproc/unix/thread.c:151
#13 0x00007fec7d028b50 in start_thread (arg=<optimized out>) at pthread_create.c:304
#14 0x00007fec7c71afbd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#15 0x0000000000000000 in ?? ()
ara4n commented 7 years ago

i think i fixed this years ago.

ara4n commented 7 years ago

actually, perhaps this one is legitimately unsolved still

rubo77 commented 6 years ago

Is there a workaround?