[asterisk-bugs] [JIRA] (ASTERISK-23141) Asterisk crashes on Dial()

Corey Farrell (JIRA) noreply at issues.asterisk.org
Tue Jan 21 20:09:03 CST 2014


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

Corey Farrell updated ASTERISK-23141:
-------------------------------------

    Attachment: cleanup-AST_PBX_MAX_STACK.patch

The attached patch ensures AST_PBX_MAX_STACK is defined by:
include/asterisk/pbx.h
include/asterisk/extconf.h
utils/extconf.c - this file should probably include asterisk/extconf.h, but it doesn't so I left the AST_PBX_MAX_STACK define in place.

The crash was caused by increasing the value in main/pbx.c but not in pbx.h.
                
> Asterisk crashes on Dial()
> --------------------------
>
>                 Key: ASTERISK-23141
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-23141
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Applications/app_dial
>    Affects Versions: 11.7.0
>         Environment: Description:    Debian GNU/Linux 6.0.7 (squeeze)
> Release:        6.0.7
> Codename:       squeeze
>            Reporter: Maxim
>            Severity: Minor
>         Attachments: backtrace.txt, cleanup-AST_PBX_MAX_STACK.patch
>
>
> Istalled asterisk 11.7, but it crashes on executing Dial() with segfault in syslog
> Jan 15 14:58:10 IBM-new-gw kernel: [18189314.280726] asterisk[29153]: segfault at 7f9500000081 ip 00007f95499549c4 sp 00007f95441bb988 error 4 in libc-2.11.3.so[7f95498d5000+159000]
> Jan 15 15:13:29 IBM-new-gw kernel: [18190230.877973] asterisk[17118]: segfault at 81 ip 00007fde1f1329c4 sp 00007fddfb9a2d38 error 4 in libc-2.11.3.so[7fde1f0b3000+159000]
> Jan 15 15:15:03 IBM-new-gw kernel: [18190325.257799] asterisk[17485]: segfault at 7f6a00000081 ip 00007f6a3fa769c4 sp 00007f6a1c28c8d8 error 4 in libc-2.11.3.so[7f6a3f9f7000+159000]
> Jan 15 15:15:29 IBM-new-gw kernel: [18190351.050684] asterisk[18868]: segfault at 7fee00000081 ip 00007fee4f5929c4 sp 00007fee47c5e618 error 4 in libc-2.11.3.so[7fee4f513000+159000]

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