-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.4.0
-
sparc
-
solaris_8
Platform: IA Solaris 8, Solaris 8
Build: Merlin-beta (b32)
SwingBasher throws OutOfMemory error when run repeatedly on Solaris 8 and IA Solaris 8. On IA Solaris 8, it throws the above error after finishing 17 loops and on Solaris 8, it throws the above error after completing 21 loops. The no. of loops completed are inconsistant and sometimes the same error is thrown even before finishing the specified no. of loops given above.
Testsuite is located at :
/net/sqesvr/export/jfc/Kestrel_ws/Functional/SwingBasher
Results are located at :
/net/sqesvr/export/2d/public_html/reliability/results/SwingBasher
On Win2000,
Null pointer exception is thrown after finishing the first loop itself and Memory leak message is displayed in the frame shown.
Here is the exception :
java.lang.NullPointerException
at javax.swing.BoxLayout.checkRequests(BoxLayout.java:363)
at javax.swing.BoxLayout.layoutContainer(BoxLayout.java:292)
at java.awt.Container.layout(Container.java:702)
at java.awt.Container.doLayout(Container.java:692)
at java.awt.Container.validateTree(Container.java:769)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validate(Container.java:744)
at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.j
ava:342)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:118)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:368)
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:127)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:96)
This failures are occuring on 128MB RAM configurations.
Build: Merlin-beta (b32)
SwingBasher throws OutOfMemory error when run repeatedly on Solaris 8 and IA Solaris 8. On IA Solaris 8, it throws the above error after finishing 17 loops and on Solaris 8, it throws the above error after completing 21 loops. The no. of loops completed are inconsistant and sometimes the same error is thrown even before finishing the specified no. of loops given above.
Testsuite is located at :
/net/sqesvr/export/jfc/Kestrel_ws/Functional/SwingBasher
Results are located at :
/net/sqesvr/export/2d/public_html/reliability/results/SwingBasher
On Win2000,
Null pointer exception is thrown after finishing the first loop itself and Memory leak message is displayed in the frame shown.
Here is the exception :
java.lang.NullPointerException
at javax.swing.BoxLayout.checkRequests(BoxLayout.java:363)
at javax.swing.BoxLayout.layoutContainer(BoxLayout.java:292)
at java.awt.Container.layout(Container.java:702)
at java.awt.Container.doLayout(Container.java:692)
at java.awt.Container.validateTree(Container.java:769)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validateTree(Container.java:776)
at java.awt.Container.validate(Container.java:744)
at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.j
ava:342)
at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
EventQueueUtilities.java:118)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:368)
at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:127)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:117)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:96)
This failures are occuring on 128MB RAM configurations.
- duplicates
-
JDK-4327621 RAS: Merlin-beta-F winNT & Solaris Sparc & Solaris x86 memory leak
-
- Closed
-