-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
ICE on invalid UTF-8 on stdin #22387
Comments
Triage: still ICEs. |
See rust-lang/rust#22387. It seems this requires reading from stdin, so it must use the script; it greps explicitly for 'internal compiler error' because it would never actually compile even without compiler bugs.
Triage: Still ICEs. Given information on what should happen here, I'd be willing to look into fixing this, [this] function seems to be the likely location of the fix. From IRC:
|
Result::unwrap()
on an Err
value: FromUtf8Error { bytes: [210, 10], error: InvalidByte(0) }', /Users/rustbuild/src/rust-buildbot/slave/nightly-dist-rustc-mac/build/src/libcore/result.rs:743Fix ICE when reading non-UTF-8 input from stdin Fixes rust-lang#22387.
Compiler version (running on OS X 10.10.1):
To reproduce the ICE:
The text was updated successfully, but these errors were encountered: