Issue |
132655
|
Summary |
Bus error (core dumped)
|
Labels |
|
Assignees |
|
Reporter |
ahcm
|
Compiling Rust bevy examples():
```
$ cargo b --examples
[...]
#0 0x00007c625961a730 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/usr/lib/libLLVM.so.19.1+0x81a730)
#1 0x00007c62596176bd (/usr/lib/libLLVM.so.19.1+0x8176bd)
#2 0x00007c625884bcd0 (/usr/lib/libc.so.6+0x3dcd0)
#3 0x00007c625897a47b (/usr/lib/libc.so.6+0x16c47b)
#4 0x00007c625b941ef0 llvm::StringTableBuilder::write(unsigned char*) const (/usr/lib/libLLVM.so.19.1+0x2b41ef0)
#5 0x00007c6259553a10 (/usr/lib/libLLVM.so.19.1+0x753a10)
#6 0x00007c6259556059 llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref<void (unsigned long)>) (/usr/lib/libLLVM.so.19.1+0x756059)
#7 0x00007c62619ad8c6 lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/usr/lib/liblldELF.so.19.1+0x1ad8c6)
#8 0x00007c6261957583 (/usr/lib/liblldELF.so.19.1+0x157583)
#9 0x00007c62595545ef (/usr/lib/libLLVM.so.19.1+0x7545ef)
#10 0x00007c62595547df (/usr/lib/libLLVM.so.19.1+0x7547df)
#11 0x00007c6258ae1f74 std::default_delete<std::thread::_State>::operator()(std::thread::_State*) const /usr/src/debug/gcc/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h:93:2
#12 0x00007c6258ae1f74 std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State>>::~unique_ptr() /usr/src/debug/gcc/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/unique_ptr.h:399:17
#13 0x00007c6258ae1f74 execute_native_thread_routine /usr/src/debug/gcc/gcc/libstdc++-v3/src/c++11/thread.cc:106:5
#14 0x00007c62588a370a (/usr/lib/libc.so.6+0x9570a)
#15 0x00007c6258927aac (/usr/lib/libc.so.6+0x119aac)
clang: error: unable to execute command: Bus error (core dumped)
clang: error: linker command failed due to signal (use -v to see invocation)
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs