Python script used by BigApps testing team crashes JVM -- apparently in
multiple place -- when running Jython 2.1 interpreter atop JRE
in 1.4.1_beta_b14. See attachments for some snapshots taken at
postmortem.
Chris Vick has looked at this most extensively.
[cnc - Actually, Cliff Click looked at it extensively. See eval.]
Python script that precipitated crash is attached "AwtAbuse2.py".
Brief instructions on how to use are in attached file
"testCase.txt".
I have Jython interpreter and Python code used to cause this crash.
Fred Clegg
x17397
###@###.###
2002-06-07
Starting Jython interpreter used for this test on RedHat Linux 7.2
also causes VM to fail. See attached files:
jyfail.txt screen output
hs_err_pid4791.log error log file produced
jythons.sh script used to launch Jython interpreter
Fred Clegg
x17397
###@###.###
###@###.### 2002-06-10
At the request of Peter Kessler, I have rerun my Linux-based test
using the -client option. VM promptly dies in this case, as well.
See attached files:
jyfail2.txt screen output
hs_err_pid13050.log error log file produced
jythonclient.sh script used to launch Jython interpreter with -client
###@###.### 2002-06-11
I reran my Windows 2000-based test using -client rather than -server
as previously. VM promptly crashed again, even before start-up of Jython
interpreter had been completed.
At the suggestion of Harshad Vilekar and Kevin Smith, I have red-tagged this
bug and also changed it to P2.
See attached files:
fail2612regs.txt CPU registers at time of crash
fail2612src.txt Source code surrounding crash site
fail2612stk.txt Stack trace back from crash site
###@###.### 2002-06-12
multiple place -- when running Jython 2.1 interpreter atop JRE
in 1.4.1_beta_b14. See attachments for some snapshots taken at
postmortem.
Chris Vick has looked at this most extensively.
[cnc - Actually, Cliff Click looked at it extensively. See eval.]
Python script that precipitated crash is attached "AwtAbuse2.py".
Brief instructions on how to use are in attached file
"testCase.txt".
I have Jython interpreter and Python code used to cause this crash.
Fred Clegg
x17397
###@###.###
2002-06-07
Starting Jython interpreter used for this test on RedHat Linux 7.2
also causes VM to fail. See attached files:
jyfail.txt screen output
hs_err_pid4791.log error log file produced
jythons.sh script used to launch Jython interpreter
Fred Clegg
x17397
###@###.###
###@###.### 2002-06-10
At the request of Peter Kessler, I have rerun my Linux-based test
using the -client option. VM promptly dies in this case, as well.
See attached files:
jyfail2.txt screen output
hs_err_pid13050.log error log file produced
jythonclient.sh script used to launch Jython interpreter with -client
###@###.### 2002-06-11
I reran my Windows 2000-based test using -client rather than -server
as previously. VM promptly crashed again, even before start-up of Jython
interpreter had been completed.
At the suggestion of Harshad Vilekar and Kevin Smith, I have red-tagged this
bug and also changed it to P2.
See attached files:
fail2612regs.txt CPU registers at time of crash
fail2612src.txt Source code surrounding crash site
fail2612stk.txt Stack trace back from crash site
###@###.### 2002-06-12
- relates to
-
JDK-4703266 Unsafe.setObject is missing a card mark
- Closed