June 08, 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@puremagic.com
        ReportedBy: robert@octarineparrot.com


--- Comment #0 from Robert Clipsham <robert@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: -------
January 31, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=6124


dawg@dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dawg@dawgfoto.de
         Resolution|                            |FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------