swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Swarm-Support] Swarm-2.2 pretest6 native code error


From: Marshall, James A R
Subject: RE: [Swarm-Support] Swarm-2.2 pretest6 native code error
Date: Thu, 3 Jul 2003 12:42:26 +0100

Jan,
  without looking at your code I suspect that you are trying to access a
grid cell that does not exist (i.e. the parameters you are supplying to
putValue$atX$Y are out of range.
        James
PS it is a policy on the swarm mailing lists to not post attachments but
rather make them available via a website and direct interested people to it.
This is to prevent people having to waste bandwidth downloading something
that may not be of interest to them.

---
Dr James A R Marshall
Complex Systems Modelling Group (COSMIC)
Department of Earth Science and Engineering
Imperial College London
Tel: +44 (0)20 7594 7493
Fax: +44 (0)20 7594 7444
Container World Project - http://www.ese.ic.ac.uk/research/containerworld/



-----Original Message-----
From: Jan Peters [mailto:address@hidden
Sent: 03 July 2003 12:29
To: address@hidden
Subject: Re: [Swarm-Support] Swarm-2.2 pretest6 native code error


Sorry,

too busy to zip the correct files it seems...

Here they are.

Jan

----- Original Message ----- 
From: "Jan Peters" <address@hidden>
To: <address@hidden>
Sent: Thursday, July 03, 2003 1:10 PM
Subject: [Swarm-Support] Swarm-2.2 pretest6 native code error


> Hello,
> 
> I just encountered the following error on a Windows 2000 System running a
> simple Java program in Swarm (SimpleJavaBug2):
> 
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x1005C8AB
> Function=i_Discrete2d__putValue_atX_Y_+0x1B
> Library=C:\Swarm-2.2\bin\javaswarm.dll
> Current Java thread:
> at swarm.space.Discrete2dImpl.putValue$atX$Y(Native Method)
> at FoodSpace.seedFoodWithProb(FoodSpace.java:39)
> at StartSimpleBug2.main(StartSimpleBug2.java:44)
> Dynamic libraries:
> 0x00400000 - 0x00406000 c:\j2sdk1.4.1_02\bin\java.exe
> 0x77F80000 - 0x77FFF000 C:\WINNT\System32\ntdll.dll
> 0x77DA0000 - 0x77DFA000 C:\WINNT\system32\ADVAPI32.dll
> 0x77E70000 - 0x77F33000 C:\WINNT\system32\KERNEL32.DLL
> 0x77D30000 - 0x77D9F000 C:\WINNT\system32\RPCRT4.DLL
> 0x78000000 - 0x78046000 C:\WINNT\system32\MSVCRT.dll
> 0x6D340000 - 0x6D46A000 c:\j2sdk1.4.1_02\jre\bin\client\jvm.dll
> 0x77E00000 - 0x77E65000 C:\WINNT\system32\USER32.dll
> 0x77F40000 - 0x77F7C000 C:\WINNT\system32\GDI32.DLL
> 0x77540000 - 0x77571000 C:\WINNT\System32\WINMM.dll
> 0x68010000 - 0x68017000 C:\WINNT\System32\serwvdrv.dll
> 0x665A0000 - 0x665A7000 C:\WINNT\System32\umdmxfrm.dll
> 0x6D1E0000 - 0x6D1E7000 c:\j2sdk1.4.1_02\jre\bin\hpi.dll
> 0x6D310000 - 0x6D31E000 c:\j2sdk1.4.1_02\jre\bin\verify.dll
> 0x6D220000 - 0x6D239000 c:\j2sdk1.4.1_02\jre\bin\java.dll
> 0x6D330000 - 0x6D33D000 c:\j2sdk1.4.1_02\jre\bin\zip.dll
> 0x10000000 - 0x10AA0000 C:\Swarm-2.2\bin\javaswarm.dll
> 0x60540000 - 0x605EF000 c:\Swarm-2.2\bin\BLT24.dll
> 0x61000000 - 0x6113C000 C:\cygwin\bin\cygwin1.dll
> 0x66000000 - 0x66065000 C:\cygwin\bin\cygtcl80.dll
> 0x66300000 - 0x663B2000 C:\cygwin\bin\cygtk80.dll
> 0x76B00000 - 0x76B3F000 C:\WINNT\system32\COMDLG32.DLL
> 0x70BD0000 - 0x70C34000 C:\WINNT\system32\SHLWAPI.DLL
> 0x71780000 - 0x7180A000 C:\WINNT\system32\COMCTL32.DLL
> 0x77580000 - 0x777C6000 C:\WINNT\system32\SHELL32.DLL
> 0x777F0000 - 0x7780D000 C:\WINNT\System32\WINSPOOL.DRV
> 0x0AC50000 - 0x0AC7F000 C:\cygwin\bin\cygpng2.dll
> 0x0AC80000 - 0x0AC91000 C:\cygwin\bin\cygz.dll
> 0x6E330000 - 0x6E336000 C:\WINNT\System32\INDICDLL.dll
> 0x75DF0000 - 0x75E0A000 C:\WINNT\System32\IMM32.dll
> 0x77910000 - 0x77932000 C:\WINNT\system32\imagehlp.dll
> 0x72970000 - 0x7299D000 C:\WINNT\system32\DBGHELP.dll
> 0x68F30000 - 0x68F3B000 C:\WINNT\System32\PSAPI.DLL
> Local Time = Thu Jul 03 12:39:55 2003
> Elapsed Time = 9
> #
> # The exception above was detected in native code outside the VM
> #
> # Java VM: Java HotSpot(TM) Client VM (1.4.1_02-b06 mixed mode)
> #
> # An error report file has been saved as hs_err_pid1092.log.
> # Please refer to the file for further information.
> Is this an error in my code or within the Swarm environment? Maybe a
> hardware problem?
> Source code attached.
> 
> BTW:  jheatbugs, Kenge etc. run fine.
> 
> Greetings
> 
> Jan
> 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]