[asterisk-bugs] [Asterisk 0019310]: [patch] Crash when using PickupChan

Asterisk Bug Tracker noreply at bugs.digium.com
Thu May 26 08:04:22 CDT 2011


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=19310 
====================================================================== 
Reported By:                remiq
Assigned To:                rmudgett
====================================================================== 
Project:                    Asterisk
Issue ID:                   19310
Category:                   Applications/app_directed_pickup
Reproducibility:            sometimes
Severity:                   crash
Priority:                   normal
Status:                     closed
Asterisk Version:           SVN 
JIRA:                       SWP-3477 
Regression:                 No 
Reviewboard Link:           https://reviewboard.asterisk.org/r/1221/ 
SVN Branch (only for SVN checkouts, not tarball releases): 1.8 
SVN Revision (number only!): 315894 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2011-05-17 14:33 CDT
Last Modified:              2011-05-26 08:04 CDT
====================================================================== 
Summary:                    [patch] Crash when using PickupChan
Description: 
Asterisk is crashing sometimes when using PickupChan application.  I
attached the backtrace and console messages before the crash.   
======================================================================
Relationships       ID      Summary
----------------------------------------------------------------------
related to          0018654 [patch] [regression] Call Pickup Hangs ...
====================================================================== 

---------------------------------------------------------------------- 
 (0135431) svnbot (reporter) - 2011-05-26 08:04
 https://issues.asterisk.org/view.php?id=19310#c135431 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 320820

_U  trunk/
U   trunk/include/asterisk/channel.h
U   trunk/main/channel.c
U   trunk/main/features.c
U   trunk/main/format_cap.c

------------------------------------------------------------------------
r320820 | rmudgett | 2011-05-26 08:04:20 -0500 (Thu, 26 May 2011) | 24
lines

Merged revisions 320796 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r320796 | rmudgett | 2011-05-25 11:23:11 -0500 (Wed, 25 May 2011) | 17
lines
  
  Give zombies a safe channel driver to use.
  
  Recent crashes from zombie channels suggests that they need a safe home
to
  goto.  When a masquerade happens, the physical part of the zombie
channel
  is hungup.  The hangup normally sets the channel private pointer to
NULL.
  If someone then blindly does a callback to the channel driver, a crash
is
  likely because the private pointer is NULL.
  
  The masquerade now sets the channel technology of zombie channels to the
  kill channel driver.
  
  Related to the following issues:
  (issue https://issues.asterisk.org/view.php?id=19116)
  (issue https://issues.asterisk.org/view.php?id=19310)
  
  Review: https://reviewboard.asterisk.org/r/1224/
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=320820 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-05-26 08:04 svnbot         Checkin                                      
2011-05-26 08:04 svnbot         Note Added: 0135431                          
======================================================================




More information about the asterisk-bugs mailing list