Your message dated Thu, 25 Dec 2008 23:27:44 +0100
with message-id <[email protected]>
and subject line "qiv -x" leaves connection to X open
has caused the Debian Bug report #351816,
regarding "qiv -x" leaves connection to X open
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
351816: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=351816
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qiv
Version: 2.0-4.1
Severity: important
After setting X background with options "-x", "-y" or "-z", qiv exits
but leaves a connection to the X server opened.
This may cause the whole X system unusable if qiv is used several times
to set the background image; it soon reaches the maximum number of X
clients and every X application will fail.
Simple way to reproduce it:
----------------------------------------------------------------------
cespe...@blas:~$ xhost
access control enabled, only authorized clients can connect
cespe...@blas:~$ while qiv -x /tmp/logo.gif ; do : ; done
Xlib: connection to ":0.0" refused by server
Xlib: Maximum number of clients reached
Segmentation fault
cespe...@blas:~$ xhost
Xlib: connection to ":0.0" refused by server
Xlib: Maximum number of clients reached
xhost: unable to open display ":0.0"
----------------------------------------------------------------------
NOTE: After doing that, NO X APPLICATION will work until you close any
one of them. To fix it, you will have to close manually some opened
window, and execute something like this:
for i in $( xlsclients -l | grep -B2 "Command: *qiv -x" | grep ^Window |
awk '{print $2}' | awk -F: '{print $1}' ) ; do xkill -id ${i} ; done
-- System Information:
Architecture: i386 (i686)
Versions of packages qiv depends on:
ii gdk-imlib11 1.9.14-28 imaging library for use with gtk
ii libc6 2.3.5-11 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-10 The GLib library of C routines
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets fo
ii libx11-6 6.9.0.dfsg.1-2 X Window System protocol client li
ii libxext6 6.9.0.dfsg.1-2 X Window System miscellaneous exte
ii libxi6 6.9.0.dfsg.1-2 X Window System Input extension li
ii libxinerama1 6.9.0.dfsg.1-2 X Window System multi-head display
--- End Message ---
--- Begin Message ---
Hi José,
I can not reproduce this bug with qiv 2.1~pre12-5 using the instructions
provided by the submitter of the bug. So I guess that you have reopened
this bug by mistake. Therefor, closing.
If you are really sure that this bug is still present in qiv
2.1~pre12-5, then please provide a step-by-step description of how to
reproduce this bug.
Regards,
Bart Martens
--- End Message ---