-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
rust-dev
LLVM artifacts are corrupt on FreeBSD 13
#96633
Comments
@m-ou-se it looks like the generated compiler has some codegen issue - does |
Yeah that works. That shows |
Running it with |
Ok. I think it's unlikely to be a build system issue - maybe some target-specific codegen is buggy? I'm not sure how to help further. @rustbot label -A-rustbuild |
Ping @t6 @pkubaj @MikaelUrankar |
cc @asomers |
I can reproduce the failure locally. Unfortunately, the core file isn't much help. This is what gdb shows. Perhaps something is clobbering the stack? Do you know the last working revision? We could try to bisect it.
|
If I set |
So do we need to regenerate the artifacts, and if so how? |
But I mean from the command line. What's the command to regenerate them? |
#96742 removes the broken parts of std. With that patch, all tests pass again on freebsd. |
There is not a simple way to do this. CI is running |
Have you tried applying #91793? That might fix the broken parts. |
@the8472 that's fixing the network APIs - rustc doesn't ever touch the network, so that's unlikely to be the issue. |
Sorry, I was too concise, I meant the broken parts of std |
rust-dev
LLVM artifacts are corrupt on FreeBSD 13
On a fresh (x86-64) FreeBSD installation, running
./x.py build library/std
results in a segfault:The text was updated successfully, but these errors were encountered: