Bug 54279

Summary: Core dump
Product: POI Reporter: t_greatguy
Component: POI OverallAssignee: POI Developers List <dev>
Status: RESOLVED WONTFIX    
Severity: major    
Priority: P2    
Version: 3.8-FINAL   
Target Milestone: ---   
Hardware: HP   
OS: Linux   
Attachments: core dump

Description t_greatguy 2012-12-11 16:15:49 UTC
Created attachment 29743 [details]
core dump

JVM is crashing while accessing  org.apache.poi.ss.util.SheetUtil.getCellWidth(Lorg/apache/poi/ss/usermodel/Cell;ILorg/apache/poi/ss/usermodel/DataFormatter;Z)D (702 bytes). Core dump has been attachted to this case.
Comment 1 Nick Burch 2012-12-12 00:43:57 UTC
A JVM should never crash when running a pure Java program, if it does it's a bug in the JVM not a bug in the library

You should report this to whoever maintains the JVM you are using