ikedam commented on Bug JENKINS-10582

I'm also annoyed with this issue.
This looks caused by JNA (Java Native Access), not by JVM, Sun or Oracle.
(com.sun.jna is misleading!)

Possible causes I think:

  • Jenkins uses JNA in a bad way.
  • JNA bundled with Jenkins is based on an old version JNA (3.3.0, latest is 3.5.2 and 4.1.0) and that version might have a bug in memory managing.

Steps to resolve this:

  • Find a concrete way to reproduce the problem.
    • It looks happen only on Windows.
    • It may happen only when launched as a Windows service.
    • It may happen only with 64bits JVM or Windows.
    • I think calling System.gc() on slave may trigger this problem.
  • Write a sample code to reproduce JVM crash with JNA.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to