Alec Theriault
Alec Theriault
Sorry, I've dropped this. I thought I had something working after my last comment, but then experienced hangs when I got to testing it. I got lost in details around...
Any pointers on roughly where in the code this sort of thing might go? I was recently bitten by the fact that the default `toString` formatting of values means that...
Oh does the `toString` functionality originate in `java-debug`?
Oh nice. I'll cherry-pick that change into our build and report back (probably after a while using - this error doesn't occur reliably)
> 1. How frequently does this error occur? Is it intermittent, or does it happen consistently under certain conditions? It is intermittent. Across a user-group of about 10 people, it...
> 1. what is the size of the project? ex. numer of modules, classes, objects, etc It should be on the order of a hundred to several hundred source files,...
I'm continuing to poke at this. Just now I managed to repro again. Attaching something like visualvm is a bit annoying because of the environment in which this is running,...
Just flagging I'm still hitting this constantly. I've taken to programmatically detecting the bad state by polling a call to `bloop projects` and if it doesn't exit in 5 seconds,...
@tgodzik Yeah, here's a jstack dump. It is very large - not sure if you have a way to cut to the interesting stuff. * I noticed the hanging behaviour,...
Is there a way to list out those active requests? The only CLI invocations that should be made are: * `bloop projects` (my poor man's healthcheck - runs every 5...