-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Segfault with increased recursion_limit #74711
Comments
This segfault occurs since 1.45.0, 1.44.1 emits the expected error. It'd be great if we could bisect if possible. |
18 out of 49855 backtrace frames: Details
Probably not very useful. |
I believe that we still have the bors artifacts, so it should be possible to use |
This comment has been minimized.
This comment has been minimized.
@rustbot ping cleanup |
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good cc @AminArria @camelid @chrissimpkins @contrun @DutchGhost @elshize @ethanboxx @h-michael @HallerPatrick @hdhoang @hellow554 @imtsuki @kanru @KarlK90 @LeSeulArtichaut @MAdrianMattocks @matheus-consoli @mental32 @nmccarty @Noah-Kennedy @pard68 @PeytonT @pierreN @Redblueflame @RobbieClarken @RobertoSnap @robjtede @SarthakSingh31 @senden9 @shekohex @sinato @spastorino @turboladen @woshilapin @yerke |
searched nightlies: from nightly-2020-05-07 to nightly-2020-05-08 bisected with cargo-bisect-rustc v0.5.2Host triple: x86_64-apple-darwin cargo bisect-rustc --preserve --prompt --start 2020-05-07 --end 2020-05-08 |
It's likely related -- cc @oli-obk |
Does #74708 fix this issue? |
Hm, I don't think so, let me confirm it. -- Confirmed with the master toolchain, it doesn't fix this. |
I believe we need to wrap
ensure_sufficient_stack
|
I would expect
rustc
to error with "overflow evaluating the requirement", or compile without issue. Instead it segfaults.(Playground)
Errors:
The text was updated successfully, but these errors were encountered: