[Bug 15036] New: LLDB is unable to parse DWARF data generated by GCC (4.6)

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

             Bug #: 15036
           Summary: LLDB is unable to parse DWARF data generated by GCC
                    (4.6)
           Product: lldb
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
        AssignedTo: lldb-dev@cs.uiuc.edu
        ReportedBy: daniel.malea@intel.com
    Classification: Unclassified

On Linux, if GCC is used as the test compiler, lldb is unable to parse the
DWARF information from the inferior and crashes with an assertion failure.

To reproduce, remove the @skipIfGcc decorator in TestPublicApiHeaders.py and
run:

python dotest.py --executable <path-to-lldb> -C gcc
api/check_public_api_headers

labath@google.com changed bug 15036

What | Removed | Added |

  • | - | - |
    Status | NEW | RESOLVED |
    CC | | labath@google.com |
    Resolution | — | FIXED |

Comment # 8 on bug 15036 from labath@google.com

I don't know about gcc-4.6, but we certainly handle gcc-4.9 now.