-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
objcopy crash #121751
Labels
crash
Prefer [crash-on-valid] or [crash-on-invalid]
invalid
Resolved as invalid, i.e. not a bug
tools:llvm-objcopy/strip
Comments
hstk30-hw
added
tools:llvm-objcopy/strip
crash
Prefer [crash-on-valid] or [crash-on-invalid]
labels
Jan 6, 2025
@llvm/issue-subscribers-tools-llvm-objcopy-strip Author: Douglas Raillard (douglas-raillard-arm)
llvm-objcopy dies when inspecting some sections of an object file generated by rustc.
The tool is in version 18, installed on Ubuntu following the llvm.sh recipe at https://apt.llvm.org/
|
Hi @douglas-raillard-arm, are you able to provide the input object you're seeing this crash with? |
After much hair pulling, it turns out the issue was from my Makefile where a rule was executed multiple times concurrently, leading to objcopy running on partially-written files. Sorry for the noise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
crash
Prefer [crash-on-valid] or [crash-on-invalid]
invalid
Resolved as invalid, i.e. not a bug
tools:llvm-objcopy/strip
llvm-objcopy dies when inspecting some sections of an object file generated by rustc.
The tool is in version 18, installed on Ubuntu following the llvm.sh recipe at https://apt.llvm.org/
The text was updated successfully, but these errors were encountered: