[llvm-bugs] [Bug 38297] New: llvm-dwarfdump: Verification failure when using DWARF v5 (parsing a range list table: section is not large enough to contain a .debug_rnglists table length at offset 0x0)
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jul 24 17:28:54 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=38297
Bug ID: 38297
Summary: llvm-dwarfdump: Verification failure when using DWARF
v5 (parsing a range list table: section is not large
enough to contain a .debug_rnglists table length at
offset 0x0)
Product: new-bugs
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: vsk at apple.com
CC: llvm-bugs at lists.llvm.org
$ echo "void foo() {}" | ./bin/clang -x c - -o foo.o -c -gdwarf-5 -g
$ ./bin/llvm-dwarfdump -verify foo.o
Verifying foo.o: file format Mach-O 64-bit x86-64
Verifying .debug_abbrev...
Verifying .debug_info Unit Header Chain...
error: parsing a range list table: section is not large enough to contain a
.debug_rnglists table length at offset 0x0
Verifying .debug_info references...
Verifying .debug_names...
error: parsing a range list table: section is not large enough to contain a
.debug_rnglists table length at offset 0x0
No errors.
--
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/20180725/dac23f26/attachment.html>
More information about the llvm-bugs
mailing list