Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197135 - games-util/qjoypad needs 100% cpu
Summary: games-util/qjoypad needs 100% cpu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-26 14:09 UTC by Martin Berkemeier
Modified: 2007-11-14 05:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
simple patch for that (qjoypad-3.4-cpueating.patch,489 bytes, patch)
2007-10-26 14:52 UTC, Martin Berkemeier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Berkemeier 2007-10-26 14:09:00 UTC
PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
7057 pho       20   0 16376 7480 6284 S 92.5  0.7   1:27.60 qjoypad

cpu goes up to 100 % and i get an errormessage in the terminal:

X Error: BadValue (integer parameter out of range for operation) 2
  Major opcode:  149
  Minor opcode:  2
  Resource id:  0x0

first i thought this happens only with kernelsettings:
CONFIG_NO_HZ=y
CONFIG_HZ=1000
 but now with
CONFIG_NO_HZ=n
CONFIG_HZ=250

its the same

Reproducible: Always

Steps to Reproduce:
1.start qjoypad



Portage 2.1.3.9 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-kamikaze4 i686)
=================================================================
System uname: 2.6.23-kamikaze4 i686 AMD Athlon(tm) 64 Processor 3400+
Timestamp of tree: Fri, 26 Oct 2007 09:50:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="x86"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="buildpkg candy ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://ftp.heanet.ie/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ http://distfiles.gentoo.org http://www.ibiblio.org/pub/Linux/distributions/gentoo"
INSTALL_MASK="AUTHORS.gz HISTORY.gz INSTALL.gz TODO.gz AUTHORS.bz2 HISTORY.bz2 INSTALL.bz2 TODO.bz2"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en_US de_DE de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/secondlife /usr/portage/local/layman/einit /usr/local/portage /usr/portage-disturbed"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext X a52 aac acl acpi alsa bash-completion berkdb bzip2 cairo caps cddb cdr cracklib crypt curl dbus directfb dvd dvdr dvdread eds emboss encode esd evo fam fbcon firefox flac gdbm gif gpm gstreamer gtk hal idn imagemagick imlib jack java joystick jpeg jpeg2k kerberos krb4 lame libcaca mad midi mikmod mmx mmxext mod mp3 mpeg musepack ncurses nls nptl nptlonly nsplugin ogg opengl oss pam pcre pdf pic png python quicktime readline sdl session skey skins slang socks5 spell sqlite srt sse sse2 ssl svg tcl tcpd theora threads tiff truetype ucs2 unicode vcd vorbis win32codecs wxwindows x86 xinerama xml xorg xv xvid xvmc zlib" ALSA_CARDS="intel8x0 emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="evdev joystick keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en_US de_DE de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Martin Berkemeier 2007-10-26 14:52:31 UTC
Created attachment 134424 [details, diff]
simple patch for that
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2007-11-14 05:32:17 UTC
in portage.  thanks for the bug report and patch.