Skip to content
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

Internal compiler error: unexpected panic #45705

Closed
saresend opened this issue Nov 1, 2017 · 2 comments
Closed

Internal compiler error: unexpected panic #45705

saresend opened this issue Nov 1, 2017 · 2 comments

Comments

@saresend
Copy link

saresend commented Nov 1, 2017

I was working on cross compiling rust and I ran into the issue in the title. I was trying to run the following function:
rustc --print target-list | pr -tw100 --columns 3
When it panicked.

Rust Version: rustc 1.20.0 (f3d6973f4 2017-08-27) running on x86_64-apple-darwin

if it helps, the piped pr command gave the following output:
pr: illegal option -- -

And here is the panic error from rust:

thread 'rustc' panicked at 'failed printing to stdout: Broken pipe (os error 32)', src/libstd/io/stdio.rs:692:8

@sinkuu
Copy link
Contributor

sinkuu commented Nov 1, 2017

Duplication of #34376?

@estebank
Copy link
Contributor

estebank commented Dec 7, 2017

Closing as duplicate of #34376.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants