View Single Post
  #1   Spotlight this post!  
Unread 12-04-2016, 22:39
Dpurry23's Avatar
Dpurry23 Dpurry23 is offline
Programmer/Control System/Scout
AKA: Darian Purry
FRC #0207 (Metalcrafters)
Team Role: Programmer
 
Join Date: Sep 2013
Rookie Year: 2012
Location: Hawthorne
Posts: 13
Dpurry23 is an unknown quantity at this point
Problems Deploying GRIP on RP2

Hello

We are trying to use a raspberry pi 2 as a co-processor for our bot but i am running into a few small problems. i receive this error when i try to run GRIP from the raspberry pi.

Quote:
pi@team207:~ $ Mar 16, 2016 2:56:29 AM java.util.logging.LogManager$RootLogger log
CONFIG: Configuration done.
Mar 16, 2016 2:56:30 AM java.util.logging.LogManager$RootLogger log
CONFIG: GRIP Version: 1.3.0-rc1-9-g48dd139
platform: /Linux/arm/
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGILL (0x4) at pc=0xac9f1e18, pid=5259, tid=3057017952
#
# 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 [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/hs_err_pid5259.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.
#

Last edited by Dpurry23 : 12-04-2016 at 22:48. Reason: Syntax
Reply With Quote