https://bz.apache.org/bugzilla/show_bug.cgi?id=64271
Bug ID: 64271
Summary: JVM crashes when we write XL file
Product: POI
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: major
Priority: P2
Component: XSSF
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 37127
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37127&action=edit
crash pid file
We notice JVM crash occurring when we try to write workbook very rarely.
Code in summary would be as follows
OPCPackage opcPackage = OPCPackage.open(workbookFilename,
PackageAccess.READ_WRITE);
Workbook workbook = new XSSFWorkbook(opcPackage);
File tmpFile = tmpFile = File.createTempFile(existingFile.getName(),
".tmp", new File("."));
try (FileOutputStream fos = new FileOutputStream(tmpFile)) {
workbook.write(fos);
}
Details of the crash would be attached in the PID file
--
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]