[asterisk-bugs] [Asterisk 0012486]: Segfault when using realtime queues and 'strategy' is not NULL
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Apr 21 11:42:55 CDT 2008
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=12486
======================================================================
Reported By: bcnit
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12486
Category: Applications/app_queue
Reproducibility: always
Severity: crash
Priority: normal
Status: new
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-21-2008 11:42 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
04-21-08 11:42 bcnit Asterisk Version => 1.6.0-beta7.1
04-21-08 11:42 bcnit SVN Branch (only for SVN checkou => N/A
======================================================================
More information about the asterisk-bugs
mailing list