-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Signal listener example code causes rustc LLVM compiler abort #13352
Comments
Updated with a shorter test case. Sadly the docs are marked as |
alexcrichton
added a commit
to alexcrichton/rust
that referenced
this issue
Apr 6, 2014
This also makes the listener struct sendable again by explicitly putting the Send bound on the relevant Rtio object. cc rust-lang#13352
bors
added a commit
that referenced
this issue
Apr 7, 2014
This also makes the listener struct sendable again by explicitly putting the Send bound on the relevant Rtio object. cc #13352
mcpherrinm
pushed a commit
to mcpherrinm/rust
that referenced
this issue
Jun 10, 2014
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Oct 11, 2022
matthiaskrgr
pushed a commit
to matthiaskrgr/rust
that referenced
this issue
Oct 11, 2022
…Veykril Fix assertion failure in type inference (rust-lang#13352) Fixes rust-lang/rust-analyzer#13352
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Sep 24, 2024
Correct version of `too_long_first_doc_paragraph` `too_long_first_doc_paragraph` is, empirically, not in the Rust 1.81.0 release. changelog: [`too_long_first_doc_paragraph`]: correct Rust version number in documentation.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated report
This code trips an LLVM assertion:
Original report
Signal listener example code causes rustc LLVM compiler abort
In the 0.10 docs there is an example snippet for writing listeners. But if we wrap it in
fn main()
and try to run,rustc
will crash and burn:Here is the code which you can copy-paste directly to reproduce this bug:
System information:
Program version information used in compiling
rustc
:The text was updated successfully, but these errors were encountered: