From: Ali M. <so...@sy...> - 2004-11-10 01:19:46
|
I did further testing and I have come to the conclusion that it has to do with my windows setup rather than plplot. Regards, -Ali > > Message: 1 > From: <so...@sy...> > To: <plp...@li...> > Date: Mon, 8 Nov 2004 9:41:15 -0500 > Subject: [Plplot-general] Java / JVM Exception > > Hi, > > When I open multiple plots using PLStream on Windows using Java, I get funny behaviour. If I close couple of windows, I get the JVM crash with following error messages. > > An unexpected exception has been detected in native code outside the VM. > Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x1D6F34FF > Function=[Unknown.] > Library=C:\Documents and Settings\MQWF\Local Settings\Temp\jplplot55579.dll > > NOTE: We are unable to locate the function name symbol for the error > just occurred. Please refer to release documentation for possible > reason and solutions. > > > Current Java thread: > at plplot.core.plplotjavacJNI.plend1(Native Method) > at plplot.core.plplotjavac.plend1(plplotjavac.java:74) > at plplot.core.PLStream.end1(PLStream.java:193) > at org.jmatlab.toolbox.AbstractPLPlot.run(AbstractPLPlot.java:49) > > Dynamic libraries: > 0x00400000 - 0x00407000 C:\Program Files\Java\j2re1.4.2_03\bin\javaw.exe > 0x77F80000 - 0x77FFD000 C:\WINNT\system32\ntdll.dll > 0x7C2D0000 - 0x7C332000 C:\WINNT\system32\ADVAPI32.dll > 0x7C570000 - 0x7C623000 C:\WINNT\system32\KERNEL32.DLL > 0x77D30000 - 0x77DA1000 C:\WINNT\system32\RPCRT4.DLL > 0x77E10000 - 0x77E75000 C:\WINNT\system32\USER32.dll > 0x77F40000 - 0x77F7B000 C:\WINNT\system32\GDI32.DLL > 0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll > 0x75E60000 - 0x75E7A000 C:\WINNT\system32\IMM32.DLL > 0x6CA60000 - 0x6CA68000 C:\WINNT\system32\LPK.DLL > 0x66650000 - 0x666A4000 C:\WINNT\system32\USP10.dll > 0x08000000 - 0x08138000 C:\Program Files\Java\j2re1.4.2_03\bin\client\jvm.dll > 0x77570000 - 0x775A0000 C:\WINNT\system32\WINMM.dll > 0x10000000 - 0x10007000 C:\Program Files\Java\j2re1.4.2_03\bin\hpi.dll > 0x007F0000 - 0x007FE000 C:\Program Files\Java\j2re1.4.2_03\bin\verify.dll > 0x00800000 - 0x00819000 C:\Program Files\Java\j2re1.4.2_03\bin\java.dll > 0x00820000 - 0x0082D000 C:\Program Files\Java\j2re1.4.2_03\bin\zip.dll > 0x18270000 - 0x1837F000 C:\Program Files\Java\j2re1.4.2_03\bin\awt.dll > 0x77800000 - 0x7781E000 C:\WINNT\system32\WINSPOOL.DRV > 0x76620000 - 0x76630000 C:\WINNT\system32\MPR.DLL > 0x77A50000 - 0x77B3F000 C:\WINNT\system32\ole32.dll > 0x18580000 - 0x185D0000 C:\Program Files\Java\j2re1.4.2_03\bin\fontmanager.dll > 0x51000000 - 0x51044000 C:\WINNT\system32\ddraw.dll > 0x728A0000 - 0x728A6000 C:\WINNT\system32\DCIMAN32.dll > 0x5C000000 - 0x5C0C7000 C:\WINNT\system32\D3DIM700.DLL > 0x60000000 - 0x60045000 C:\WINNT\system32\MSCTF.dll > 0x1D6C0000 - 0x1D70D000 C:\Documents and Settings\MQWF\Local Settings\Temp\jplplot55579.dll > 0x1D890000 - 0x1D897000 C:\Program Files\Lotus\SameTime Client\autoaway.dll > 0x77920000 - 0x77943000 C:\WINNT\system32\imagehlp.dll > 0x72A00000 - 0x72A2D000 C:\WINNT\system32\DBGHELP.dll > 0x690A0000 - 0x690AB000 C:\WINNT\system32\PSAPI.DLL > > Heap at VM Abort: > Heap > def new generation total 576K, used 259K [0x10010000, 0x100b0000, 0x104f0000) > eden space 512K, 39% used [0x10010000, 0x100422b0, 0x10090000) > from space 64K, 92% used [0x10090000, 0x1009ec38, 0x100a0000) > to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000) > tenured generation total 1408K, used 924K [0x104f0000, 0x10650000, 0x14010000) > the space 1408K, 65% used [0x104f0000, 0x105d71f8, 0x105d7200, 0x10650000) > compacting perm gen total 7168K, used 6915K [0x14010000, 0x14710000, 0x18010000) > the space 7168K, 96% used [0x14010000, 0x146d0d08, 0x146d0e00, 0x14710000) > > Local Time = Mon Nov 08 09:22:23 2004 > Elapsed Time = 33 > # > # The exception above was detected in native code outside the VM > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode) > # > # An error report file has been saved as hs_err_pid2312.log. > # Please refer to the file for further information. > > |