When running spim it produces some output (copyright, version, etc) then halts, at 100% cpu and not allowing the user to enter any input. When running xspim the UI starts, but it blanks and consumes 100% cpu as well. Reproducible: Always Steps to Reproduce: 1. emerge spim 7.3 2. run xspim 3. or spim Actual Results: program hangs, and consumes 100% cpu. Expected Results: Working software. This exact version of spim on a very similar computer, but on 64 bit AMD works fine. I was able to manually compile and run spim 7.4 from the official with no problems. Maybe masking 7.3 for x86 and bumping to 7.4 is a good idea. There have been other complaints of people having this problem on other distros: https://bugs.launchpad.net/ubuntu/+source/spim/+bug/63904 Read there that the 7.3-r1 release fixes this. "Critical: The software crashes, hangs, or causes you to lose data."
It's unclear what your intention with this bug is. Do you want to have spim bumped to version 7.4 or report a bug against version 7.3? If you want to do the latter, please post your "emerge --info".
(In reply to comment #1) > It's unclear what your intention with this bug is. Do you want to have spim > bumped to version 7.4 or report a bug against version 7.3? If you want to do > the latter, please post your "emerge --info". > Don't really care either way. To me the whole point of emerge foo is giving the user a working copy of the software. I didn't get that with spim, so I filed a bug. I'll post my emerge --info, but I it doesn't mean I want the bug to get fixed in a specific way. I noticed this bug was changed from critical to normal. I agree that this isn't a critical bug, but critical is labelled a "if a program crashes it's a critical bug". Since spim consistently crashes I labelled it critical. Could somebody tell me how a program has to crash so that it falls under the "program crashes" section?
Portage 2.1.6.7 (default/linux/x86/2008.0/desktop, gcc-4.1.2, glibc-2.8_p20080602-r1, 2.6.27-gentoo-r7 i686) ================================================================= System uname: Linux-2.6.27-gentoo-r7-i686-Genuine_Intel-R-_CPU_T2300_@_1.66GHz-with-glibc2.0 Timestamp of tree: Sun, 08 Mar 2009 20:00:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7-r1, 2.1.6-r1 dev-lang/python: 2.5.2-r7 dev-util/cmake: 2.6.3 sys-apps/baselayout: 1.12.11.1 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.63 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.2 sys-devel/binutils: 2.18-r3 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 1.5.26 virtual/os-headers: 2.6.27-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O2 -march=prescott -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="C" LDFLAGS="-Wl,-O1" LINGUAS="en" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 acl acpi alsa apm bluetooth branding bzip2 cairo cdr cli cracklib crypt cups dbus dri dvd dvdr dvdread emacs emboss encode evo fam fortran gdbm gif gnome gpm gstreamer gtk hal iconv ipod ipv6 isdnlog ivtv jpeg libnotify mad midi mikmod mmx mmxext mp3 mpeg mudflap musepack ncurses nptl nptlonly nsplugin offensive ogg opengl openmp pam pcre pdf png ppds pppd qt3support quicktime readline reflection samba sdl session spell spl sse sse2 ssl ssse3 startup-notification svg sysfs tcpd theora tiff truetype unicode usb v4l v4l2 vorbis win32codecs x86 xml xorg xulrunner xv zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
(In reply to comment #2) > I noticed this bug was changed from critical to normal. I agree that this isn't > a critical bug, but critical is labelled a "if a program crashes it's a > critical bug". Since spim consistently crashes I labelled it critical. Could > somebody tell me how a program has to crash so that it falls under the "program > crashes" section? I changed it to normal as spim is no system-critical package. Maybe the description for Severity needs some update. Well, concerning the version bump vs. bug fixing, let's see what the maintainer thinks is the better solution. But as there's a newer version of spim I guess he will simply bump the package. Thanks for the report anyway :) Reassigning to maintainer.
Moving to maintainer-needed@ since compnerd left Gentoo (#71985).
I've added 7.4 to the tree, please test. Should fix this issue.