swarm-support
[Top][All Lists]
Advanced

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

[Swarm-Support] Swarm-2.2 Running Problem


From: Nan Wu
Subject: [Swarm-Support] Swarm-2.2 Running Problem
Date: Sun, 04 Jun 2006 15:49:31 +0100

Hi there,

I was trying to run the JHeatbugs example available on the internet, but the
following error occurs:


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Nan WU>cd desktop

C:\Documents and Settings\Nan WU\Desktop>cd swarm

C:\Documents and Settings\Nan WU\Desktop\Swarm>setup compile StartHeatbugs

C:\Documents and Settings\Nan WU\Desktop\Swarm>interact StartHeatbugs
In interact.bat, cmd is java        StartHeatbugs
Running java        StartHeatbugs ...
This is StartHeatbugs.main().

An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77C
478C0
Function=strlen+0x20
Library=C:\WINDOWS\system32\MSVCRT.dll

Current Java thread:
        at swarm.SwarmEnvironmentImpl.initSwarm(Native Method)
        at StartHeatbugs.main(StartHeatbugs.java:159)

Dynamic libraries:
0x00400000 - 0x00406000         c:\j2sdk1.4.2_04\bin\java.exe
0x7C900000 - 0x7C9B0000         C:\WINDOWS\system32\ntdll.dll
0x7C800000 - 0x7C8F4000         C:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E6B000         C:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 - 0x77F01000         C:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C68000         C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08138000         c:\j2sdk1.4.2_04\jre\bin\client\jvm.dll
0x77D40000 - 0x77DD0000         C:\WINDOWS\system32\USER32.dll
0x77F10000 - 0x77F57000         C:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6D000         C:\WINDOWS\system32\WINMM.dll
0x76390000 - 0x763AD000         C:\WINDOWS\system32\IMM32.DLL
0x629C0000 - 0x629C9000         C:\WINDOWS\system32\LPK.DLL
0x74D90000 - 0x74DFB000         C:\WINDOWS\system32\USP10.dll
0x10000000 - 0x10007000         c:\j2sdk1.4.2_04\jre\bin\hpi.dll
0x008A0000 - 0x008AE000         c:\j2sdk1.4.2_04\jre\bin\verify.dll
0x008B0000 - 0x008C9000         c:\j2sdk1.4.2_04\jre\bin\java.dll
0x008D0000 - 0x008DD000         c:\j2sdk1.4.2_04\jre\bin\zip.dll
0x02CC0000 - 0x03558000         D:\Swarm-2.2-java\bin\javaswarm.dll
0x03560000 - 0x0364A000         d:\Swarm-2.2-java\bin\BLT24.dll
0x03650000 - 0x036F3000         d:\Swarm-2.2-java\bin\tcl84.dll
0x03700000 - 0x037DE000         d:\Swarm-2.2-java\bin\tk84.dll
0x5D090000 - 0x5D127000         C:\WINDOWS\system32\COMCTL32.DLL
0x763B0000 - 0x763F9000         C:\WINDOWS\system32\COMDLG32.DLL
0x77F60000 - 0x77FD6000         C:\WINDOWS\system32\SHLWAPI.dll
0x7C9C0000 - 0x7D1D5000         C:\WINDOWS\system32\SHELL32.dll
0x73000000 - 0x73026000         C:\WINDOWS\system32\WINSPOOL.DRV
0x037E0000 - 0x038DB000         d:\Swarm-2.2-java\bin\libhdf5-0.dll
0x038E0000 - 0x038F5000         d:\Swarm-2.2-java\bin\mgwz.dll
0x03900000 - 0x03933000         d:\Swarm-2.2-java\bin\png12.dll
0x773D0000 - 0x774D2000         C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-C
ontrols_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll
0x76C90000 - 0x76CB8000         C:\WINDOWS\system32\imagehlp.dll
0x59A60000 - 0x59B01000         C:\WINDOWS\system32\DBGHELP.dll
0x77C00000 - 0x77C08000         C:\WINDOWS\system32\VERSION.dll
0x76BF0000 - 0x76BFB000         C:\WINDOWS\system32\PSAPI.DLL

Heap at VM Abort:
Heap
 def new generation   total 576K, used 461K [0x10010000, 0x100b0000, 0x104f0000)

  eden space 512K,  77% used [0x10010000, 0x100734e0, 0x10090000)
  from space 64K, 100% used [0x100a0000, 0x100b0000, 0x100b0000)
  to   space 64K,   0% used [0x10090000, 0x10090000, 0x100a0000)
 tenured generation   total 1408K, used 39K [0x104f0000, 0x10650000, 0x14010000)

   the space 1408K,   2% used [0x104f0000, 0x104f9e00, 0x104f9e00, 0x10650000)
 compacting perm gen  total 4096K, used 1574K [0x14010000, 0x14410000, 0x1801000
0)
   the space 4096K,  38% used [0x14010000, 0x14199818, 0x14199a00, 0x14410000)

Local Time = Sun Jun 04 15:05:22 2006
Elapsed Time = 5
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
#
# An error report file has been saved as hs_err_pid2296.log.
# Please refer to the file for further information.
#

It is the first time I tried to run swarm on my computer. Two other people in
our lab had the same problem as well. Could you give me some advice?

Thank you very much!

Regards,
Nan


reply via email to

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