Hi I'm getting this segmentation fault after update to the last two revisions. The debug info below is for:
Path: . URL: http://svn.freeswitch.org/svn/freeswitch/trunk Repository Root: http://svn.freeswitch.org/svn Repository UUID: d0543943-73ff-0310-b7d9-9358b9ac24b2 Revision: 9342 Node Kind: directory Schedule: normal Last Changed Author: mikej Last Changed Rev: 9341 Last Changed Date: 2008-08-20 23:40:59 -0300 (Wed, 20 Aug 2008) ------------------------------------------------------------------------------------------------------------- Core was generated by `./bin/freeswitch'. Program terminated with signal 11, Segmentation fault. #0 0xb7c4c283 in strlen () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt full #0 0xb7c4c283 in strlen () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #1 0xb7c4bfc5 in strdup () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. #2 0xb32f0547 in sofia_presence_event_thread_run (thread=0xb3096720, obj=0x0) at sofia_presence.c:390 event = (switch_event_t *) 0x809a088 count = 0 pop = (void *) 0x809a088 __func__ = "sofia_presence_event_thread_run" #3 0xb7e4f896 in dummy_worker (opaque=0xb3096720) at threadproc/unix/thread.c:138 No locals. #4 0xb7d5e4fb in start_thread () from /lib/tls/i686/cmov/libpthread.so.0 No symbol table info available. #5 0xb7cb0e5e in clone () from /lib/tls/i686/cmov/libc.so.6 No symbol table info available. (gdb) frame 2 #2 0xb32f0547 in sofia_presence_event_thread_run (thread=0xb3096720, obj=0x0) at sofia_presence.c:390 390 if ((user = strdup(from))) { (gdb) print *event $1 = {event_id = SWITCH_EVENT_CUSTOM, priority = SWITCH_PRIORITY_NORMAL, owner = 0x0, subclass_name = 0x0, headers = 0x0, last_header = 0x0, body = 0x0, bind_user_data = 0x0, event_user_data = 0x0, key = 0, next = 0x0} (gdb) Panchi _______________________________________________ Freeswitch-dev mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-dev UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-dev http://www.freeswitch.org
