Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] JVM Crash during Tycho build

Hi,

I would like to know if others encounter a JVM crash during Tycho build. It is a JVM bug when a jar is read and write simultaneously. It seems that it exists a workaround only on Oracle VM (-Dsun.zip.disableMemoryMapping=true) In our CI, the crash occurs 3 to 10 times per month.

Does someone else encounter this issue?
If several people are concerned, it might worth to modify algorithm on Tycho side to avoid the issue.

Regards,

just an extract of some lines of the crash report:

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J 2199  java.util.zip.ZipFile.getNextEntry(JI)J (0 bytes) @ 0x00007f6e5d43af64 [0x00007f6e5d43af20+0x44]
J 2196 C2 java.util.zip.ZipFile$1.nextElement()Ljava/lang/Object; (5 bytes) @ 0x00007f6e5d5f8840 [0x00007f6e5d5f8760+0xe0]
J 2872 C2 org.eclipse.jdt.internal.compiler.batch.ClasspathJar.isPackage(Ljava/lang/String;)Z (146 bytes) @ 0x00007f6e5d679064 [0x00007f6e5d678b80+0x4e4]
--
Aurelien Pupier 
R&D Engineer, BonitaBPM Studio Development Leader
aurelien.pupier@xxxxxxxxxxxxxx
apupier
32, rue Gustave Eiffel - 38000 Grenoble, France
Download Bonita BPM | Access BPM Quick Start Center
 
 
 
This message and any attachment (the "message") is intended solely for the addressees and is confidential. If you receive this message by mistake, please delete it and notify the sender immediately. Any use not in accordance with its purpose, any out-spread or disclosure, either as a whole or partially, is prohibited except with formal approval. Internet cannot guarantee the integrity of this message, therefore Bonitasoft will not be liable for the message if modified.
 










Attachment: hs_err_pid10299.log
Description: Binary data


Back to the top