[Home]

Summary:ASTERISK-12660: Asterisk 1.6.0beta9 Crashed with segmentation fault
Reporter:astervdo (astervdo)Labels:
Date Opened:2008-08-29 01:51:01Date Closed:2011-06-07 14:07:56
Priority:MinorRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
Asterisk 1.6.0beta9 Crashed with segmentation fault when trying to load the following modules.

I use the following option in modules.conf and it works fine

noload =>       app_hasnewvoicemail.so
noload =>       app_ices.so
noload =>       app_image.so
noload =>       app_lookupblacklist.so
noload =>       app_lookupcidname.so
noload =>       app_random.so
noload =>       app_realtime.so
noload =>       app_setcdruserfield.so
noload =>       app_settransfercapability.so
noload =>       func_language.so
noload =>       func_moh.so
noload =>       res_features.so

as you can see that app_realtime.so is not loaded which is of my concern.

regards
aster
Comments:By: Mark Michelson (mmichelson) 2008-08-29 13:56:35

To diagnose a crash, we'll need a backtrace. See doc/backtrace.txt for information on how to retrieve one.

Out of curiosity, did you see any warnings when you ran `make install` telling you about modules existing which were not installed by the current version of Asterisk?

By: Jason Parker (jparker) 2008-08-29 17:45:11

I'm going to go ahead and close this.  It seems like putnopvut was starting in this direction...

app_realtime does not exist in 1.6.  Loading it would very easily cause a segfault.

Please see UPGRADE.txt and UPGRADE-1.4.txt


* The REALTIME() function is now available in version 1.4 and app_realtime has
 been deprecated in favor of the new function. app_realtime will be removed
 completely with the version 1.6 release so please take the time between
 releases to make any necessary changes