Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign uphang in actix-http-0.1.5 ? #1684
Comments
This comment has been minimized.
This comment has been minimized.
Might be a good idea to get a stack trace there to understand what ra is doing. using something like
|
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
So as I would have guessed, it's in Chalk. This is not really surprising, since the potential of exponential blowups in trait solving still exists, it was just reduced by floundering... It may be interesting to run the analysis for that function with |
This comment has been minimized.
This comment has been minimized.
Mh, I'm quickly getting several hundred megabytes worth of log data .... There's a lot of
but I'm not sure if that's it. |
This comment has been minimized.
This comment has been minimized.
I hope it's printing more than that -- this basically just means Chalk is doing what it does, the interesting part would be what goal it is trying to solve, and with which intermediate goals. The easiest part to find that is to go to the end, then search backwards for the last log from |
This comment has been minimized.
This comment has been minimized.
does this help? |
This comment has been minimized.
This comment has been minimized.
I've bisected the issue to commit 6265497 in case that helps with resolving the issue. |
This comment has been minimized.
This comment has been minimized.
will be closed by #1800 |
crate: actix-http-0.1.5
running
ra_cli analysis-stats .
on the crate seems to hang at some point (only ram usage increased, no progress for several minutes).