]> source.dussan.org Git - poi.git/commit
The NPOIFS-classes result currently in left-over memory mapped buffers.
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 4 May 2014 20:58:42 +0000 (20:58 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 4 May 2014 20:58:42 +0000 (20:58 +0000)
commit13860b6d5a24a93a1d225e61da424d61d754f242
tree50952de33f72fde9b43f0e7fbf2214e890a603fb
parent525b8b53354bea6acaccb00f82abf7991a44914a
The NPOIFS-classes result currently in left-over memory mapped buffers.
These are actually hard to workaround, so for Windows the test is ignored, if this error happens.
http://stackoverflow.com/questions/3602783/file-access-synchronized-on-java-object

Apart of that, the RandomFileAccess instance is saved in the FileBackedDataSource as it needs to
be closed instead of the Channel.
http://bugs.java.com/bugdatabase/view_bug.do?bug_id=4796385

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1592418 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/poifs/filesystem/NPOIFSFileSystem.java
src/java/org/apache/poi/poifs/nio/FileBackedDataSource.java
src/testcases/org/apache/poi/hpsf/basic/TestWrite.java