FS#45386 - [openjdk 7/8] Memory leak when compiled with GCC 5.1
Attached to Project:
Arch Linux
Opened by Evangelos Foutras (foutrelis) - Friday, 19 June 2015, 05:43 GMT
Last edited by Guillaume ALAUX (galaux) - Monday, 29 June 2015, 08:01 GMT
Opened by Evangelos Foutras (foutrelis) - Friday, 19 June 2015, 05:43 GMT
Last edited by Guillaume ALAUX (galaux) - Monday, 29 June 2015, 08:01 GMT
|
Details
Upstream issue (incl. patch):
https://bugs.openjdk.java.net/browse/JDK-8078666
I noticed this issue when I tried building gpsbabel with a self-compiled build of OpenJDK 7; it uses a Java program/library to generate a PDF document and that step failed with an out-of-memory error on i686. After rebuilding OpenJDK 7 with the patch from the upstream report, gpsbabel compiles successfully. OpenJDK 8 should be affected as well (though I haven't verified this). |
This task depends upon
Closed by Guillaume ALAUX (galaux)
Monday, 29 June 2015, 08:01 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in trunk for both 7 and 8
Monday, 29 June 2015, 08:01 GMT
Reason for closing: Implemented
Additional comments about closing: Fixed in trunk for both 7 and 8
Comment by
Evangelos Foutras (foutrelis) -
Sunday, 28 June 2015, 23:36 GMT
Comment by
Guillaume ALAUX (galaux) - Monday,
29 June 2015, 07:59 GMT
I see java7-openjdk was patched about 3 days ago, but the patch
(hotspot_fix_memory_leak.diff) wasn't added to SVN.
Done.