Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Builds freezing

Does anyone has root access to the machine running that build?

It would be very helpful if someone could ssh into that machine and grab a stack trace so I can see what all the threads are doing.

On Mon, Aug 22, 2016 at 3:29 PM Stefan Xenos <sxenos@xxxxxxxxxx> wrote:
Hey, folks.

I've been having trouble getting JDT core builds to run over the past week. They always seem to freeze midway through the unit tests. Specifically, I'm trying to get a build to run for the following patch:


I updated the code to print out the test names of every unit test it starts, and the current build is locked up in CompletionTests2.testChangeInternalJar:


...but that test suite runs fine for me locally.

Anyone have any ideas how we might unstick the stuck builds?

  - Stefan

Back to the top