Skip to content

rebind-fn.rs crashes with RUST_CC_ZEAL=1 #1469

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

Closed
jruderman opened this issue Jan 8, 2012 · 2 comments
Closed

rebind-fn.rs crashes with RUST_CC_ZEAL=1 #1469

jruderman opened this issue Jan 8, 2012 · 2 comments
Assignees
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.

Comments

@jruderman
Copy link
Contributor

src/test/run-pass/rebind-fn.rs crashes when run with RUST_CC_ZEAL=1.

@catamorphism
Copy link
Contributor

Currently results in Assertion failed: (box->ref_count >= 1), function box_body_td, file ./src/rt/rust_shape.h, line 704. -- same failure as #1466

@nikomatsakis
Copy link
Contributor

I believe this is now fixed.

bjorn3 added a commit to bjorn3/rust that referenced this issue Mar 28, 2024
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
* Add a comment field to Location::Loc, set that field for Deinit

* Use a poison expression instead

* use "poison" instead of "deinit", fix various comments

* fix copy/paste mistake

* Deinit statement instead of Poison expression

* fix remaining merge conflicts

* regression tests not ran yet

* one test is broken in the regression test suite

* add various comments

* more comments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
Projects
None yet
Development

No branches or pull requests

3 participants