-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in llvm::StringTableBuilder::write #125018
Comments
@llvm/issue-subscribers-lld-elf Author: None (AtomicOperation)
LMK if this isn't the right place for this.
Excluding the actual libraries (of which there are a lot) the command line is basically:
This is on Ubuntu 20.04. The runtimes in the sysroot were built with musl, but the binaries weren't. clang version 19.1.3 (https://github.rbx.com/GameEngine/llvm-project.git b4171ab8ef2bffc38b03887be39c82039d426dff) |
Can you help differentiate this from an OOM situation? Users have recently reported they get SIGBUS during output writing, which is what's happening here based on the stack trace. What signal are you getting? Does the problem go away if you link with |
LMK if this isn't the right place for this.
Excluding the actual libraries (of which there are a lot) the command line is basically:
This is on Ubuntu 20.04. The runtimes in the sysroot were built with musl, but the binaries weren't.
clang version 19.1.3 (https://github.rbx.com/GameEngine/llvm-project.git b4171ab8ef2bffc38b03887be39c82039d426dff)
The text was updated successfully, but these errors were encountered: