Name: iaR10016 Date: 10/28/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b25
(passes with JDK1.4.2-b28)
JCK : JCK1.5-runtime (b07)
Platform[s] : Windows 98
(not reproducible on other systems I have including Windows 2000, Windows XP)
Please, see "Specific machine info" section to get more information about the tested system.
switch/Mode : plugin with Netscape 7.1, Internet Explorer 6.0
(not reproducible in default mode)
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Falling test[s]: vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.html
vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.html
vm/concepts/exceptions/exceptions031/exceptions03103/exceptions03103.html
vm/concepts/exceptions/exceptions031/exceptions03104/exceptions03104.html
Four JCK1.5 (b07) runtime vm/concepts/exceptions/exceptions031 tests crash browser and so fail
with error in plugin mode on Windows 98 using JDK1.5.0-b25.
Sample output and hotspot error log are in the "Test output" section.
Please, see "How to reproduce" section to get more information how to start the tests under plugin
on Windows.
Test source location:
=====================
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03103/exceptions03103.java
/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03104/exceptions03104.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b25/jck15/win32/linux-17/workDir//java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03101/exceptions03101.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b25/jck15/win32/linux-17/workDir//java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03102/exceptions03102.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b25/jck15/win32/linux-17/workDir//java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03103/exceptions03103.jtr
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b25/jck15/win32/linux-17/workDir//java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15/tests/vm/concepts/exceptions/exceptions031/exceptions03104/exceptions03104.jtr
How to reproduce:
=================
1. Install JRE1.5.0-b25 on your Windows 98 machine
2. Compile test.java using the following script under Windows OS
(probably, you need to change JCK and JAVA_HOME paths):
--------- Script.sh ---------
#!/bin/sh
JAVA_HOME=C:/j2sdk1.5.0
JCK=H:/java/jck1.5/JCK-runtime-15
mkdir -p javasoft\\sqe\\tests\\vm\\concepts\\exceptions
cp -r h:\\java\\jck1.5\\JCK-runtime-15\\classes\\javasoft\\sqe\\tests\\vm\\concepts\\exceptions\\exceptions031 javasoft\\sqe\\tests\\vm\\concepts\\exceptions\\exceptions031
$JAVA_HOME/bin/javac test.java
-----------------------------
--------- test.java ---------
import java.applet.*;
import javasoft.sqe.tests.vm.concepts.exceptions.exceptions031.exceptions03101.exceptions03101;
public class test extends Applet{
static String[] arg={};
public void init() { run(); }
public void start() {}
public void stop() {}
public static void main (String [] args ) { run(); }
public static void run () {
System.out.println ("Hello!");
exceptions03101 t = new exceptions03101();
System.out.println("RESULT IS " + t.run(arg, System.out));
}
}
-----------------------------
3. Open test.html file in the browser window:
--------- test.html ---------
<html>
<head>
<title>HELLO</title>
</head>
<body>
<h1>HELLO</h1>
<!--"CONVERTED_APPLET"-->
<!-- HTML CONVERTER -->
<object
classid = "clsid:CAFEEFAC-0015-0000-0000-ABCDEFFEDCBA"
codebase = "http://java.sun.com/update/1.5.0/jinstall-1_5_0-windows-i586.cab#Version=1,5,0,0"
WIDTH = 460 HEIGHT = 160 >
<PARAM NAME = CODE VALUE = test.class >
<param name = "type" value = "application/x-java-applet;jpi-version=1.5">
<param name = "scriptable" value = "false">
<comment>
<embed
type = "application/x-java-applet;jpi-version=1.5" CODE = test.class WIDTH = 460 HEIGHT = 160
scriptable = false
pluginspage = "http://java.sun.com/products/plugin/index.html#download">
<noembed>
</noembed>
</embed>
</comment>
</object>
<!--
<APPLET CODE = test.class WIDTH = 460 HEIGHT = 160>
</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->
</body>
</html>
-----------------------------
Test output:
============
JTR part:
...
----------ref:(1/58)----------
Executing command via localhost,port=4791,localport=1944
----------log:(0/0)----------
result: Error. Problem communicating with agent: java.net.SocketException: Connection reset by peer: JVM_recv in socket input stream read
...
Error log file (hs_err_pid4294813409.log):
...
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# Internal Error (4E4D4554484F440E43505004F6), pid=-153887, tid=-325039
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0-beta-b25 mixed mode)
--------------- T H R E A D ---------------
Current thread (0x0079b420): JavaThread "thread applet-test.class" [_thread_in_Java, id=-325039]
Stack: [0x11720000,0x11820000), sp=0x11732cec, free space=75k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [JVM.DLL+0x12d93d]
V [JVM.DLL+0x5e45a]
V [JVM.DLL+0xeb184]
V [JVM.DLL+0x105f65]
V [JVM.DLL+0xf103d]
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0079d050 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=-324167]
0x00799800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=-314435]
=>0x0079b420 JavaThread "thread applet-test.class" [_thread_in_Java, id=-325039]
0x007981e0 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=-326847]
0x00792680 JavaThread "traceMsgQueueThread" [_thread_blocked, id=-319719]
0x0078dc30 JavaThread "AWT-Windows" daemon [_thread_in_native, id=-201883]
0x0078de70 JavaThread "AWT-Shutdown" [_thread_blocked, id=-201199]
0x0078b260 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=-204403]
0x00782450 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-216267]
0x007817b0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=-215391]
0x007805c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-227235]
0x0077e350 JavaThread "Finalizer" daemon [_thread_blocked, id=-225639]
0x0077d020 JavaThread "Reference Handler" daemon [_thread_blocked, id=-229355]
0x00775a40 JavaThread "main" [_thread_in_native, id=-150675]
Other Threads:
0x0077c1b0 VMThread [id=-228479]
0x00783280 WatcherThread [id=-216647]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 576K, used 555K [0x04d40000, 0x04de0000, 0x054a0000)
eden space 512K, 95% used [0x04d40000, 0x04dbae10, 0x04dc0000)
from space 64K, 100% used [0x04dc0000, 0x04dd0000, 0x04dd0000)
to space 64K, 0% used [0x04dd0000, 0x04dd0000, 0x04de0000)
tenured generation total 1408K, used 390K [0x054a0000, 0x05600000, 0x0ad40000)
the space 1408K, 27% used [0x054a0000, 0x05501938, 0x05501a00, 0x05600000)
compacting perm gen total 8192K, used 5344K [0x0ad40000, 0x0b540000, 0x10140000)
the space 8192K, 65% used [0x0ad40000, 0x0b278160, 0x0b278200, 0x0b540000)
No shared spaces configured.
Dynamic libraries:
0x6d470000 - 0x6d483000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\NET.DLL
0x6d380000 - 0x6d394000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\JPICOM32.DLL
0x6d510000 - 0x6d52e000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\REGUTILS.DLL
0x6d1e0000 - 0x6d1ef000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\DEPLOY.DLL
0x6d220000 - 0x6d25e000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\FONTMANAGER.DLL
0xbaaa0000 - 0xbaaed000 C:\WINDOWS\SYSTEM\DDRAW.DLL
0xbfee0000 - 0xbfee5000 C:\WINDOWS\SYSTEM\NTDLL.DLL
0x6d000000 - 0x6d15a000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\AWT.DLL
0x7f2d0000 - 0x7f30d000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\UNICOWS.DLL
0x7f690000 - 0x7f6a1000 C:\WINDOWS\SYSTEM\AVICAP32.DLL
0x79630000 - 0x79654000 C:\WINDOWS\SYSTEM\MSVFW32.DLL
0xbfde0000 - 0xbfde5000 C:\WINDOWS\SYSTEM\WOW32.DLL
0x7e080000 - 0x7e086000 C:\WINDOWS\SYSTEM\DCIMAN32.DLL
0x7fe50000 - 0x7fe76000 C:\WINDOWS\SYSTEM\OLEDLG.DLL
0x7fc30000 - 0x7fc75000 C:\WINDOWS\SYSTEM\MSVCRT20.DLL
0x7fe40000 - 0x7fe49000 C:\WINDOWS\SYSTEM\WINSPOOL.DRV
0x6d570000 - 0x6d57e000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\ZIP.DLL
0x6d2c0000 - 0x6d2dc000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\JAVA.DLL
0x6d550000 - 0x6d55b000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\VERIFY.DLL
0x6d260000 - 0x6d267000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\HPI.DLL
0x6d580000 - 0x6d720000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\CLIENT\JVM.DLL
0x6d400000 - 0x6d418000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\JPISHARE.DLL
0x6d3a0000 - 0x6d3b7000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\JPIEXP32.DLL
0x6d4f0000 - 0x6d500000 C:\PROGRAM FILES\JAVA\J2RE1.5.0\BIN\NPJPI150.DLL
0x5f300000 - 0x5f329000 C:\WINDOWS\SYSTEM\OLEPRO32.DLL
0xbfdf0000 - 0xbfe00000 C:\WINDOWS\SYSTEM\WINMM.DLL
0x7f920000 - 0x7f937000 C:\WINDOWS\SYSTEM\MSSHRUI.DLL
0x7fbf0000 - 0x7fbfe000 C:\WINDOWS\SYSTEM\MPR.DLL
0x7fe10000 - 0x7fe3d000 C:\WINDOWS\SYSTEM\COMDLG32.DLL
0xbfe20000 - 0xbfe24000 C:\WINDOWS\SYSTEM\IMM32.DLL
0x48080000 - 0x480a7000 C:\WINDOWS\SYSTEM\MSLS31.DLL
0x70c50000 - 0x70efd000 C:\WINDOWS\SYSTEM\MSHTML.DLL
0x783c0000 - 0x783cf000 C:\WINDOWS\SYSTEM\RNR20.DLL
0x7b410000 - 0x7b41b000 C:\WINDOWS\SYSTEM\MSAFD.DLL
0x75fa0000 - 0x75faa000 C:\WINDOWS\SYSTEM\WSOCK32.DLL
0x794d0000 - 0x794e5000 C:\WINDOWS\SYSTEM\MSWSOCK.DLL
0x76000000 - 0x76012000 C:\WINDOWS\SYSTEM\WS2_32.DLL
0x75fe0000 - 0x75fe6000 C:\WINDOWS\SYSTEM\WS2HELP.DLL
0x70440000 - 0x704cf000 C:\WINDOWS\SYSTEM\MLANG.DLL
0x71840000 - 0x718c4000 C:\WINDOWS\SYSTEM\SHDOCLC.DLL
0x702b0000 - 0x7032a000 C:\WINDOWS\SYSTEM\URLMON.DLL
0x792f0000 - 0x79301000 C:\WINDOWS\SYSTEM\MYDOCS.DLL
0x00ed0000 - 0x010bc000 C:\WINDOWS\SYSTEM\MSI.DLL
0x79e60000 - 0x79ee5000 C:\PROGRAM FILES\COMMON FILES\MICROSOFT SHARED\WEB FOLDERS\MSONSEXT.DLL
0xbfe70000 - 0xbfe76000 C:\WINDOWS\SYSTEM\VERSION.DLL
0x71930000 - 0x71938000 C:\WINDOWS\SYSTEM\SHFOLDER.DLL
0x70200000 - 0x70295000 C:\WINDOWS\SYSTEM\WININET.DLL
0x65340000 - 0x653db000 C:\WINDOWS\SYSTEM\OLEAUT32.DLL
0x71300000 - 0x7135e000 C:\WINDOWS\SYSTEM\CRYPT32.DLL
0x7fb90000 - 0x7fbe2000 C:\WINDOWS\SYSTEM\RPCRT4.DLL
0x79e00000 - 0x79e25000 C:\WINDOWS\SYSTEM\MSOSS.DLL
0x718e0000 - 0x718f2000 C:\WINDOWS\SYSTEM\BROWSELC.DLL
0x71160000 - 0x7125d000 C:\WINDOWS\SYSTEM\BROWSEUI.DLL
0x7ff20000 - 0x7ffe1000 C:\WINDOWS\SYSTEM\OLE32.DLL
0x7fcb0000 - 0x7fe06000 C:\WINDOWS\SYSTEM\SHELL32.DLL
0x00400000 - 0x00419000 C:\PROGRAM FILES\INTERNET EXPLORER\IEXPLORE.EXE
0x71000000 - 0x71149000 C:\WINDOWS\SYSTEM\SHDOCVW.DLL
0xbfb70000 - 0xbfbf8000 C:\WINDOWS\SYSTEM\COMCTL32.DLL
0x70bd0000 - 0x70c35000 C:\WINDOWS\SYSTEM\SHLWAPI.DLL
0xbff50000 - 0xbff61000 C:\WINDOWS\SYSTEM\USER32.DLL
0xbff20000 - 0xbff46000 C:\WINDOWS\SYSTEM\GDI32.DLL
0xbfe80000 - 0xbfe90000 C:\WINDOWS\SYSTEM\ADVAPI32.DLL
0x78000000 - 0x78040000 C:\WINDOWS\SYSTEM\MSVCRT.DLL
0xbff70000 - 0xbffe3000 C:\WINDOWS\SYSTEM\KERNEL32.DLL
VM Arguments:
jvm_args: -Xbootclasspath/a:C:\PROGRA~1\JAVA\J2RE15~1.0\lib\deploy.jar;C:\PROGRA~1\JAVA\J2RE15~1.0\lib\plugin.jar -Xmx96m -Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0
-Djavaplugin.nodotversion=150 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\JAVA\J2RE15~1.0 -Djava.protocol.handler.pkgs=sun.plugin.net.protocol
-Djavaplugin.vm.options=-Djava.class.path=C:\PROGRA~1\JAVA\J2RE15~1.0\classes -Xbootclasspath/a:C:\PROGRA~1\JAVA\J2RE15~1.0\lib\deploy.jar;C:\PROGRA~1\JAVA\J2RE15~1.0\lib\plugin.jar -Xmx96m
-Djavaplugin.maxHeapSize=96m -Xverify:remote -Djavaplugin.version=1.5.0 -Djavaplugin.nodotversion=150 -Dbrowser=sun.plugin -DtrustProxy=true -Dapplication.home=C:\PROGRA~1\JAVA\J2RE15~1.0
-Djava.protocol.handler.pkgs=sun.plugin.net.protocol vfprintf
java_command: <unknown>
Environment Variables:
PATH=C:\PROGRA~1\JAVA\J2RE15~1.0\bin;C:\PROGRA~1\INTERN~1\;;C:\MKSTOO~1\MKSNT;C:\WINDOWS;C:\WINDOWS\COMMAND;;.
SHELL=c:/MKSTOO~1/mksnt/sh.exe
--------------- S Y S T E M ---------------
OS: Windows 98 Build 67766446 A
CPU:total 1(active 1) family 6, cmov, cx8, fxsr, mmx, sse
Memory: 4k page, physical 260300k(89924k free), swap 1836848k(1768352k free)
...
Specific machine info:
======================
Hostname: linux-17
OS: Windows 98 Second Edition 4.10.2222 A
Browsers:
MS Internet Explorer 6.0 (SP1)
Netscape 7.1
======================================================================
- duplicates
-
JDK-4942470 REGRESSION: 2 Regression-test tests fail (-Xcheck:jni)
- Closed