SnoBotics981 / RaspberryPi

1 stars 0 forks source link

Crashing on Raspberry Pi Zero #15

Open robSteele-JPL opened 5 years ago

robSteele-JPL commented 5 years ago

Using the branch, updates-to-build-gradle, which is working on my Raspberry Pi 3 is crashing on my Raspberry Pi Zero. I tried the usual: 1) updating the software, rebuilding all of the tools, etc. but to no avail. Any thoughts on how to fix this?

pi@raspberrypi-zero:~/git/RaspberryPi/output $ ./runCameraVision platform: /Linux/arm/

A fatal error has been detected by the Java Runtime Environment:

SIGILL (0x4) at pc=0xacc52148, pid=922, tid=3057050736

JRE version: Java(TM) SE Runtime Environment (8.0_65-b17) (build 1.8.0_65-b17) Java VM: Java HotSpot(TM) Client VM (25.65-b01 mixed mode linux-arm ) Problematic frame: C [libCameraServerJNI5201428457580744023.so+0xf2148] cv::initInterTab1D(int, float*, int)+0x20

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/git/RaspberryPi/output/hs_err_pid922.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.

./runCameraVision: line 1: 922 Aborted java -Djava.library.path=. -jar CameraVision-all.jar pi@raspberrypi-zero:~/git/RaspberryPi/output $ git branch -a -l changes-for-pi-zero master

SnoBotics981 commented 5 years ago

I did try and increase my swap space from 100K to 2000K (2 meg). Not change and the program still crashes.