-
Notifications
You must be signed in to change notification settings - Fork 48
LD segmentation fault while building glibc in arc-gnu-toolchain environment #524
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
Comments
The segmentation fault occurs with the following command:
At:
Because |
Interesting note. |
My evening bisect pointed me to the commit 5d277de as first bad commit. It is not for sure because I've added several changes to be able to built binutils and this commit is a part of commit series that provides new arc64 architecture support, and it can provide issue because changes not finished at this point. But starting from this commit I see segmentation fault of ld with each further commit (that I can build). It is not for sure, but I hope it can be a good point to start. |
Archive with object files and Makefile to reproduce this ld fault issue: ld-fault-example.zip
|
@pavelvkozlov please check the latest |
I've checked |
As per @pavelvkozlov fixed with foss-for-synopsys-dwc-arc-processors/binutils-gdb@8f36066. |
I see segmentation fault of ld while building glibc. Maybe, this problem is similar to #523
Sequence to reproduce:
All variants affected: ARC32, ARC64, ARCHS
The text was updated successfully, but these errors were encountered: