[Bug 3203] Jenkins server crashes unexpctedly
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Oct 28 16:12:52 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=3203
--- Comment #21 from Andrew Haley <aph at redhat.com> ---
(In reply to corey.carvalho from comment #20)
> Is there any good way to debug the C code that is causing this? This is
> causing 6 of our 11 Jenkins servers to crash in the exact same way.
Well, I don't know what your Jenkins servers are doing. I'd start the JVM
inside a debugger like GDB and wait for it to crash. Then I'd look at the GDB
backtrace to see which library was causing it.
But from your log I can see it's in
data/ci/apache-tomcat-7.0.42/temp/jffi3533322348177806478.tmp
which is one of the files that jffi generates to do thunking to native code.
At this point I must say that this is not a bug in OpenJDK: your best chance is
with jffi developers.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20161028/3add0825/attachment.html>
More information about the distro-pkg-dev
mailing list