View Single Post
  #3   Spotlight this post!  
Unread 03-13-2016, 06:16 PM
LTGLambChops LTGLambChops is offline
Mentor
AKA: Austin
no team
Team Role: Alumni
 
Join Date: Jan 2015
Rookie Year: 2015
Location: Washington
Posts: 6
LTGLambChops is an unknown quantity at this point
Re: How do I go about installing grip on the raspberry pi 2?

I did find out how to get opencv installed on my raspberry pi, but I'm receving a new error - I will head over to the gitter chat after this post.

My fix to install OpenCV: "sudo apt-get install libopencv-dev"

New issue:
Mar 13, 2016 10:17:50 PM java.util.logging.LogManager$RootLogger log
CONFIG: Configuration done.
Mar 13, 2016 10:17:51 PM java.util.logging.LogManager$RootLogger log
CONFIG: GRIP Version: 1.3.0-rc2
platform: /Linux/arm/
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0xabc5de18, pid=8385, tid=3056665696
#
# JRE version: Java(TM) SE Runtime Environment (8.0_73-b02) (build 1.8.0_73-b02)
# Java VM: Java HotSpot(TM) Client VM (25.73-b02 mixed mode linux-arm )
# Problematic frame:
# C [libstdc++.so.6+0x6ce18]
#
# 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/vision/grip/hs_err_pid8385.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.
#
Aborted


I guess there is an issue with the libstdc++.so.6 with the current grip 1.3.0rc2 version or something. Also, it's straight out of jdk 8 throwing this exception specifically. --To Gitter!

Note: I will continue the updates on this thread as my problems are resolved, cheers!
Reply With Quote