www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6124] New: [dwarf] error: CIE not found for FDE at offset 0x00000014 with length of 0x00000018 and CIE offset of 0x00000018

reply d-bugmail puremagic.com writes:
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



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: -------
Jun 08 2011
parent d-bugmail puremagic.com writes:
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: -------
Jan 31 2012