This program doesn't seem to run correctly in the environment I've got it setup in. Wondering if this is a dependency problem possibly. After loading and entering any URL, it does nothing. The cancel button displays a cancel window, that never goes away. I can't get out of the windows without crashing out of the program. Reproducible: Always Steps to Reproduce: 1. 2. 3. Portage 2.0.50-r10 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.6.9-rc1) ================================================================= System uname: 2.6.9-rc1 i686 Intel(R) Pentium(R) M processor 1600MHz Gentoo Base System version 1.5.3 Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/share/config:/usr/kde/3.3/env:/usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="ftp://gentoo.ccccom.com ftp://ftp.ndlug.nd.edu/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://gentoo.netnitco.net/pub/mirrors/gentoo/source/ http://gentoo.seren.com/gentoo ftp://mirrors.tds.net/gentoo http://194.117.158.29 ftp://ftp.heanet.ie/pub/gentoo/ http://mirror.gentoo.gr.jp ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" USE="X aalib acpi alsa apm avi berkdb cdr crypt cups dga divx4linux dvd encode esd foomaticdb gdbm gif gimp gimpprint gpm gtk gtk2 imagemagick imlib jpeg libg++ libwww live mad mmx mmx2 motif mpeg mplayer mythtv ncurses network nls oggvorbis opengl pam pdflib perl png ppds python qt quicktime readline samba sasl sdl slang speex spell sse sse2 ssl svg svga tcltk tcpd tiff truetype usb v4l v4l2 video_cards_radeon wmf x86 xfs xine xml2 xmms xrandr xv xvid zlib"
I had a similar experience as above when using gurlchecker and i have noticed that bug 66061 has another issue relating to gurlchecker which may or may not be related to this issue.
This is something that has to do with threads/gtk events. Apparently with recent versions of Gtk+, gurlchecker ends up in an endless loop, which results in the unresponsiveness. Please test gurlchecker-0.6.7-r1, which includes a patch to correct the issue. It is a quick hack, far from an ideal solution, but probably the best we can do until we bring gurlchecker-0.8* to the tree, which has re-implemented some big blocks of code, including the aforementioned loop. Thank you for your report.