Name: rlT66838 Date: 03/13/2000
C:\Data\Java\PerfAnal>java -version
java version "1.3.0rc1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0rc1-T)
Java HotSpot(TM) Client VM (build 1.3.0rc1-S, mixed mode)
The Java Developer Connection has an article entitled PerfAnal: A Performance
Analysis Tool. I downloaded and ran these programs under jdk1.2.2 and
everything works fine. However, under jdk1.3rc1 I get the following gpf:
JAVA caused an invalid page fault in
module JVM.DLL at 016f:5043b923.
Registers:
EAX=006a1c48 CS=016f EIP=5043b923 EFLGS=00010246
EBX=00000006 SS=0177 ESP=0057f9c4 EBP=0057fa88
ECX=00000000 DS=0177 ESI=0686ec30 FS=2f87
EDX=006a1c48 ES=0177 EDI=00000000 GS=0000
Bytes at CS:EIP:
0f b7 77 0c 8d 46 01 50 e8 c8 a8 ff ff 59 33 c9
Stack dump:
006a1b4c 0686ec30 5042509c 0686ec28 006a6680 0000002c 00000004 0000002a 006a1f74
006a1c48 00000000 00000006 02ab6728 00000004 00000000 50424c05
The gpf occurs when I execute the line:
java -Xrunhprof:cpu=samples,depth=6 TestHprof
I also tried several variations on this line, which all produced the wsame gpf.
(Review ID: 102342)
======================================================================
- duplicates
-
JDK-4311981 JVMPI: using JRE rt.jar with hprof agent causes segmentation violation
-
- Closed
-