digitalmars.D.bugs - [Issue 4039] New: Another possible DWARF issue
- d-bugmail puremagic.com (36/36) Apr 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (6/6) Apr 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (11/11) Apr 01 2010 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (9/9) Jan 06 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (10/10) Jan 06 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (11/11) Apr 05 2011 http://d.puremagic.com/issues/show_bug.cgi?id=4039
- d-bugmail puremagic.com (10/10) Jan 31 2012 http://d.puremagic.com/issues/show_bug.cgi?id=4039
http://d.puremagic.com/issues/show_bug.cgi?id=4039
Summary: Another possible DWARF issue
Product: D
Version: 1.057
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: nfxjfg gmail.com
$ cat a.d
module a;
import p.b;
void main() {
}
$ cat p/b.d
module p.b;
void moo() {
}
$ dmd a.d p/b.d -c -gc
$ dmd a.o b.o
$ dwarfdump a > /dev/null
dwarfdump ERROR: dwarf_offdie: DW_DLE_DIE_ABBREV_LIST_NULL (151)
$ objdump --dwarf a > /dev/null
objdump: Warning: .debug_info offset of 0x2f in .debug_pubnames section does
not point to a CU header.
Please note: dwarfdump may or may not be buggy by itself, and what objdump
outputs is just a warning. It may be that this is not really an issue.
dmd 1.057 with patch applied from
http://d.puremagic.com/issues/show_bug.cgi?id=3987#c10
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4039 ...and Tango as stdlib. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4039
Robert Clipsham <robert octarineparrot.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert octarineparrot.com
22:18:07 BST ---
It's reproducible with dmd 2.042 and phobos, so it's probably an issue with how
the dwarf info is merged between object files.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 01 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4039
nfxjfg gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 06 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4039
Brad Roberts <braddr puremagic.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |braddr puremagic.com
Resolution|WONTFIX |
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 06 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4039
Walter Bright <bugzilla digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla digitalmars.com
22:24:35 PDT ---
Curiously, neither dwarfdump nor objdump complain about either a.o or b.o
individually.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 05 2011
http://d.puremagic.com/issues/show_bug.cgi?id=4039
dawg dawgfoto.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
CC| |dawg dawgfoto.de
Resolution| |FIXED
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 31 2012









d-bugmail puremagic.com 