-
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
Can force segfault with basic features #3875
Comments
Other poking with the original program managed to get a compiler assert thrown (woo!):
Further poking: If I add Some quality time with print statements suggests that the error is occurring in the call stack as it derecurses itself up insert_delete. |
I verified the segfault on x86_64 linux using the commit in your rustc version (good thinking including that!), but I can't reproduce it on the current incoming branch. Can you update and try building again? |
Yes also I am on macos 10.8. I can't reproduce it. |
Using
I don't get the segfault. |
Ok. Considering this fixed. Thanks! |
RFC: syntax tree patterns
…Manishearth Move syntax tree patterns RFC to the book r? `@Manishearth` Follow up to rust-lang#3875 changelog: none
Hi,
I am using
and when I create this program and compile/execute it, I get a segfault (code 11):
The text was updated successfully, but these errors were encountered: