[Issue 4039] New: Another possible DWARF issue

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Apr 1 13:34:23 PDT 2010


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 at puremagic.com
        ReportedBy: nfxjfg at gmail.com


--- Comment #0 from nfxjfg at gmail.com 2010-04-01 13:34:21 PDT ---
$ 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: -------


More information about the Digitalmars-d-bugs mailing list