japaric / cargo-call-stack

Whole program static stack analysis
Apache License 2.0
579 stars 52 forks source link

Is it the project still available? #21

Open ysun opened 4 years ago

ysun commented 4 years ago

I went through the guide, but got zero .dot, but 62M error log via cargo +nightly call-stack --example crosvm >& cg_exam.dot

Could you guide me a little bit? I'm dumping call graph for project https://github.com/dgreid/crosvm.git

Great thanks.

TDHolmes commented 4 years ago

Same issue here. I'm trying to check my oven temp project and get the below error on rustc 1.46.0-nightly (feb3536eb 2020-06-09). I've attached the error output below. error.txt

I acknowledge there are many warnings about it potentially breaking in the README, so just a shot in the dark if you want to fix it for whatever change broke it.

TDHolmes commented 4 years ago

Looks like #22 is pretty much the same issue too