-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Segfaults during pretty printing tests #8836
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
Comments
Or maybe this is happening just during the test suite http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1157 It's very likely that this is affiliated with the libuv process bindings. |
Yeah these are just piling up: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/270/ I'm investigating... |
Linux segfaulted there too: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/280 |
libuv was reverted, this has been fixed (for now) |
feat(fix): ignore `todo!` and `unimplemented!` in `if_same_then_else` close: rust-lang#8836 take over: rust-lang#8853 This PR adds check `todo!` and `unimplemented!` in if_same_then_else. ( I thought `unimplemented` should not be checked as well as todo!.) Thank you in advance. changelog: ignore todo! and unimplemented! in if_same_then_else r? `@Jarcho`
These have started cropping up recently
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/256
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/255
http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/1153
http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/1160
cc #8458
The text was updated successfully, but these errors were encountered: