[Home]

Summary:ASTERISK-07018: Asterisk crashes when jabber server shuts down.
Reporter:Jeffrey C. Ollie (jcollie)Labels:
Date Opened:2006-05-22 23:58:02Date Closed:2006-05-23 16:25:33
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk crashes when jabber server shuts down.

****** STEPS TO REPRODUCE ******

Start up asterisk and have it connect to a jabber server.
Shut down the jabber server.


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

(gdb) bt full
#0  0x00002aaaab22a4dc in iks_recv (prs=0x61a970, timeout=1) at stream.c:459
       data = (struct stream_data *) 0x61a7d8
       len = Variable "len" is not available.
(gdb) where
#0  0x00002aaaab22a4dc in iks_recv (prs=0x61a970, timeout=1) at stream.c:459
#1  0x00002aaaab0f7a8b in aji_recv_loop (data=Variable "data" is not available.
) at res_jabber.c:1340
#2  0x000000000046090c in dummy_start (data=Variable "data" is not available.
) at utils.c:538
#3  0x0000003b1a30683c in start_thread () from /lib64/libpthread.so.0
#4  0x0000003b19aca4ee in clone () from /lib64/libc.so.6
ASTERISK-1  0x0000000000000000 in ?? ()
Comments:By: Jeffrey C. Ollie (jcollie) 2006-05-22 23:59:27

I should be around tomorrow (Tuesday 5/23/06) on IRC to help debug...

By: Jeffrey C. Ollie (jcollie) 2006-05-23 16:25:33

mogorman fixed this segfault in rev 29825 of trunk.