Menu

#3 Unexpected Signal : EXCEPTION_ACCESS_VIO

open
nobody
None
5
2002-05-23
2002-05-23
Anonymous
No

Running the java with the profile dll on windows 2000
and cygwin combination.

$ $JAVA_HOME/bin/java -Xdebug -
Xrunprofile:verbose,help test/Test.java
Java JVMDI Coverage analyser
Options (Specify after -Xrunprofile with a colon (:) and
separate with comma (,)

verbose - generate some output from the profiler
incremental - add to the existing data in the profile
(this allows multiple small test cases)
file:<name> - define the name of the data file to
store the profile
name:<name> - define the name of the profile
stored in the file
detail - store additional line information in the
profile for detaile
d reports
exclude:<name> - file to read list of excluded
packages from (one per line e.
g. 'L/java/')

Example : -Xdebug -
Xrunprofile:verbose,incremental,file:profile.dat,name:my
app
COVERAGE: Java JVMDI Coverage Analyser
COVERAGE: Writing report to 'profile.dat.db'
COVERAGE: Using default exclusion list
COVERAGE: Exclusions: Lorg/ Ljavax/ Ljava/ Lsun/
COVERAGE: Using JVMDI version 1.2
COVERAGE: DEBUG magic word enabled
COVERAGE: Coverage profile initialised

Unexpected Signal :
EXCEPTION_ACCESS_VIOLATION occurred at
PC=0x6D378E70
Function=JVM_FindSignal+0x3566
Library=d:\j2sdk1.4.0\jre\bin\client\jvm.dll

Current Java thread:
at java.lang.Object.<init>(Object.java:20)
at java.lang.Thread.<init>(Thread.java:376)

Dynamic libraries:
0x00400000 - 0x00406000 d:\j2sdk1.4.0
\bin\java.exe
0x77F80000 - 0x77FF9000 C:\WINNT\System32
\ntdll.dll
0x77DB0000 - 0x77E0A000 C:\WINNT\system32
\ADVAPI32.dll
0x77E80000 - 0x77F36000 C:\WINNT\system32
\KERNEL32.DLL
0x77D40000 - 0x77DAF000 C:\WINNT\system32
\RPCRT4.DLL
0x78000000 - 0x78046000 C:\WINNT\system32
\MSVCRT.dll
0x6D330000 - 0x6D442000 d:\j2sdk1.4.0
\jre\bin\client\jvm.dll
0x77E10000 - 0x77E75000 C:\WINNT\system32
\USER32.dll
0x77F40000 - 0x77F7C000 C:\WINNT\system32
\GDI32.DLL
0x77570000 - 0x775A0000 C:\WINNT\System32
\WINMM.dll
0x6D1D0000 - 0x6D1D7000 d:\j2sdk1.4.0
\jre\bin\hpi.dll
0x6D300000 - 0x6D30D000 d:\j2sdk1.4.0
\jre\bin\verify.dll
0x6D210000 - 0x6D228000 d:\j2sdk1.4.0
\jre\bin\java.dll
0x6D320000 - 0x6D32D000 d:\j2sdk1.4.0
\jre\bin\zip.dll
0x10000000 - 0x1000D000
d:\shared\profile\profile.dll
0x61000000 - 0x61109000
D:\cygwin\bin\cygwin1.dll
0x6A9C0000 - 0x6A9CA000
D:\cygwin\bin\cyggdbm.dll
0x77920000 - 0x77942000 C:\WINNT\system32
\imagehlp.dll
0x72A00000 - 0x72A2D000 C:\WINNT\system32
\DBGHELP.dll
0x690A0000 - 0x690AB000 C:\WINNT\System32
\PSAPI.DLL

Local Time = Thu May 23 19:51:38 2002
Elapsed Time = 1
#
# HotSpot Virtual Machine Error :
EXCEPTION_ACCESS_VIOLATION
# Error ID : 4F530E43505002D3
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.0-b92
mixed mode)
#
# An error report file has been saved as
hs_err_pid828.log.
# Please refer to the file for further information.
#

Discussion


Log in to post a comment.

MongoDB Logo MongoDB