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

Installation hangs forever #15

Open
dreraic opened this issue Feb 9, 2022 · 3 comments
Open

Installation hangs forever #15

dreraic opened this issue Feb 9, 2022 · 3 comments

Comments

@dreraic
Copy link

dreraic commented Feb 9, 2022

Hello,
I noticed that the command indicated on the readme, cargo install --git https://github.com/Kixiron/ddshow, does not work for me. It hangs with 100% CPU usage on one core seemingly forever. If I do cargo install --git https://github.com/Kixiron/ddshow --debug, then it works.
Do you have any idea why that might be?
Thanks!

PS:

$ cargo --version
cargo 1.60.0-nightly (25fcb13 2022-02-01)
$ rustc --version
rustc 1.60.0-nightly (734368a20 2022-02-07)

and if I recall correctly, the same happens on stable 1.58

@Kixiron
Copy link
Owner

Kixiron commented Feb 17, 2022

That's really strange and kinda sounds like a rustc caused thing, have you looked at cargo build -Z timings?

@dreraic
Copy link
Author

dreraic commented Feb 18, 2022

Thanks for the suggestion - unfortunately cargo build --release -Z timings doesn't produce an output file, as it just hangs at Building [=======================> ] 219/220: ddshow(bin) (does this work for you?). Without --release it works and produces an HTML report, but I guess that is of no help then

@Kixiron
Copy link
Owner

Kixiron commented Feb 18, 2022

Could you try reporting this to rustc, I don't know why it would be infinitely building

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

2 participants