[llvm-bugs] [Bug 44495] New: Assertion failed: Enum value too large in dumpSectionMap

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jan 8 17:07:01 PST 2020


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

            Bug ID: 44495
           Summary: Assertion failed: Enum value too large in
                    dumpSectionMap
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          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 23000
  --> https://bugs.llvm.org/attachment.cgi?id=23000&action=edit
test pdb

llvm-pdbutil.exe dump --all test.pdb

                        Section Map
============================================================
  Section 0000 | ovl = 0, group = 0, frame = 0, name = 0
                 class = 0, offset = 0, size = 263190608
                 flags = none
  Section 0001 | ovl = 0, group = 0, frame = 0, name = 0
                 class = 0, offset = 2806971904, size = 1324946622
                 flags = read | write | execute | absolute addr
  Section 0002 | ovl = 33812, group = 18389, frame = 1331, name = 32192
                 class = 21609, offset = 32765, size = 268430928
Assertion failed: U <= Mask<E>() && "Enum value too large (or largest val too
small?)", file include\llvm/ADT/BitmaskEnum.h, line 93
llvm::pdb::DumpOutputStyle::dumpSectionMap()
llvm::pdb::DumpOutputStyle::dump()

-- 
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/20200109/41b3cde0/attachment.html>


More information about the llvm-bugs mailing list