[llvm-bugs] [Bug 48392] New: unable to execute command: Segmentation fault: 11
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Dec 4 11:50:49 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=48392
Bug ID: 48392
Summary: unable to execute command: Segmentation fault: 11
Product: lld
Version: unspecified
Hardware: Macintosh
OS: MacOS X
Status: NEW
Severity: enhancement
Priority: P
Component: MachO
Assignee: unassignedbugs at nondot.org
Reporter: schuett at gmail.com
CC: llvm-bugs at lists.llvm.org
PLEASE submit a bug report to https://bugs.llvm.org/ and include the crash
backtrace.
Stack dump:
0. Program arguments: /Users/xxx/modules/clang/git/bin/ld64.lld.darwinnew
-demangle -dynamic -arch x86_64 -platform_version macos 11.0.0 11.0 -syslibroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
-o btm -L/Users/xxx/modules/clang/git/lib
-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib/
lib/Support/ErrorHandling.o lib/Support/MemAlloc.o lib/Support/SmallVector.o
lib/Utilities/util.o lib/Checker/checker.o lib/Transactions/GlobalTransaction.o
lib/main.o -lc++ -lSystem
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH
or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 ld64.lld.darwinnew 0x00000001047b6977
llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39
1 ld64.lld.darwinnew 0x00000001047b576a llvm::sys::RunSignalHandlers() +
250
2 ld64.lld.darwinnew 0x00000001047b71d6 SignalHandler(int) + 262
3 libsystem_platform.dylib 0x00007fff20374d7d _sigtramp + 29
4 libsystem_platform.dylib 0x4a8aa596003452d8 _sigtramp + 5371146835525961080
5 ld64.lld.darwinnew 0x0000000104a96c44 unsigned int
std::__1::__sort3<lld::macho::RebaseSection::finalizeContents()::$_0&,
lld::macho::Location*>(lld::macho::Location*, lld::macho::Location*,
lld::macho::Location*, lld::macho::RebaseSection::finalizeContents()::$_0&) +
52
6 ld64.lld.darwinnew 0x0000000104a96eb3 unsigned int
std::__1::__sort4<lld::macho::RebaseSection::finalizeContents()::$_0&,
lld::macho::Location*>(lld::macho::Location*, lld::macho::Location*,
lld::macho::Location*, lld::macho::Location*,
lld::macho::RebaseSection::finalizeContents()::$_0&) + 35
7 ld64.lld.darwinnew 0x0000000104a97077 unsigned int
std::__1::__sort5<lld::macho::RebaseSection::finalizeContents()::$_0&,
lld::macho::Location*>(lld::macho::Location*, lld::macho::Location*,
lld::macho::Location*, lld::macho::Location*, lld::macho::Location*,
lld::macho::RebaseSection::finalizeContents()::$_0&) + 39
8 ld64.lld.darwinnew 0x0000000104a9634d void
std::__1::__sort<lld::macho::RebaseSection::finalizeContents()::$_0&,
lld::macho::Location*>(lld::macho::Location*, lld::macho::Location*,
lld::macho::RebaseSection::finalizeContents()::$_0&) + 157
9 ld64.lld.darwinnew 0x0000000104a90b64
lld::macho::RebaseSection::finalizeContents() + 180
10 ld64.lld.darwinnew 0x0000000104a9e68e lld::macho::writeResult() + 7358
11 ld64.lld.darwinnew 0x0000000104a7bdab
lld::macho::link(llvm::ArrayRef<char const*>, bool, llvm::raw_ostream&,
llvm::raw_ostream&) + 15291
12 ld64.lld.darwinnew 0x00000001046a522b lldMain(int, char const**,
llvm::raw_ostream&, llvm::raw_ostream&, bool) + 1163
13 ld64.lld.darwinnew 0x00000001046a4c65 main + 245
14 libdyld.dylib 0x00007fff2034b631 start + 1
clang-12: error: unable to execute command: Segmentation fault: 11
clang-12: error: linker command failed due to signal (use -v to see invocation)
make: *** [btm] Error 254
--
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/20201204/5c1c3078/attachment-0001.html>
More information about the llvm-bugs
mailing list