https://issues.apache.org/bugzilla/show_bug.cgi?id=53515

--- Comment #7 from Dominik Stadler <[email protected]> ---
I think we are talking about two different issues here, 

a) 
for the originally reported one, I think SXSSFSheet is currently simply not
built for multiple usage, as soon as getWorksheetXMLInputStream() is called
once, the underlying streams are closed. Not sure if we can or want to support
using it multiple times at all.

b)
The JVM crash is likely caused by writing a zip-file and at the same time
reading it, see e.g.
http://www.oracle.com/technetwork/java/javase/documentation/overview-156328.html,
"Solaris or Linux applications that use java.util.zip.ZipFile may experience a
SIGBUS VM crash if the application accidentally overwrites any zip or jar files
that are still being used by the same Java runtime. ".

-- 
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]

Reply via email to