B4J Question [SOLVED] Raspy zero v.1.1 jserial error

micro

Well-Known Member
Licensed User
Longtime User
Hi to all
I'm doing my first tests on raspberry zero (first I've always used the classic versions of raspberry)
and in a non-UI application I have this error:

B4X:
Waiting for debugger to connect...
Program started.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# 
SIGILL (0x4) at pc=0xa94e5b68, pid=770, tid=0xb50c5440
#
# JRE version: OpenJDK Runtime Environment (8.0_212-b01) (build 1.8.0_212-8u212-b01-1+rpi1-b01)
# Java VM: OpenJDK Client VM (25.212-b01 mixed mode linux-aarch32 )
# Problematic frame:
# C  [libjssc.so+0x3b68]
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/pi/tempjars/hs_err_pid770.log
#
# If you would like to submit a bug report, please visit:
#   
http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
as suggested by erel in this thread i have tried with the old version of jssc but the problem is the same
Thanks for the advice
 

micro

Well-Known Member
Licensed User
Longtime User

Attachments

  • Jserial_Jscc.zip
    191.2 KB · Views: 130
Upvote 0
Top