[Home]

Summary:ASTERISK-07162: asterisk crash with core dump
Reporter:Eldad Ran (eldadran)Labels:
Date Opened:2006-06-14 01:37:15Date Closed:2006-06-16 12:00:59
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:see core dump:
#0  0x00802860 in pri_dchannel (vpri=0x815520) at chan_zap.c:7942
7942                    pri_reset(pri->pri, PVT_TO_CHANNEL(pri->pvts[pri->resetpos]));
(gdb) bt
#0  0x00802860 in pri_dchannel (vpri=0x815520) at chan_zap.c:7942
#1  0x001063b6 in start_thread () from /lib/libpthread.so.0
#2  0x00ce333e in clone () from /lib/libc.so.6
(gdb) bt full
#0  0x00802860 in pri_dchannel (vpri=0x815520) at chan_zap.c:7942
       f = {frametype = 4, subclass = 17, datalen = 0, samples = 0, mallocd = 0, offset = 0, src = 0x0, data = 0x0,
 delivery = {tv_sec = 0, tv_usec = 0}, prev = 0x0, next = 0x0}
       pri = Variable "pri" is not available.


****** ADDITIONAL INFORMATION ******

LibPRI ver: libpri-1.2.2
ZapTel ver: zaptel-1.2.5
Comments:By: Serge Vecher (serge-v) 2006-06-14 08:28:34

please update to the latest version of Asterisk/Zaptel/libpri -- 1.2.9.1/1.2.6/1.2.3 respectively and try again.

By: Serge Vecher (serge-v) 2006-06-16 12:00:49

feel free to reopen if the problem still persists in the latest stable releases. Make sure the backtrace is from non-optimized non-modifed Asterisk build. Thanks.