Hi, I've been trying to use this library on my RaspberryPi B+ with Gradle and Maven, but in both cases the JVM crashed because of SIGSEGV. I have also tried using java 8 and 7 but with no success either. Can you please tell me which logs should I provide to help fixing this or is the problem somewhere in my configuration?
Here is the crash:
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xa8a9d228, pid=2676, tid=2830103664
#
# JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
# Java VM: Java HotSpot(TM) Client VM (24.0-b56 mixed mode linux-arm )
# Problematic frame:
# C [bulldog-linux-native8866466634207559465.so+0x6228] Java_io_silverspoon_bulldog_linux_jni_NativeMmap_getIntValueAt+0x0
#
# 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/javapi/hs_err_pid2676.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.sun.com/bugreport/crash.jsp
#
Aborted
Hi, I've been trying to use this library on my RaspberryPi B+ with Gradle and Maven, but in both cases the JVM crashed because of SIGSEGV. I have also tried using java 8 and 7 but with no success either. Can you please tell me which logs should I provide to help fixing this or is the problem somewhere in my configuration?
Here is the crash:
pom.xml
Main.java
Thanks