On Sun, Dec 31, 2006 at 03:02:14PM +0200, Sami Liedes wrote: > I have a core dump of Iceweasel (binary firefox-bin) version > 2.0.0.1+dfsg-1 for which "bt full" does not work to the end because of > a "corrupted DWARF expression". > > Based on my understanding, this should not happen because of heap or > stack corruption in the application being debugged; I apologize if I > have misunderstood, in which case this bug should probably be closed.
You are correct. It's probably something that GDB does not support. > #89 0x00002ada6f4ef722 in js_Interpret (cx=0x186aea0, pc=0x1ee2b6a ":", > result=0x7fff3b91f720) at jsinterp.c:3948 > idval_ = <value optimized out> > rt = (JSRuntime *) 0x146a2d0 > fp = (JSStackFrame *) 0x4438e58 > script = (JSScript *) 0x1ee2880 > inlineCallCount = 3 > obj = (JSObject *) 0x1f3cfd0 > obj2 = (JSObject *) 0x17c67e0 > parent = <value optimized out> > currentVersion = dwarf2_read_address: Corrupted DWARF expression. Could you send me the object file containing this function, and the output of "info shared"? I should be able to work out the problem from that. -- Daniel Jacobowitz CodeSourcery -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]