[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1079 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|2.034 |D2 --

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added Keywords||patch

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #23 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-04-01 06:52:19 PDT --- (In reply to comment #22) Please try the new patch in bug #3987. This fixes debug info for QtD and Bernard Helyer's cases. I don't have a copy of

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #24 from Robert Clipsham rob...@octarineparrot.com 2010-04-01 15:39:56 BST --- Your app causes a different bug to appear, I've reported it as bug #4037, I'll see if I can create a patch for it later today, it should be far simpler

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added See Also|

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-04-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #26 from Ellery Newcomer ellery-newco...@utulsa.edu 2010-04-01 17:52:43 PDT --- (In reply to comment #25) With the patches from bugs #3987, #4037 and #4308 applied, I can't reproduce your errors any more Ellery, could you please

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #19 from Robert Clipsham rob...@octarineparrot.com 2010-03-29 15:43:36 PDT --- Could people having this issue when using -gc try the patch for bug #3987, which seems to fix a lot of issues with gdb. If you are only getting the

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Ellery Newcomer ellery-newco...@utulsa.edu changed: What|Removed |Added CC|

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #21 from Robert Clipsham rob...@octarineparrot.com 2010-03-29 16:44:08 PDT --- I'm working on another patch now, another project had a similar issue, which is fixed with my new (incomplete) patch. I'll let you know when I've

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #15 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 20:53:25 PST --- This seems to have something to do with arrays (or manifests itself when they are present): [test]$ cat nolist.d void main() { int i = 0;

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #16 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 20:55:48 PST --- Oh! The above were simply compiled like so: dmd -g list.d dmd -g nolist.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2010-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 --- Comment #17 from Bernard Helyer blood.of.l...@gmail.com 2010-01-20 21:17:42 PST --- Compiling with `-gc` allows gdb to debug it (but not interact with AA or DAs, of course). This is with a patched gdb, though. Perhaps the bug lies in the

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2009-10-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2009-10-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 1079] gdb: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250

2009-10-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=1079 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC|