[Home]

Summary:ASTERISK-15254: [patch] Since changeset 231437: Queue ERROR[7429]: astobj2.c:114 INTERNAL_OBJ: bad magic number 0x0 for 0xb7174c50
Reporter:Kristijan Vrban (vrban)Labels:
Date Opened:2009-12-02 04:11:13.000-0600Date Closed:2009-12-02 13:11:32.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) queue_issue_1.4.diff
Description:When i call into a queue, i get this error since changeset 231437:

ERROR[7429]: astobj2.c:114 INTERNAL_OBJ: bad magic number 0x0 for 0xb7174c50

And the next call into a queue after this error message does not work. The queue start, but nothing happen, and the call get stuck.

****** ADDITIONAL INFORMATION ******

reproducible in 1.4-branch since changeset 231437, which was a bigger app_queue patch
Comments:By: David Vossel (dvossel) 2009-12-02 12:41:21.000-0600

can you provide some more debug output of what's going on before and after this error occurs?

By: David Vossel (dvossel) 2009-12-02 13:08:50.000-0600

I found the problem, the patch I uploaded will resolve it.

By: Digium Subversion (svnbot) 2009-12-02 13:10:37.000-0600

Repository: asterisk
Revision: 232444

U   branches/1.4/apps/app_queue.c

------------------------------------------------------------------------
r232444 | dvossel | 2009-12-02 13:10:37 -0600 (Wed, 02 Dec 2009) | 9 lines

fixes app_queue ao2 error

(closes issue ASTERISK-15254)
Reported by: vrban
Patches:
     queue_issue_1.4.diff uploaded by dvossel (license 671)
Tested by: dvossel


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

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

By: Digium Subversion (svnbot) 2009-12-02 13:11:31.000-0600

Repository: asterisk
Revision: 232445

_U  trunk/

------------------------------------------------------------------------
r232445 | dvossel | 2009-12-02 13:11:31 -0600 (Wed, 02 Dec 2009) | 14 lines

Blocked revisions 232444 via svnmerge

........
 r232444 | dvossel | 2009-12-02 13:03:01 -0600 (Wed, 02 Dec 2009) | 9 lines
 
 fixes app_queue ao2 error
 
 (closes issue ASTERISK-15254)
 Reported by: vrban
 Patches:
       queue_issue_1.4.diff uploaded by dvossel (license 671)
 Tested by: dvossel
........

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

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