[Home]

Summary:ASTERISK-04762: seg fault when hanging up during app_voicemail vm_authenticate
Reporter:sohosys (sohosys)Labels:
Date Opened:2005-08-02 20:49:07Date Closed:2005-08-04 18:49:47
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Functions/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Running cvs head 8/3/2005, realtime mysql for sip, extensions, and voicemail on FC3. Also running cdr_mysql.

segmentation fault occurs when caller enters voicemailmain and the hangs up during vm_authenticate (after the "password?" prompt) without entering a password.

make clean ; make install on asterisk also reports this error even though asterisk-addons was also checked out at the same time as asterisk. rec-checked out asterisk-addons and ran make ; make install in /usr/src/asterisk-addons again, the ran make clean ; make install in /usr/src/asterisk to confirm, same issue.

WARNING WARNING WARNING

Your Asterisk modules directory, located at
/usr/lib/asterisk/modules
contains modules that were not installed by this
version of Asterisk. Please ensure that these
modules are compatible with this version before
attempting to run Asterisk.

   app_addon_sql_mysql.so
   app_saycountpl.so
   cdr_addon_mysql.so
   format_mp3.so
   res_config_mysql.so

WARNING WARNING WARNING


segmentation fault output

Aug  2 19:26:39 WARNING[28352]: app_voicemail.c:4645 vm_authenticate: Unable to read password
Segmentation fault

realtime is configured correctly, and app_voicemail can actually read password. If password is entered correctly at this point instead of hanging up every works as expected.

System was upgraded from cvs head 6/2/2005 to 8/3/2005, not sure if problem exisited in 6/2/2005 due to the fact that the hangup during vm_authenticate may have never happended while on 6/2/2005.



Comments:By: Mark Spencer (markster) 2005-08-03 00:09:52

This a dupe and has already bee nfixed in CVS head.