jscal crashed with signal 7 in __libc_start_main()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
joystick (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: joystick
The "joystick" in question is a Microsoft Corp. Digital Media Pro Keyboard.
ProblemType: Crash
DistroRelease: Ubuntu 10.04
Package: joystick 20051019-9
ProcVersionSign
Uname: Linux 2.6.32-22-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Wed Jun 16 13:29:15 2010
ExecutablePath: /usr/bin/jscal
ProcCmdline: jscal -c /dev/input/js0
ProcEnviron:
SHELL=/bin/bash
LANG=en_US.UTF-8
LANGUAGE=
Signal: 7
SourcePackage: joystick
StacktraceTop:
?? ()
?? ()
?? ()
__libc_start_main () from /lib/libc.so.6
?? ()
Title: jscal crashed with signal 7 in __libc_start_main()
UserGroups: adm admin audio avahi avahi-autoipd backup cdrom crontab dialout dip disk fax floppy fuse games gnats haldaemon irc klog kmem kqemu libuuid list lp lpadmin mail man messagebus mlocate netdev news ntpd nvram operator plugdev polkituser prosody proxy sambashare saned sasl scanner shadow src ssh ssl-cert sudo syslog tape timidity tty users utmp uucp video voice www-data
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): BUILD_OPTIONS= nostrip dpkg-buildpackage -us -uc
apt-get source joystick
sudo apt-get build-dep joystick
sudo apt-get install build-essential
cd joystick-20051019
DEB_
This will produce an unstripped jscal binary in utils; simply run it with
./utils/jscal -c /dev/input/js0
Thanks in advance!