[asterisk-bugs] [JIRA] (ASTERISK-22786) Asterisk crash with "Bus Error" when users hangup after leaving voicemail (ODBC storage)

Nicolas BARON (JIRA) noreply at issues.asterisk.org
Mon Nov 4 08:26:03 CST 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211475#comment-211475 ] 

Nicolas BARON commented on ASTERISK-22786:
------------------------------------------

Hello,

No luck with the patch. I also patched a 11.6.0 version, just to be sure, and the result is the same.
I'm thinking of letting down this issue, and moving my voicemail backend to IMAP, because there is not much of debug I can do anymore.
I'll keep you posted.
                
> Asterisk crash with "Bus Error" when users hangup after leaving voicemail (ODBC storage)
> ----------------------------------------------------------------------------------------
>
>                 Key: ASTERISK-22786
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22786
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_voicemail/ODBC
>    Affects Versions: 11.5.1
>         Environment: Linux Fedora 18 with kernel 3.9.11
>            Reporter: Nicolas BARON
>            Assignee: Nicolas BARON
>         Attachments: backtrace.txt, issueA22786_dont_mmap_more_than_filesize.patch
>
>
> When users leave voicemail (ODBC storage), Asterisk crashes with "Bus Error".
> Dialplan section :
> exten => s,1,Answer()
> exten => s,n,Playback(radiom-misenrelation)
> exten => s,n,Set(CALLERID(name)=STD RADIOM ${CALLERID(name)})
> exten => s,n,Wait(2)
> exten => s,n,Dial(IAX2/yomama-out/standard&SIP/standard1,30,mTt)
> exten => s,n,Playback(radiom-repondeur)
> exten => s,n,VoiceMail(1234 at default,s)
> exten => s,n,Hangup()
> Here is the backtrace PasteBin : http://ur1.ca/fy7nv, generated with instructions found at : https://wiki.asterisk.org/wiki/display/AST/Getting+a+Backtrace, yet still including "<optimized_out>" mentions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list