[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: RH 7.1 prob: BadAccess - Major opcode of failed request: 33(X_GrabKey)
On Sat, 2002-04-06 at 04:46, Matt Chapman wrote:
> On Sat, Apr 06, 2002 at 04:27:07AM +0100, Darran D. Rimron-Molloy wrote:
> >
> > X Error of failed request: BadAccess (attempt to access private
> > resource denied)
> > Major opcode of failed request: 33 (X_GrabKey)
> > Serial number of failed request: 30
> > Current serial number in output stream: 31
> ...
> > I am using the 1.1.0 with all the trimming as I was getting the
> > identical problem (I presume) under a vanilla 1.1.0 but without any
> > helpful error messages....
>
> This is a problem with the patches that Jay is looking at (see mail with
> subject "XGrabKey problems"). Vanilla 1.1.0 doesn't try to XGrabKey so
> it can't be the same problem... some more debugging info as to what goes
> wrong with vanilla 1.1.0 might be helpful.
This is the closest I can find to an error, after compiling with
-DWITH_DEBUG (./configure --with-debug)
----[ start ]----
/usr/src/rdesktop-1.1.0-VANILLA # ./rdesktop -e host
rdesktop: A Remote Desktop Protocol client.
Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
See http://www.rdesktop.org/ for more information.
40-bit encryption enabled
Connection successful.
ERROR: recv: Connection reset by peer
Disconnecting...
/usr/src/rdesktop-1.1.0-VANILLA # ./rdesktop host
rdesktop: A Remote Desktop Protocol client.
Version 1.1.0. Copyright (C) 1999-2001 Matt Chapman.
See http://www.rdesktop.org/ for more information.
40-bit encryption enabled
Sending encrypted packet:
0000 00 00 00 00 33 00 00 00 00 00 08 00 00 00 00 00 ....3...........
0010 00 00 00 00 72 00 6f 00 6f 00 74 00 00 00 00 00 ....r.o.o.t.....
0020 00 00 00 00 ....
Connection successful.
ERROR: recv: Connection reset by peer
Disconnecting...
/usr/src/rdesktop-1.1.0-VANILLA #
----[ end ]----
Unless you can point me, please, in a direction for more helpful error
messages, this is all I have to and, I am afraid.
I have tried various psudo-random switch munges and poking of options to
no avail....
-HTH, Darran