JDK-6224468 : SwingBasher throws OutOfMemoryError in WinXP Prof.machine.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-02-02
  • Updated: 2010-04-03
  • Resolved: 2005-02-04
Related Reports
Duplicate :  
Relates :  
Description
Bug Info:
---------
SwingBasher throws OutOfMemoryError in winXP Prof. machine.It throws an exception after 7th iteration.

JDK Info:
---------
java version "1.6.0-ea"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.6.0-ea-b17)
Java HotSpot(TM) Client VM (build 1.6.0-ea-b17, mixed mode, sharing)


SwingBasher Location:
---------------------
/net/sqesvr-nfs.sfbay/global/nfs/ws1/6.0/swing/src/Swing_AllComponents/Automated/SwingBasher/tiger


Reproduce Steps:
----------------
1.Set JAVA_HOME to 1.6.0 build 17

2.Set SB_TIMELIMIT 4320 (for 72 Hrs)

3.sh runint.sh


Expected Result:
----------------
The test should run 72 Hrs.


Actual Result:
--------------
It throws OutOfMemoryError after 7th iteration.


Results Location:
-----------------
http://jsqalab.sfbay/results/6.0/b20/Swing/Reliability_Results/Winxp_Prof/


---------------  S Y S T E M  D E T A I L S ---------------

OS: Windows XP Build 2600 Service Pack 2, v.2149

CPU:total 1 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht

Memory: 4k page, physical 261132k(11988k free), swap 634840k(408860k free)
###@###.### 2005-2-02 08:15:08 GMT

Comments
EVALUATION Sounds the same as 6213207, with the exception of the OS type. ###@###.### 2005-2-02 21:35:31 GMT Link to 6209695 should be investigated. It was a GC problem introduced in b14 and fixed in b22. It was causing OOMs in SwingSet2. ###@###.### 2005-2-02 21:40:44 GMT The results for this bug and for 6213207 strikingly similar, in particular the fact that they both quit on the 8th iteration, and the fact that they both spend a couple iterations at the same Total Memory amount. These are the same bug. ###@###.### 2005-2-04 02:29:07 GMT
02-02-2005