borges2003xx / multiwii-osd

Automatically exported from code.google.com/p/multiwii-osd
0 stars 0 forks source link

MW_OSD_GUI crashes on Archlinux 64bit #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Attempting to connect to the minimosd board via FTDI driver over /dev/USBTTY0 
and when I click TTYUSB0, the application crashes. 

I am using Archlinux 64bit and Oracle JRE 1.7 and running with sudo. 

The error in thrown is this:

ControlP5 2.0.4 infos, comments, questions at 
http://www.sojamo.de/libraries/controlP5
RXTX Warning:  Removing stale lock file. /var/lock/LCK..ttyUSB0
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007fc9bb96a6e6, pid=1978, tid=140505443002112
#
# JRE version: Java(TM) SE Runtime Environment (7.0_76-b13) (build 1.7.0_76-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (24.76-b04 mixed mode linux-amd64 
compressed oops)
# Problematic frame:
# C  [librxtxSerial.so+0x76e6]  Java_gnu_io_RXTXPort_nativeDrain+0xd6
#
# 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/stanner/Downloads/MW_OSD_R1.3/MW_OSD_GUI/application.linux64/hs_err_pid197
8.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#
./MW_OSD_GUI: line 4:  1978 Aborted                 (core dumped) java 
-Djava.library.path="$APPDIR:$APPDIR/lib" -cp 
"$APPDIR/lib/MW_OSD_GUI.jar:$APPDIR/lib/core.jar:$APPDIR/lib/jogl-all.jar:$APPDI
R/lib/gluegen-rt.jar:$APPDIR/lib/jogl-all-natives-linux-amd64.jar:$APPDIR/lib/gl
uegen-rt-natives-linux-amd64.jar:$APPDIR/lib/RXTXcomm.jar:$APPDIR/lib/serial.jar
:$APPDIR/lib/controlP5.jar" MW_OSD_GUI "$@"

Original issue reported on code.google.com by step...@stephentanner.com on 4 Mar 2015 at 6:58