[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: EXCEPTION_ACCESS_VIOLATION

After some researches, here is the problem...

1) my applications jar files is on the network(also the swt.jar)
2) i'm launching the application from my workstation 'java.exe -cp blabla'
3) the network shuts down
4) i continue the navigation into my application (click button, open tabs, ..)
5) the network is available
6) hs_err_pid created in the application folder(on the network)



An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77F64DBA
Function=RtlFreeHeap+0x2A
Library=C:\NTWKS\System32\ntdll.dll


Current Java thread:
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at org.eclipse.swt.internal.image.LEDataInputStream.readData(LEDataInputStream.java:136)
at org.eclipse.swt.internal.image.LEDataInputStream.read(LEDataInputStream.java:86)
at java.io.InputStream.read(InputStream.java:89)
at org.eclipse.swt.internal.image.WinBMPFileFormat.isFileFormat(WinBMPFileFormat.java:325)
at org.eclipse.swt.internal.image.FileFormat.load(FileFormat.java:63)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:124)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:308)