[Issue 6124] New: [dwarf] error: CIE not found for FDE at offset 0x00000014 with length of 0x00000018 and CIE offset of 0x00000018
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 8 03:44:05 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6124
Summary: [dwarf] error: CIE not found for FDE at offset
0x00000014 with length of 0x00000018 and CIE offset of
0x00000018
Product: D
Version: D1 & D2
Platform: Other
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: robert at octarineparrot.com
--- Comment #0 from Robert Clipsham <robert at octarineparrot.com> 2011-06-08 11:39:31 BST ---
On OS X, create a D file, eg:
----
// test.d
void foo(){}
----
Compile:
$ dmd -c test.d -oftest.o
Use dwarfdump:
$ dwarfdump --debug-frame test.o
This will give the error:
error: CIE not found for FDE at offset 0x00000014 with length of 0x00000018 and
CIE offset of 0x00000018
The offending line is backend/dwarf.c:1069, commenting it out solves this -
that's most likely not the correct fix though.
--
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