[Home]

Summary:ASTERISK-10880: Asterisk crash
Reporter:Eldad Ran (eldadran)Labels:
Date Opened:2007-11-25 12:15:23.000-0600Date Closed:2011-06-07 14:00:25
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Addons/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) crash.txt
Description:just crashed, have no idea why, see attached gdb file
Comments:By: Tilghman Lesher (tilghman) 2007-11-25 14:08:13.000-0600

Try the following commands in gdb:

frame 2
list

By: Eldad Ran (eldadran) 2007-11-26 00:55:08.000-0600

(gdb) frame 2
#2  0x00002aaab4816068 in conf_run (chan=0x2aaab00bba90, conf=0x1ba1b660, confflags=292, optargs=0x4073cb90)
  from /usr/lib/asterisk/modules/app_meetme.so
(gdb) list
2533                    read(sig_alert_pipe[0], &a, sizeof(a));
2534            }
2535
2536            return NULL;
2537    }
2538
2539    int main(int argc, char *argv[])
2540    {
2541            int c;
2542            char filename[80] = "";

By: Tilghman Lesher (tilghman) 2007-11-26 14:15:24.000-0600

Okay, you'll need to run this under valgrind, as documented in doc/valgrind.txt

By: Tilghman Lesher (tilghman) 2007-12-24 21:32:40.000-0600

No response from reporter.