Thanks for reporting the crash!

Unfortunately the backtraces contain no debugging information, which is to be 
expected since the binaries in the joystick package contain no such 
information. Could you possible rebuild the package with debugging information, 
and try running jscal again? Here's the sequence of commands to do this (in a 
terminal window):
    apt-get source joystick
    sudo apt-get build-dep joystick
    sudo apt-get install build-essential
    cd joystick-20051019
    DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -us -uc
This will produce an unstripped jscal binary in utils; simply run it with
    ./utils/jscal -c /dev/input/js0

Thanks in advance!

-- 
jscal crashed with signal 7 in __libc_start_main()
https://bugs.launchpad.net/bugs/595767
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to