[asterisk-bugs] [Asterisk 0012486]: Segfault when using realtime queues and 'strategy' is not NULL

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Apr 22 18:06:39 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12486 
====================================================================== 
Reported By:                bcnit
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   12486
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   crash
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.6.0-beta7.1 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             04-21-2008 11:42 CDT
Last Modified:              04-22-2008 18:06 CDT
====================================================================== 
Summary:                    Segfault when using realtime queues and 'strategy'
is not NULL
Description: 
Using realtime, a queue is defined in a MySQL database as:

----------------------------------
CREATE TABLE IF NOT EXISTS `queues` (
  `name` varchar(128) NOT NULL,
  `strategy` varchar(128),
  PRIMARY KEY  (`name`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
----------------------------------

If a record is created the 'strategy' field is not NULL, Asterisk
segfaults when any action takes place on that queue. These actions include
'queue show QUEUENAME' at the CLI or using the Queue(QUEUENAME) application
within the dialplan.
====================================================================== 

---------------------------------------------------------------------- 
 putnopvut - 04-22-08 18:06  
---------------------------------------------------------------------- 
After looking at the source for 1.6.0-beta7.1, I strongly suspect that this
bug has been fixed in 1.6's subversion branch, revision 113982 or higher
(issue http://bugs.digium.com/view.php?id=12396). Please check to be sure.
Thanks! 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-22-08 18:06  putnopvut      Note Added: 0085869                          
======================================================================




More information about the asterisk-bugs mailing list