[llvm-bugs] [Bug 44489] New: Assertion failed in YAMLStringTableSubsection::fromCodeViewSubsection

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 8 06:08:08 PST 2020


https://bugs.llvm.org/show_bug.cgi?id=44489

            Bug ID: 44489
           Summary: Assertion failed in
                    YAMLStringTableSubsection::fromCodeViewSubsection
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Keywords: compile-fail
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedbugs at nondot.org
          Reporter: trass3r at gmail.com
                CC: jdevlieghere at apple.com, keith.walker at arm.com,
                    llvm-bugs at lists.llvm.org,
                    paul_robinson at playstation.sony.com

Created attachment 22999
  --> https://bugs.llvm.org/attachment.cgi?id=22999&action=edit
test pdb

$ llvm-pdbutil.exe pdb2yaml --all test.pdb
Assertion failed: S.empty(), file
llvm\lib\ObjectYAML\CodeViewYAMLDebugSections.cpp, line 698

S is not empty, but ".\\mingw-w64-crt\\crt\\crtexe.c"

Pretty dump:
  Attributes: HasPrivateSymbols 
---COMPILANDS---
  __Globals
    .\mingw-w64-crt\crt\crtexe.c
      Line 130, Address: [0x00001000] (0 bytes)
      Line 135, Address: [0x00001000 - 0x0000100f] (16 bytes)
[...]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200108/7679d4c3/attachment.html>


More information about the llvm-bugs mailing list