On Tue, Oct 23, 2018 at 3:49 PM Hitendra Prajapati
<hitendra.prajap...@slscorp.com> wrote:
>
> 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.
>

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.

> Regards,
> Hitendra Prajapati
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to