Your message dated Sat, 5 Jun 2010 20:28:23 +0200
with message-id <[email protected]>
and subject line Re: Bug#491979: X server can return BadMatch to WM instead of
BadWindow
has caused the Debian Bug report #491979,
regarding X server can return BadMatch to WM instead of BadWindow
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.)
--
491979: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=491979
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ion3
Version: 20080411-1
Severity: normal
If I log in from xdm, I get this on stderr once ion3 starts,
and the session crashes:
>> [828] X_GetProperty (20) 0xe0000f: BadMatch (invalid parameter attributes)
startx works ok.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ion3 depends on:
ii debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii gnome-terminal [x-terminal-em 2.22.3-1 The GNOME 2 terminal emulator appl
ii libc6 2.7-12 GNU C Library: Shared libraries
ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library
ii liblua5.1-0 5.1.3-1 Simple, extensible, embeddable pro
ii libsm6 2:1.0.3-2 X11 Session Management library
ii libx11-6 2:1.1.4-2 X11 client-side library
ii libxext6 2:1.0.4-1 X11 miscellaneous extension librar
ii xbase-clients 1:7.3+12 miscellaneous X clients - metapack
ii xterm [x-terminal-emulator] 235-1 X terminal emulator
Versions of packages ion3 recommends:
ii devscripts 2.10.33 scripts to make the life of a Debi
ii libwww-perl 5.812-1 WWW client/server library for Perl
ii xfonts-100dpi 1:1.0.0-4 100 dpi fonts for X
ii xfonts-75dpi 1:1.0.0-4 75 dpi fonts for X
-- debconf information excluded
--
see shy jo
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: 2:1.6.99.903-1
On Wed, Jul 23, 2008 at 01:05:53 +0100, Ben Hutchings wrote:
> I would suggest the following change. This is untested because the
> BadWindow or BadMatch error is dependent on a race condition if I
> understand correctly. But it's "obviously correct". :-)
>
> Ben.
>
> --- xorg-server-1.4.2.orig/dix/dixutils.c
> +++ xorg-server-1.4.2/dix/dixutils.c
> @@ -245,7 +245,7 @@
> {
> int rc;
> rc = dixLookupDrawable((DrawablePtr*)pWin, id, client, M_WINDOW, access);
> - return (rc == BadDrawable) ? BadWindow : rc;
> + return (rc == BadDrawable || rc == BadMatch) ? BadWindow : rc;
> }
>
> _X_EXPORT int
>
Fixed independently in
http://cgit.freedesktop.org/xorg/xserver/commit?id=f04fe06ae244b851b38be824b1a80f2f8a030591
following http://bugs.freedesktop.org/show_bug.cgi?id=23562
Closing as fixed in 1.7.
Cheers,
Julien
signature.asc
Description: Digital signature
--- End Message ---