Core was generated by `/usr/sbin/asterisk -U asterisk -G asterisk -vvv -p -fg -c'. Program terminated with signal 11, Segmentation fault. #0 ast_cdr_start (cdr=0x3f0) at cdr.c:699 warning: Source file is more recent than executable. 699 if (!ast_test_flag(cdr, AST_CDR_FLAG_LOCKED)) { (gdb) where #0 ast_cdr_start (cdr=0x3f0) at cdr.c:699 #1 0x08078f2b in ast_cdr_specialized_reset (cdr=0x823a238, _flags=0x0) at cdr.c:1097 #2 0xb68a454f in ast_bridge_call (chan=0xb63423b0, peer=0x823ee38, config=0xb58de6e8) at res_features.c:1696 #3 0xb5e27679 in dial_exec_full (chan=0xb63423b0, data=, peerflags=0xb58de7b4, continue_exec=0x0) at app_dial.c:1780 #4 0xb5e29b62 in dial_exec (chan=0xb63423b0, data=0xb58e0858) at app_dial.c:1834 #5 0x080bcb20 in pbx_exec (c=0xb63423b0, app=0x81e0930, data=0xb58e0858) at pbx.c:559 #6 0x080c370f in pbx_extension_helper (c=0xb63423b0, con=0x0, context=0xb6342530 "macro-LocalDial", exten=0xb6342580 "s", priority=13, label=0x0, callerid=0x82a2140 "165", action=E_SPAWN) at pbx.c:1887 #7 0xb5e1006a in _macro_exec (chan=0xb63423b0, data=, exclusive=0) at app_macro.c:308 #8 0x080bcb20 in pbx_exec (c=0xb63423b0, app=0x81bf440, data=0xb58e58d8) at pbx.c:559 #9 0x080c370f in pbx_extension_helper (c=0xb63423b0, con=0x0, context=0xb6342530 "macro-LocalDial", exten=0xb6342580 "s", priority=11, label=0x0, callerid=0x82a2140 "165", action=E_SPAWN) at pbx.c:1887 #10 0xb5e1006a in _macro_exec (chan=0xb63423b0, data=, exclusive=0) at app_macro.c:308 #11 0x080bcb20 in pbx_exec (c=0xb63423b0, app=0x81bf440, data=0xb58ea958) at pbx.c:559 #12 0x080c370f in pbx_extension_helper (c=0xb63423b0, con=0x0, context=0xb6342530 "macro-LocalDial", exten=0xb6342580 "s", priority=4, label=0x0, callerid=0x82a2140 "165", action=E_SPAWN) at pbx.c:1887 #13 0xb5e1006a in _macro_exec (chan=0xb63423b0, data=, exclusive=0) at app_macro.c:308 #14 0x080bcb20 in pbx_exec (c=0xb63423b0, app=0x81bf440, data=0xb58ef9e8) at pbx.c:559 #15 0x080c370f in pbx_extension_helper (c=0xb63423b0, con=0x0, context=0xb6342530 "macro-LocalDial", exten=0xb6342580 "s", priority=1, label=0x0, callerid=0x82a2140 "165", action=E_SPAWN) at pbx.c:1887 #16 0x080c4579 in __ast_pbx_run (c=0xb63423b0) at pbx.c:2431 #17 0x080c51d7 in ast_pbx_run (c=0xb63423b0) at pbx.c:2687 #18 0xb65126f8 in ss_thread (data=0xb63423b0) at chan_dahdi.c:5993 #19 0x080f83ab in dummy_start (data=0xb635e000) at utils.c:912 #20 0xb7f50192 in start_thread () from /lib/i686/libpthread.so.0 #21 0xb701d90e in clone () from /lib/i686/libc.so.6 (gdb) frame 1 #1 0x08078f2b in ast_cdr_specialized_reset (cdr=0x823a238, _flags=0x0) at cdr.c:1097 1097 ast_cdr_start(cdr); (gdb) print *cdr $1 = {clid = "\210�\a�8�(\b", '\0' , src = '\0' , dst = "s", '\0' , dcontext = "default", '\0' , channel = "SIP/140-082a0148", '\0' , dstchannel = '\0' , lastapp = '\0' , lastdata = '\0' , start = {tv_sec = 1220885454, tv_usec = 696358}, answer = {tv_sec = 0, tv_usec = 0}, end = {tv_sec = 0, tv_usec = 0}, duration = 0, billsec = 0, disposition = 8, amaflags = 3, accountcode = '\0' , flags = 0, uniqueid = "1220885436.305", '\0' , userfield = '\0' , varshead = {first = 0x0, last = 0x0}, next = 0x3f0} (gdb) frame 0 #0 ast_cdr_start (cdr=0x3f0) at cdr.c:699 699 if (!ast_test_flag(cdr, AST_CDR_FLAG_LOCKED)) { (gdb) print *cdr Cannot access memory at address 0x3f0 (gdb) print cdr $2 = (struct ast_cdr *) 0x3f0 (gdb)