On Tue, 15 Oct 2019 20:32:48 +0100
Mike Pumford <mpumford%mudcovered.org.uk@localhost> wrote:
Well looks like openjdk11 has killed my jenkins installation although
not in an obvious way. Looking at a TCP dump (and netstat status) the
connection opens successfully and the client sends the HTTP request to
the server. However it looks like the jenkins server process never
actually reads the data off the socket.
Sorry. There are still some failing tests that need to be looked at.
Not really sure how to debug this but I am willing to try.
The first step would be to rebuild the package with the "debug"
PKG_OPTION. This will enable many runtime assertions. If you're lucky
it will catch something obvious.