[Home]

Summary:ASTERISK-01500: Asterisk crash after success h323 call
Reporter:alex4152 (alex4152)Labels:
Date Opened:2004-04-29 08:35:30Date Closed:2004-09-25 02:49:37
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Asterisk system work approx four day.

During this time system answer to incoming call with short voice prompt.

Today when I call from sip to h323 cisco gateway - and  hangup call. Asterisk generate crash dump...

[root@ast tmp]# asterisk -r
Asterisk CVS-04/27/04-11:14:29, Copyright (C) 1999-2004 Digium.
Written by Mark Spencer <markster@digium.com>
=========================================================================
Connected to Asterisk CVS-04/27/04-11:14:29 currently running on ast (pid = 29621)


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

Gdb say:...
(gdb) bt full
#0  0x00a6adb2 in _int_malloc () from /lib/tls/libc.so.6
No symbol table info available.
#1  0x00a6a10d in malloc () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x00a596bf in __fopen_internal () from /lib/tls/libc.so.6
No symbol table info available.
#3  0x00a5977f in fopen@@GLIBC_2.1 () from /lib/tls/libc.so.6
No symbol table info available.
#4  0x008d626f in csv_log (cdr=0x8633650) at cdr_csv.c:217
       buf = "\"\",\"\",\"810380445665623\",\"default\",\"\"\"1444\"\"\",\"SIP/1444-95fb\",\"H323/212.113.33.20\",\"Dial\",\"H323/0002380445665623@212.113.33.20\",\"2004-04-29 14:54:02\",\"2004-04-29 14:54:16\",\"2004-04-29 14:54:18\",16,2,\"A"...
       csvmaster = "/var/log/asterisk//cdr-csv//Master.csv", '\0' <repeats 216 times>
ASTERISK-1  0x08077bd6 in ast_cdr_post (cdr=0x8633650) at cdr.c:437
       chan = 0x85e6e10 "csv"
       i = (struct ast_cdr_beitem *) 0x85e6e10
ASTERISK-2  0x08058a96 in ast_hangup (chan=0xafa074b0) at channel.c:666
       res = 0
ASTERISK-3  0x08067cae in ast_pbx_run (c=0xafa074b0) at pbx.c:1892
       digit = 0 '\0'
       exten = '\0' <repeats 255 times>
       pos = 0
       waittime = 19990702
       res = -1
ASTERISK-4  0x0806d8b1 in pbx_thread (data=0xb31300) at pbx.c:1904
No locals.
ASTERISK-5  0x00b7679c in start_thread () from /lib/tls/libpthread.so.0
No symbol table info available.
ASTERISK-6 0x00ad627a in clone () from /lib/tls/libc.so.6
No symbol table info available.
Comments:By: Mark Spencer (markster) 2004-04-29 09:17:49

H.323 is not production quality, we're well aware of that.