[Home]

Summary:ASTERISK-19434: Segmentation fault on starting ConfBridge
Reporter:Birger "WIMPy" Harzenetter (wimpy)Labels:
Date Opened:2012-02-27 19:34:03.000-0600Date Closed:2012-03-13 12:03:19
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Channels
Versions:SVN Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) bt2
( 1) bt3
( 2) bt4
Description:This happend after transferring a caller in to ConfBridge.

[Edit] - mjordan - backtrace indicates a recursive call in channel.c caused the crash (ast_set_write_format)
Comments:By: Birger "WIMPy" Harzenetter (wimpy) 2012-02-27 19:35:55.646-0600

pastebin contains the backtrace

By: Birger "WIMPy" Harzenetter (wimpy) 2012-03-02 11:55:56.463-0600

bt2 was on transferring a call from lcr to to to ConfBridge

bt3 nd bt4 were a direct call from sip to ConfBridge

By: Richard Mudgett (rmudgett) 2012-03-09 17:12:40.874-0600

Did you use the Dial r or m option into the confbridge?
How was the caller transferred?

By: Richard Mudgett (rmudgett) 2012-03-13 11:52:51.189-0500

Found the crash.  It was the result of recent opaquification -r356042 change.