-
Bug
-
Resolution: Not an Issue
-
P3
-
repo-panama
With current nicl branch, the debug build all failed because of memory leak. Sample error message is following,
jib > Creating support/modules_cmds/jdk.deploy.controlpanel/jcontrol from 1 file(s)
jib > Creating support/modules_cmds/jdk.javaws/javaws from 21 file(s)
jib > Creating support/modules_libs/jdk.plugin.server/libnpjp2.so from 24 file(s)
jib > Compiling 4 files for BUILD_JIGSAW_TOOLS
jib > # To suppress the following error report, specify this argument
jib > # after -XX: or in .hotspotrc: SuppressErrorAt=/resourceArea.hpp:63
jib > #
jib > # A fatal error has been detected by the Java Runtime Environment:
jib > #
jib > # Internal Error (/scratch/opt/mach5/mesos/work_dir/slaves/7aed79a7-ea87-4caa-8895-f1d7e69bb48e-S4125/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b1f716e9-172b-43ba-8afa-f70651397c5e/runs/a864a260-61d5-4d30-8bf3-f13c3b039fd7/workspace/open/src/hotspot/share/memory/resourceArea.hpp:63), pid=21446, tid=21447
jib > # fatal error: memory leak: allocating without ResourceMark
jib > #
jib > # JRE version: (10.0) (fastdebug build )
jib > # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 10-internal+0-2017-11-28-1850597.henry.jen.panama.dev, mixed mode, tiered, compressed oops, serial gc, linux-amd64)
jib > # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
jib > #
jib > # An error report file with more information is saved as:
jib > # /scratch/opt/mach5/mesos/work_dir/slaves/7aed79a7-ea87-4caa-8895-f1d7e69bb48e-S4125/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b1f716e9-172b-43ba-8afa-f70651397c5e/runs/a864a260-61d5-4d30-8bf3-f13c3b039fd7/workspace/open/make/hs_err_pid21446.log
jib > #
jib > # If you would like to submit a bug report, please visit:
jib > # http://bugreport.java.com/bugreport/crash.jsp
jib > #
jib > Creating support/modules_cmds/jdk.deploy.controlpanel/jcontrol from 1 file(s)
jib > Creating support/modules_cmds/jdk.javaws/javaws from 21 file(s)
jib > Creating support/modules_libs/jdk.plugin.server/libnpjp2.so from 24 file(s)
jib > Compiling 4 files for BUILD_JIGSAW_TOOLS
jib > # To suppress the following error report, specify this argument
jib > # after -XX: or in .hotspotrc: SuppressErrorAt=/resourceArea.hpp:63
jib > #
jib > # A fatal error has been detected by the Java Runtime Environment:
jib > #
jib > # Internal Error (/scratch/opt/mach5/mesos/work_dir/slaves/7aed79a7-ea87-4caa-8895-f1d7e69bb48e-S4125/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b1f716e9-172b-43ba-8afa-f70651397c5e/runs/a864a260-61d5-4d30-8bf3-f13c3b039fd7/workspace/open/src/hotspot/share/memory/resourceArea.hpp:63), pid=21446, tid=21447
jib > # fatal error: memory leak: allocating without ResourceMark
jib > #
jib > # JRE version: (10.0) (fastdebug build )
jib > # Java VM: Java HotSpot(TM) 64-Bit Server VM (fastdebug 10-internal+0-2017-11-28-1850597.henry.jen.panama.dev, mixed mode, tiered, compressed oops, serial gc, linux-amd64)
jib > # No core dump will be written. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
jib > #
jib > # An error report file with more information is saved as:
jib > # /scratch/opt/mach5/mesos/work_dir/slaves/7aed79a7-ea87-4caa-8895-f1d7e69bb48e-S4125/frameworks/1735e8a2-a1db-478c-8104-60c8b0af87dd-0196/executors/b1f716e9-172b-43ba-8afa-f70651397c5e/runs/a864a260-61d5-4d30-8bf3-f13c3b039fd7/workspace/open/make/hs_err_pid21446.log
jib > #
jib > # If you would like to submit a bug report, please visit:
jib > # http://bugreport.java.com/bugreport/crash.jsp
jib > #