[Home]

Summary:ASTERISK-09484: Attempt to use 'Bridge' from manager in SVN-trunk-r61864 segfaults asterisk
Reporter:Larry Host (tfbu)Labels:
Date Opened:2007-05-21 18:43:16Date Closed:2007-07-11 19:59:04
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bridge_segfault.bz2
( 1) res_features.diff
Description:I dial in to an extension that spawns an agi in php to validate a user
The agi triggers a userevent to notify a php daemon logged into manager
That manager daemon triggers an outbound call using originate/context/extension/priority
outbond call placed successfully and answered
agi specified in diaplan for outbound call launches and party answering call validates
outbound call agi sends userevent to manager daemon
manager daemon issues 'Action: Bridge' with 'channel1: ZAP/1-23' and 'channel2: ZAP/1-1'
asterisk segfaults

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

I have attached a bz2 tarball with several files:
- the asterisk binary used in the test
- the core file that resulted
- a backtrace file
- a file named diag_out.txt that contains images of console and other logs

Your uploader will not accept the file at 2.3M

I sent the core, backtrace and diag_out.txt. Pls request the binary if needed.
Comments:By: Eliel Sardanons (eliel) 2007-05-21 21:46:34

Please try this patch.

By: Eliel Sardanons (eliel) 2007-05-21 21:53:00

If this works -> Disclaimer on File? Yes.

By: Joshua C. Colp (jcolp) 2007-05-22 07:58:25

Fixed in trunk as of revision 65376. Thanks!