warning: exec file is newer than core file. Core was generated by `asterisk -vvvg -c'. Program terminated with signal 11, Segmentation fault. #0 0x08061b6c in ast_read (chan=0xbd9ffbe0) at channel.c:1886 1886 ast_log(LOG_WARNING, "Exception flag set on '%s', but no exception handler\n", chan->name); (gdb) p *chan $1 = {name = "àû\237½\000\000\000\000àû\237½\001", '\0' , "àû_½àû?½\000\000\000\000\000\000\000", tech = 0x1c80011, tech_pvt = 0x5dbe, language = "\000\000\000\000Ð\020\003@ \000\000\000\000\000\000\000\000\000\000", type = 0x100
, fds = {29917205, 0, 0, 0, 0, 0, 0, 134778401}, musicclass = "\230<#\b\003P\000\210", '\0' , music_state = 0x0, generatordata = 0x0, generator = 0x0, _bridge = 0x0, masq = 0x0, masqr = 0x0, cdrflags = 0, _softhangup = 0, whentohangup = 0, blocker = 0, lock = {__m_reserved = 0, __m_count = 0, __m_owner = 0x0, __m_kind = 0, __m_lock = {__status = 0, __spinlock = 0}}, blockproc = 0x0, appl = 0x0, data = 0x0, fdno = 0, sched = 0x0, streamid = 0, stream = 0x0, vstreamid = 1073912160, vstream = 0x0, oldwriteformat = 1073912593, timingfd = 0, timingfunc = 0x1, timingdata = 0x0, _state = 0, rings = 0, nativeformats = 0, readformat = 0, writeformat = 0, cid = {cid_dnid = 0x0, cid_num = 0x0, cid_name = 0x0, cid_ani = 0x0, cid_rdnis = 0x0, cid_pres = 0, cid_ani2 = 0, cid_ton = 0, cid_tns = 0}, context = '\0' , "c$@", macrocontext = "\000\000\000\000\000\000\000\000`ê#@àÍ\"@àÛ\"@àÕ\"@\234ý\237½\n\000\000\000¤ý\237½\000\000\000\000¬ý\237½", '\0' , macroexten = '\0' , macropriority = 0, exten = '\0' , priority = 0, dtmfq = '\0' , dtmff = {frametype = 0, subclass = 0, datalen = 0, samples = 0, mallocd = 0, offset = 0, src = 0x0, data = 0x0, delivery = {tv_sec = 0, tv_usec = 0}, prev = 0x0, next = 0x0}, pbx = 0x0, amaflags = 0, accountcode = '\0' , cdr = 0x0, adsicpe = 0, call_forward = '\0' , zone = 0x0, monitor = 0x0, insmpl = 0, outsmpl = 0, fin = 0, fout = 0, uniqueid = '\0' , hangupcause = 0, varshead = {first = 0x0, last = 0x0}, callgroup = 3181113344, pickupgroup = 4096, flags = 17, transfercapability = 0, readq = 0x0, alertpipe = {0, 0}, writetrans = 0x0, readtrans = 0x0, rawreadformat = 0, rawwriteformat = 0, spies = 0x0, next = 0x0} (gdb) p chan->spies $2 = (struct ast_channel_spy_list *) 0x0 (gdb) p chan->spies->list Cannot access memory at address 0x10 (gdb) p spy No symbol "spy" in current context. (gdb) p *spy No symbol "spy" in current context. (gdb)