[asterisk-bugs] [JIRA] (ASTERISK-22083) Segfault in res_musiconhold

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Jul 25 16:05:04 CDT 2013


     [ https://issues.asterisk.org/jira/browse/ASTERISK-22083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rusty Newton updated ASTERISK-22083:
------------------------------------

    Assignee: Sébastien Couture
      Status: Waiting for Feedback  (was: Triage)

The crash looks different than the one in ASTERISK-21775.

The segfault happens in free. There is likely memory corruption.

Please follow the instructions on https://wiki.asterisk.org/wiki/display/AST/Valgrind and provide Valgrind debug.

Get an Asterisk log leading up to the crash if possible. (with VERBOSE and DEBUG turned up to 5)

Attach it to the issue and hit Send Back when you've got those items.
                
> Segfault in res_musiconhold
> ---------------------------
>
>                 Key: ASTERISK-22083
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22083
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_musiconhold
>    Affects Versions: 1.8.22.0
>         Environment: Linux vgw1 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 16:11:24 UTC 2011 x86_64 GNU/Linux
>            Reporter: Sébastien Couture
>            Assignee: Sébastien Couture
>         Attachments: backtrace.txt
>
>
> We've had Asterisk segfault with an error in res_musiconhold.c; more specifically in the 'moh_scan_files' function (line 1066):
> {code}
> for (i = 0; i < class->total_files; i++)
>   ast_free(class->filearray[i]);
> {code}
> I've attached a backtrace of the core dump. I'm wondering if this could be related to ASTERISK-21775. I haven't yet tried the patch mentioned in that issue.

--
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