JDK-4227997 : JDK1.2.2.M NS4.5 on W98 Selecting Color Chooser in SwingSet causes to crash
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.2.1,1.2.2
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_nt
  • CPU: x86
  • Submitted: 1999-04-08
  • Updated: 1999-04-27
  • Resolved: 1999-04-27
Related Reports
Duplicate :  
Description
W98/NS4.5 jdk1.2.2 build m
Selecting Color Chooser menuitem in SwingSet demo causes netscape 4.5 to crash on W98.
Netscape 4.5 also freezes when a Dialog menuitem is selected.
also happens on Netscape 4.08
go to this url:
http://javaweb.eng.sun.com/~nancys/BrowserSuiteM/Suite/QLhtml/1/4.html

deatails of the crash:
NETSCAPE caused an invalid page fault 
in
module SYMCJIT.DLL at 015f:500b83dd.
Registers:
EAX=0848b550 CS=015f EIP=500b83dd 
EFLGS=00010246
EBX=0848b550 SS=0167 ESP=0848b1e4 
EBP=0848b778
ECX=8b0cc483 DS=0167 ESI=500c0060 
FS=4277
EDX=0848b260 ES=0167 EDI=0848b550 
GS=0000
Bytes at CS:EIP:
8b 49 0c 8b 41 04 8b 51 06 25 ff ff 00 
00 81 e2 
Stack dump:
500b8025 0890bd7c 00004000 00000001 
03bc04a8 504d070d 0890bd7c 0848b260 
504bbbf4 0890bd7c 0848b260 03bc04a8 
00e4fbe0 0448f6b8 03c096d0 00000000

Comments
EVALUATION Based on the error (page fault) the bug appears to be in native code. Swing has no native code. We are reassigning based on the dll where the fault occurred (symcjit.dll). jeff.dinkins@Eng 1999-04-12 We further tested this problem: The jre1_2_2-win.exe installer did NOT exhibit this bug. nancy.schorr@eng 1999-04-13 krajesh@eng 1999-04-13 Here's a trace from Netscape45, win98, NO JIT: NETSCAPE caused an invalid page fault in module <unknown> at 0000:00000009. Registers: EAX=00000000 CS=015f EIP=00000009 EFLGS=00010202 EBX=0404f818 SS=0167 ESP=0404f700 EBP=0404f700 ECX=08000000 DS=0167 ESI=00000005 FS=3d67 EDX=00000000 ES=0167 EDI=00000558 GS=0000 Bytes at CS:EIP: 00 2d 10 65 04 70 00 65 04 70 00 54 ff 00 f0 cc Stack dump: 00000167 00f49e20 00000000 00000000 50254561 00000001 00000558 00000000 00000005 00000000 ffef0000 502543ec 00000005 00000000 ffef0000 00000000 nancy.schorr@eng 1999-04-14 Also occurs with Windows 95. Click on the Color Chooser menuitem while selecting makes the bug happen reliably. Never occurs with Windows NT. Never occurs without a browser (and plug-in). nancy.schorr@eng 1999-04-14 drwatson log attached. nancy.schorr@eng 1999-04-15
14-04-1999