https://bugs.llvm.org/show_bug.cgi?id=47157
Bug ID: 47157
Summary: llvm-gsymutil is failing with "child range not
contained in parent" error
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: DebugInfo
Assignee: unassignedb...@nondot.org
Reporter: pho...@chromium.org
CC: jdevliegh...@apple.com, keith.wal...@arm.com,
llvm-bugs@lists.llvm.org,
paul_robin...@playstation.sony.com
I haven't yet managed to create a minimal reproducer, so here is a full binary
for now until I manage to reduce it:
https://storage.googleapis.com/fuchsia-build/basic_fuzzer_test.lzma
To reproduce the issue, simply run:
```
$ llvm-gsymutil --convert=basic_fuzzer_test --out-file=basic_fuzzer_test.gsym
...
llvm-gsymutil: error: basic_fuzzer_test: child range not contained in parent
```
This binary is somewhat unusual in that it's a Go fuzzer (compiled with the Go
compiler) that calls into C++ test harness (compiled with Clang), so the binary
includes an entire Go runtime and the generated DWARF looks somewhat different
from DWARF generated by Clang.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs