-
Bug
-
Resolution: Fixed
-
P4
-
6, 7
-
b26
-
x86
-
linux, linux_suse_sles_9.3
-
Verified
the test fails wiht timeout because of OutOfMEmoryError (log is attached)
I can reproduce the same issue with my test. I am running a fullscreen application on SuSE 10.0 which cycles through all the graphics configs and graphics devices. For each GC, it creates a frame, pushes it into FS mode and disposes the frame. When I monitored this through Jconsole, I found that the memory consumption is going steeply and garbage collection is not performed. Eventually it throws OutOfMemoryError after some loops.
I tried to narrow down the problem and found that the problem disappears if I call setFullScreenWindow(null) before disposing the window. But If I don't call the above method and just dispose the window directly, there seems to be a memory leak. I reproduced it on SUSE 10 with Nvidia GeForce FX5900 and ATI Radeon 9600, both with the latest drivers installed. Reproduced with JDK7 as well as JDK6-FCS. I have attached my test to the bug report.
I can reproduce the same issue with my test. I am running a fullscreen application on SuSE 10.0 which cycles through all the graphics configs and graphics devices. For each GC, it creates a frame, pushes it into FS mode and disposes the frame. When I monitored this through Jconsole, I found that the memory consumption is going steeply and garbage collection is not performed. Eventually it throws OutOfMemoryError after some loops.
I tried to narrow down the problem and found that the problem disappears if I call setFullScreenWindow(null) before disposing the window. But If I don't call the above method and just dispose the window directly, there seems to be a memory leak. I reproduced it on SUSE 10 with Nvidia GeForce FX5900 and ATI Radeon 9600, both with the latest drivers installed. Reproduced with JDK7 as well as JDK6-FCS. I have attached my test to the bug report.
- duplicates
-
JDK-6570758 REGRESSION: 1.6 throws InternalError when trying to exit full screen exclusive mode, Linux
-
- Closed
-
- relates to
-
JDK-6307416 Memory consumption increases every time I push a frame to FS mode and restore it back, Linux
-
- Open
-
-
JDK-6459841 test java/awt/FullScreen/DisplayChangeVITest/DisplayChangeVITest.java fails on Suse
-
- Closed
-