Coder Social home page Coder Social logo

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Any more information you can provide to help use understand the problem?

Original comment by [email protected] on 11 Nov 2008 at 3:36

  • Added labels: OpSys-Linux

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
i'm having this problems too 

Original comment by brunomontenegro on 14 Nov 2008 at 2:55

Attachments:

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
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 [email protected] on 14 Nov 2008 at 5:33

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
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 [email protected] on 3 Feb 2009 at 2:36

Attachments:

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Have you tried Obvious, compile bluecove.so on your platform?

Original comment by [email protected] on 3 Feb 2009 at 5:15

from bluecove.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 16, 2024
Working with version 2.1 it's ok here.

Original comment by [email protected] on 13 Jan 2011 at 6:12

from bluecove.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.