Comment 9 for bug 227217

Revision history for this message
robogeek (david-herron-sun) wrote :

There's a longstanding known issue that if a jar file used by an application is modified while the application is running then the java VM will crash.

<i>the problem appears to occur only if multiple (java-) processes access one jar file concurrently. I'm still not sure whether both are just reading or (which seems more probable) one of them tries to write something.</i>