Open GoogleCodeExporter opened 9 years ago
Any more information you can provide to help use understand the problem?
Original comment by skarzhev...@gmail.com
on 11 Nov 2008 at 3:36
i'm having this problems too
Original comment by brunomontenegro
on 14 Nov 2008 at 2:55
Attachments:
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.
Original comment by cleber.t...@gmail.com
on 14 Nov 2008 at 5:33
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
Original comment by seiler.s...@gmail.com
on 3 Feb 2009 at 2:36
Attachments:
Have you tried Obvious, compile bluecove.so on your platform?
Original comment by skarzhev...@gmail.com
on 3 Feb 2009 at 5:15
Working with version 2.1 it's ok here.
Original comment by brito....@gmail.com
on 13 Jan 2011 at 6:12
Original issue reported on code.google.com by
OSoyan...@gmail.com
on 1 Nov 2008 at 8:48Attachments: