[Home]

Summary:ASTERISK-09713: app_stack.c causes asterisk crash
Reporter:pj (pj)Labels:
Date Opened:2007-06-20 06:22:57Date Closed:2007-06-20 09:07:38
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_stack
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:last changes (probably) to app_stack.c causes asterisk to crash when dialing longer (9) digit number, when dialing three digits it's working fine,
previous revisions are OK.

SVN-trunk-r70272M - FAIL
SVN-trunk-r69327M - OK

****** ADDITIONAL INFORMATION ******

Program terminated with signal 11, Segmentation fault.
#0  local_write (chan=0x81edf10, cmd=0xb7151216 "LOCAL", var=0xb6ff6e45 "ARG1", value=0xb6ff6c60 "724xxxxxx") at app_stack.c:370
370             AST_LIST_TRAVERSE(&frame->varshead, variables, entries) {
Comments:By: Tilghman Lesher (tilghman) 2007-06-20 07:45:27

I need a 'bt full', please.

By: Tilghman Lesher (tilghman) 2007-06-20 08:05:16

New version committed, please try 70291.

By: pj (pj) 2007-06-20 08:51:59

seems, that issue has gone away, thanks.

SVN-trunk-r70291M
app_stack.c               Revision: 70291

By: Jason Parker (jparker) 2007-06-20 09:07:37

Closing, fixed.