-
Notifications
You must be signed in to change notification settings - Fork 13.4k
task-comm-15 fails when run with multiple threads #737
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Is this still true with the new reworking of tasking and channels? |
It looks like this is caused by #627. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add more fcntl constants for android
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
repr(transparent): mention align=1 requirement
bjorn3
added a commit
to bjorn3/rust
that referenced
this issue
Apr 22, 2022
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…nsupported construct was found to be reachable (rust-lang#737) * Update check results from SUCCESS to UNDETERMINED if one or more unsupported constructs were found to be reachable * Block execution paths that go through unimplemented functions
tgross35
pushed a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
`compiler_builtins` fails to compile to amdgpu if f128 is enabled. The reason seems to be that compiler_builtins uses libcalls in the implementation. I’m not really familiar with what libcalls are, but the LLVM amdgpu backend explicitly does not support them. Error message: ``` LLVM ERROR: unsupported libcall legalization ```
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
With RUST_THREADS=16, task-comm-15 occasionally produces valgrind errors like
The text was updated successfully, but these errors were encountered: