ddshow icon indicating copy to clipboard operation
ddshow copied to clipboard

Installation hangs forever

Open dreraic opened this issue 2 years ago • 3 comments

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

dreraic avatar Feb 09 '22 14:02 dreraic

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

Kixiron avatar Feb 17 '22 20:02 Kixiron

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

dreraic avatar Feb 18 '22 15:02 dreraic

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

Kixiron avatar Feb 18 '22 20:02 Kixiron