Philipp von Klitzing
2004-Feb-26 09:53 UTC
[Asterisk-Users] chan_capi 0.3.1 segfault backtrace
Hi there, maybe kapjod or some else is interested in this? The Asterisk box runs an "AVM Fritz! PCI" BRI card. Philipp (gdb) bt #0 0x418ba070 in pipe_msg (PLCI=257, CMSG=0x80e3d88) at chan_capi.c:1369 #1 0x418bc2fb in capi_handle_msg (CMSG=0x80e3d88) at chan_capi.c:2182 #2 0x418bc3a6 in do_monitor (data=0x0) at chan_capi.c:2209 #3 0x40032faf in pthread_start_thread () from /lib/i686/libpthread.so.0 [root]# gdb asterisk core.24240 GNU gdb Red Hat Linux (5.2-2) This GDB was configured as "i386-redhat-linux"... Core was generated by `asterisk -vvvg -c'. Program terminated with signal 11, Segmentation fault. #0 0x418ba070 in pipe_msg (PLCI=257, CMSG=0x80e3d88) at chan_capi.c:1369 1369 if ( (p->i->state != CAPI_STATE_DISCONNECTED) && (ast_check_hangup(p->c) == 0)) { And here's another core dump a couple of days earlier showing the same: #0 0x418ba070 in pipe_msg (PLCI=257, CMSG=0x812e6b0) at chan_capi.c:1369 1369 if ( (p->i->state != CAPI_STATE_DISCONNECTED) && (ast_check_hangup(p->c) == 0)) { (gdb) bt #0 0x418ba070 in pipe_msg (PLCI=257, CMSG=0x812e6b0) at chan_capi.c:1369 #1 0x418bc2fb in capi_handle_msg (CMSG=0x812e6b0) at chan_capi.c:2182 #2 0x418bc3a6 in do_monitor (data=0x0) at chan_capi.c:2209 #3 0x40032faf in pthread_start_thread () from /lib/i686/libpthread.so.0