Andreas Anderson wrote: > Hi Guys, > > since about two weeks pbx_dundi.so from svn segfaults when i load it, 1.4.24 > release works fine on the same box. Can someone tell me if that's something > weird with my Fedora8 system or a possible bug in svn? > > Program terminated with signal 11, Segmentation fault. > #0 0x00000000 in ?? () > (gdb) bt > #0 0x00000000 in ?? () > #1 0x0881d00c in dundi_encrypt (trans=0x985e6e0, pack=0x985b5e0) at > pbx_dundi.c:1298 > #2 0x0881d607 in dundi_send (trans=0x985e6e0, cmdresp=10, flags=<value > optimized out>, final=0, ied=0x1924210) at pbx_dundi.c:3081 > #3 0x08824834 in do_register (data=0x985bf60) at pbx_dundi.c:4093 > #4 0x080f0e31 in ast_sched_runq (con=0x9855780) at sched.c:363 > #5 0x0881c89a in network_thread (ignore=0x0) at pbx_dundi.c:2164 > #6 0x080fd7ab in dummy_start (data=0x9840ce0) at utils.c:856 > #7 0x0013b50b in start_thread () from /lib/libpthread.so.0 > #8 0x00263b2e in clone () from /lib/libc.so.6
Can you open a bug on http://bugs.digium.com with the steps of how to reproduce, along with enabling DONT_OPTIMIZE in the Compiler Flags section of menuselect? After that, then do a 'make install' so that Asterisk is recompiled with DONT_OPTIMIZE in order to generate a useful backtrace. Check out the backtrace.txt file in the doc/ subdirectory of your Asterisk source for more information. -- Leif Madsen. http://www.leifmadsen.com http://www.oreilly.com/catalog/asterisk _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
