-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
'unexpected sort of node' when generating debug info #2765
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Comments
Narrowed it down to the finalizer in:
|
I can successfully build the above test case with ba6f71f on 64-bit linux |
Here is a simple repro:
Finally figured out that it works when -g is not used. |
Updated the title to reflect the debuginfo problem. |
Dup of #2194 |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jan 30, 2023
add scfix test I'm not sure if we currently *guarantee* to pass this test, but at least I was unable to get it to fail. Cc `@cbeuw`
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Feb 26, 2023
add scfix test I'm not sure if we currently *guarantee* to pass this test, but at least I was unable to get it to fail. Cc `@cbeuw`
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Trying to build a fork of rust-socket with rust from June 30, 2012 I get the following:
To repro this do the following from a terminal:
The text was updated successfully, but these errors were encountered: