My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 50: BlueCove crash on Linux
3 people starred this issue and may be notified of changes. Back to list
Status:  New
Owner:  skarzhevskyy
Cc:  minashokry
OpSys-Linux


Sign in to add a comment
 
Reported by OSoyannwo, Nov 01, 2008
What steps will reproduce the problem?
1.add bluecove and bluecove-gpl to class path 
2. Instantiate class and attempt to find devices
3. Crash occurs in getLocalDevice()

What is the expected output? What do you see instead?
Load errors crash the program. Please see attached crash log.

I'm running linux pyramid, JVM6 and 32-bit
Bluecove version = bluecove-2.0.3

Please provide any additional information below.
Output error:

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGFPE (0x8) at pc=0xb7efe745, pid=1283, tid=2985970608
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b03 mixed mode, sharing)
# Problematic frame:
# C  [ld-linux.so.2+0x7745]
#
# An error report file with more information is saved as hs_err_pid1283.log

hs_err_pid1283.log
18.0 KB   Download
Comment 1 by skarzhevskyy, Nov 10, 2008
Any more information you can provide to help use understand the problem?
Owner: skarzhevskyy
Cc: minashokry
Labels: OpSys-Linux
Comment 2 by brunomontenegro, Nov 14, 2008
i'm having this problems too 
bug
2.2 KB   Download
Comment 3 by cleber.t.moura, Nov 14, 2008
If you are using multiple bluetooth dongles and multiple instances of a java
application, you should share the libbluecove between the applications, putting the
library in a directory '/home/myuser/libbluecove' and pass the following arguments to
the jvm:
java -Dbluecove.native.resource=false -Dbluecove.native.path=/home/myuser/libbluecove
-Xshare:off -jar myApplication.jar

This will stop generate the error_pid.log.

Comment 4 by seiler.sven, Feb 03, 2009
We are trying to run example program "RemoteDeviceDiscovery" under Voyage Linux
(which is based upon Debian).

java version "1.6.0_11"
Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)

The file was compilated with Netbeans 6.1 and runs under Windows. But unfortunatly we
run into the same problem as described at the beginning by execute the following
statements:

java -cp lib/bluecove-2.1.0.jar:lib/bluecove-gpl-2.1.0.jar -jar
RemoteDeviceDiscovery.jar main

or 

java -cp lib -Dbluecove.native.resource=false -Xshare:off
-Dbluecove.native.path=/daten/bluecove/ -jar RemoteDeviceDiscovery.jar

or

java -cp lib/bluecove-2.1.0.jar:lib/bluecove-gpl-2.1.0.jar -jar
RemoteDeviceDiscovery.jar main



Here is the console output:

#
# An unexpected error has been detected by Java Runtime Environment:
#
#  SIGFPE (0x8) at pc=0xb7f73745, pid=23084, tid=3084831664
#
# Java VM: Java HotSpot(TM) Client VM (11.0-b16 mixed mode, sharing linux-x86)
# Problematic frame:
# C  [ld-linux.so.2+0x7745]
#
# An error report file with more information is saved as:
# /daten/dist2/hs_err_pid23084.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


We are using Alix 3d3 Board platform.

Best regards,
Sven
 
hs_err_pid23084.log
15.6 KB   Download
Comment 5 by skarzhevskyy, Feb 03, 2009
Have you tried Obvious, compile bluecove.so on your platform?
Sign in to add a comment

Hosted by Google Code