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

noreply at bugs.digium.com noreply at bugs.digium.com
Thu Apr 24 08:41:44 CDT 2008


The following issue has been RESOLVED. 
====================================================================== 
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:                     resolved
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:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             04-21-2008 11:42 CDT
Last Modified:              04-24-2008 08:41 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-24-08 08:41  
---------------------------------------------------------------------- 
Closing since this has been fixed. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-24-08 08:41  putnopvut      Status                   feedback => resolved
04-24-08 08:41  putnopvut      Resolution               open => fixed       
04-24-08 08:41  putnopvut      Note Added: 0085937                          
======================================================================




More information about the asterisk-bugs mailing list