[asterisk-bugs] [Asterisk 0014033]: Delete a queue from realtime crashes Asterisk
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Dec 12 06:31:38 CST 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=14033
======================================================================
Reported By: cristiandimache
Assigned To: putnopvut
======================================================================
Project: Asterisk
Issue ID: 14033
Category: Applications/app_queue
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Asterisk Version: 1.6.0.2
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-12-08 17:26 CST
Last Modified: 2008-12-12 06:31 CST
======================================================================
Summary: Delete a queue from realtime crashes Asterisk
Description:
Seems to be related to http://bugs.digium.com/view.php?id=13703, but with
realtime in the mix.
We use realtime and store our queues in MySQL. If you delete a queue,
Asterisk crashes if you try an "queue show".
Using Asterisk 1.6.03-rc1.
======================================================================
----------------------------------------------------------------------
(0096307) cristiandimache (reporter) - 2008-12-12 06:31
http://bugs.digium.com/view.php?id=14033#c96307
----------------------------------------------------------------------
And the CLI...
*CLI> queue show
No queues.
[... add a queue in realtime ...]
*CLI> queue show
q1 has 0 calls (max unlimited) in 'ringall' strategy (0s
holdtime), W:0, C:0, A:0, SL:0.0% within 0s
No Members
No Callers
[... delete the queue in realtime ...]
[... the queue still appears, even if i just deleted it in realtime ...]
*CLI> queue show
q1 has 0 calls (max unlimited) in 'ringall' strategy (0s
holdtime), W:0, C:0, A:0, SL:0.0% within 0s
No Members
No Callers
*CLI> queue show
(null) has 0 calls (max unlimited) in 'ringall' strategy (0s
holdtime), W:0, C:0, A:0, SL:0.0% within 0s
Segmentation fault (core dumped)
Issue History
Date Modified Username Field Change
======================================================================
2008-12-12 06:31 cristiandimacheNote Added: 0096307
======================================================================
More information about the asterisk-bugs
mailing list