[Home]

Summary:ASTERISK-08869: Segementation fault. Crashes
Reporter:Jonathan Smids (oyibo)Labels:
Date Opened:2007-02-24 06:34:26.000-0600Date Closed:2011-06-07 14:00:58
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) OUTPUT.txt
Description:core show version
Asterisk 1.4.0 built by root @ asterisk2 on a x86_64 running Linux on 2007-02-24 01:12:11 UTC

Using web-meetme to setup conference rooms. When calling the conf. call extension, it all goes well until you give in the PIN:

*CLI>     -- Executing [1995@numberplan-custom-1:1] Answer("SIP/1500-007d6100", "") in new stack
   -- Executing [1995@numberplan-custom-1:2] Wait("SIP/1500-007d6100", "3") in new stack
   -- Executing [1995@numberplan-custom-1:3] CBMySQL("SIP/1500-007d6100", "") in new stack
   -- Playing 'conf-getconfno' (language 'en')
[Feb 24 13:32:33] NOTICE[6317]: app_cbmysql.c:431 cb_exec: getConf: 1
   -- Playing 'agent-pass' (language 'en')
[Feb 24 13:32:36] NOTICE[6317]: app_cbmysql.c:143 passQuery: Admin flags: asdA
[Feb 24 13:32:36] NOTICE[6317]: app_cbmysql.c:144 passQuery: user flags: d
[Feb 24 13:32:36] NOTICE[6317]: app_cbmysql.c:166 passQuery: PASSQUERY:
[Feb 24 13:32:36] NOTICE[6317]: app_cbmysql.c:434 cb_exec: getPass: 1
Segmentation fault


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

Reported this issue to the sourceforge web-meetme project page as well, but they think it might be an Asterisk bug.

http://sourceforge.net/forum/forum.php?thread_id=1680685&forum_id=560213
Comments:By: Jonathan Smids (oyibo) 2007-02-24 06:49:40.000-0600

Sorry, forgot to put the disclaimer. Is it required for this case?

By: Tilghman Lesher (tilghman) 2007-02-25 08:09:13.000-0600

Please select the DONT_OPTIMIZE flag in 'make menuselect' and recompile.  We need a backtrace from the nonoptimized Asterisk in order to diagnose this problem.

By: Jonathan Smids (oyibo) 2007-02-26 05:48:06.000-0600

I tried making that back trace, but after having built Asterisk with the DONT_OPTIMIZE option, the web-meetme module does not load.

By: Serge Vecher (serge-v) 2007-02-26 10:55:40.000-0600

app_cbmysql is not a supported Asterisk application. Please follow up on this issue with application's developers.