Discussion:
[yocto] Openjdk-8(Version 162b12) crash during runtime
Hitendra Prajapati
2018-10-23 12:51:46 UTC
Permalink
I want to run latest java (version 162b12) which is given in latest
meta-java branch (sumo) for the colibri-imx6 module(armv7 architecture)
from Toradex.

Currently I'm using latest poky version Sumo, and all the latest branch
for different layers.

I'm able to compile latest java successfully., but when i'm trying to
run on module its show following error.

GCC version: 7.3.0


#
# A fatal error has been detected by the Java Runtime Environment:
#
#  Internal Error (os_linux_zero.cpp:254), pid=14001, tid=0x7683a460
#  fatal error: caught unhandled signal 11
#
# JRE version:  (8.0_162-b12) (build )
# Java VM: OpenJDK Zero VM (25.162-b12 interpreted mode linux-arm )
# Core dump written. Default location: /home/root/core or core.14001
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

for more information you can check attachment.

please help me on this issue.

Regards,
Hitendra Prajapati
Khem Raj
2018-10-29 16:15:27 UTC
Permalink
On Tue, Oct 23, 2018 at 3:49 PM Hitendra Prajapati
Post by Hitendra Prajapati
I want to run latest java (version 162b12) which is given in latest
meta-java branch (sumo) for the colibri-imx6 module(armv7 architecture)
from Toradex.
Currently I'm using latest poky version Sumo, and all the latest branch
for different layers.
I'm able to compile latest java successfully., but when i'm trying to
run on module its show following error.
GCC version: 7.3.0
#
#
# Internal Error (os_linux_zero.cpp:254), pid=14001, tid=0x7683a460
# fatal error: caught unhandled signal 11
#
# JRE version: (8.0_162-b12) (build )
# Java VM: OpenJDK Zero VM (25.162-b12 interpreted mode linux-arm )
# Core dump written. Default location: /home/root/core or core.14001
#
# http://bugreport.java.com/bugreport/crash.jsp
#
for more information you can check attachment.
please help me on this issue.
zeroVM is dying and dumping core, in any case using zeroVM would be
very slow for you in real world cases since its just an interpreter,
you might want to build with
some sort of JVM e.g. hotspot etc.
Post by Hitendra Prajapati
Regards,
Hitendra Prajapati
--
_______________________________________________
yocto mailing list
https://lists.yoctoproject.org/listinfo/yocto
--

Loading...