Hello, My asterisk crash from time to time, at least twice a day. Reomendation from a site is to do a gdb on core dump Below is what i get, but i have no idea what is going on Does anybody have any idea? (gdb)bt #0 0x00181aed in _int_malloc () from /lib/tls/libc.so.6 #1 0x00180dfd in malloc () from /lib/tls/libc.so.6 #2 0x00177b03 in vasprintf () from /lib/tls/libc.so.6 #3 0x0808b663 in ast_cli (fd=1, fmt=0x1 <Address 0x1 out of bounds>) at cli.c:54 #4 0x080a0725 in manager_event (category=2, event=0x80e812e "Newexten", fmt=0x80e6da0 "Channel: %s\r\nContext: %s\r\nExtension: %s\r\nPriority: %d\r\nApplication: %s\r\nAppData: %s\r\nUniqueid: %s\r\n") at manager.c:1420 #5 0x08089345 in pbx_extension_helper (c=0x9815758, con=0x1, context=0x98158a8 "macro-hangupcall", exten=0x981599c "s", priority=3, label=0x0, callerid=0x96bc008 "Wait", action=159472384) at pbx.c:1609 #6 0x08087767 in ast_spawn_extension (c=0x1, context=0x1 <Address 0x1 out of bounds>, exten=0x1 <Address 0x1 out of bounds>, priority=1, callerid=0x1 <Address 0x1 out of bounds>) at pbx.c:2206 #7 0x008c96a4 in macro_exec (chan=0x9815758, data=0x200) at app_macro.c:173 #8 0x0808938b in pbx_extension_helper (c=0x9815758, con=0x1, context=0x98158a8 "macro-hangupcall", exten=0x981599c "s", priority=1, label=0x0, callerid=0x1cef1d0 "hangupcall", action=0) at pbx.c:528 #9 0x08080c27 in ast_pbx_run (c=0x9815758) at pbx.c:2206 #10 0x00683d41 in ss_thread (data=0x9815758) at chan_zap.c:4975 #11 0x00669dac in start_thread () from /lib/tls/libpthread.so.0 #12 0x001eb9ea in clone () from /lib/tls/libc.so.6 thanks Regard CCF