[LLVMbugs] [Bug 2885] assertion triggered in DwarfWriter

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Oct 17 11:49:51 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2885


Bill Wendling <wendling at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wendling at apple.com
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #5 from Bill Wendling <wendling at apple.com>  2008-10-17 13:49:50 ---
(In reply to comment #3)
> Bill, reverting r56628 fixes the assertion, but I get Dwarf Errors out of GDB.
> 
> I understand that patch was probably making a bad situation problem better, but
> is there anything you can do about this assertion? I'd be happy to trade the
> compile failure for bad debug info.
> 
I looked at it and it seems as if there's a problem with comparing mangled
names with their unmangled counter parts. I've been mucking through the debug
code and it appears that linking the subprogram description with the
appropriate machine function isn't feasible. At least not with the current
debugging infrastructure we have.

I can disable the assertion, which will get you past this point.

"Fixed"
http://llvm.org/viewvc/llvm-project?rev=57714&view=rev


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list