https://bz.apache.org/bugzilla/show_bug.cgi?id=64271
--- Comment #7 from Axel Howind <[email protected]> --- A little info I copied from https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8233188 : > Historically, native crashes in > java.util.zip.ZipFile::getNextEntry > were invariably due to the zip file being overwritten while running. (DON'T > DO THAT) > In recent jdks, I think this was addressed by moving the native code into > java (and not using mmap). Since the bug seems to be within the JDK, and should be fixed in more recent versions, you should first update your JDK 8 and see if you can reproduce the crash. Alternatively disable mmap or make sure files are not changed/moved/deleted while writing the workbook. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
