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

rustc hangs if dsymutil writes to stdout #16060

Closed
zwarich opened this issue Jul 28, 2014 · 0 comments
Closed

rustc hangs if dsymutil writes to stdout #16060

zwarich opened this issue Jul 28, 2014 · 0 comments

Comments

@zwarich
Copy link

zwarich commented Jul 28, 2014

As discovered in #15978, rustc hangs if dsymutil writes to stdout, because it uses .status() rather than .output() to determine whether the command completes. I don't know if this points to a general issue with .status() or not. Since dsymutil actually writes its errors to stdout, it might be good to also proxy the output so that the user can see that e.g. rustc generated invalid DWARF.

alexcrichton added a commit to alexcrichton/rust that referenced this issue Jul 29, 2014
Sometimes dsymutil writes to stdout/stderr which rust isn't reading, which may
cause a deadlock.

Closes rust-lang#16060
bors added a commit to rust-lang-ci/rust that referenced this issue Dec 11, 2023
fix: Fix completion failing in `format_args!` with invalid template
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

Successfully merging a pull request may close this issue.

1 participant