X2Go Bug report logs - #129
X Error: BadAccess (attempt to access private resource denied) 10 - Extension: 129 (MIT-SHM)

version graph

Package: x2goagent; Maintainer for x2goagent is X2Go Developers <x2go-dev@lists.x2go.org>; Source for x2goagent is src:nx-libs.

Reported by: Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>

Date: Fri, 1 Mar 2013 09:48:01 UTC

Severity: normal

Found in version 3.5.0.17

Reply or subscribe to this bug.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#129; Package x2goagent. (Fri, 01 Mar 2013 09:48:01 GMT) (full text, mbox, link).


Acknowledgement sent to Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>:
New Bug report received and forwarded. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Fri, 01 Mar 2013 09:48:02 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>
To: submit@bugs.x2go.org
Subject: X Error: BadAccess (attempt to access private resource denied) 10 - Extension: 129 (MIT-SHM)
Date: Fri, 1 Mar 2013 10:46:58 +0100
[Message part 1 (text/plain, inline)]
Package: x2goagent
Version: 3.5.0.17

I just installed x2go server in kubuntu 12.10 x64 and can connect without
problems.

Problem is when I tryed to run something app using kdesudo o sudo I allways
get:

X Error: BadAccess (attempt to access private resource denied) 10
  Extension:    129 (MIT-SHM)
  Minor opcode: 1 (X_ShmAttach)
  Resource id:  0x4000010
X Error: BadShmSeg (invalid shared segment parameter) 128
  Extension:    129 (MIT-SHM)
  Minor opcode: 5 (X_ShmCreatePixmap)
  Resource id:  0x40000ab
X Error: BadDrawable (invalid Pixmap or Window parameter) 9
...
...
...

And only can see the app's windows with a full grey color inside. If the
app background got more than one colour I can see them but no controls

I can confirm the same issue in other kubuntu 12.10 server updated from
12.04

I'm using x2goserver from stable x2go ppa and system are full update.
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#129; Package x2goagent. (Sun, 03 Mar 2013 19:48:02 GMT) (full text, mbox, link).


Acknowledgement sent to Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Sun, 03 Mar 2013 19:48:02 GMT) (full text, mbox, link).


Message #10 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>
To: submit@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#129: X Error: BadAccess (attempt to access private resource denied) 10 - Extension: 129 (MIT-SHM)
Date: Sun, 3 Mar 2013 20:44:02 +0100
[Message part 1 (text/plain, inline)]
Hi,

In addition I got also problem running some qt4 based app. Using gdb to
debug these apps looks like the problem is in /usr/lib/nx/X11/libNX_X11.so.6

Hope it helps to you to find the bug.

Regards,
Ricardo

2013/3/1 Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>

> Package: x2goagent
> Version: 3.5.0.17
>
> I just installed x2go server in kubuntu 12.10 x64 and can connect without
> problems.
>
> Problem is when I tryed to run something app using kdesudo o sudo I
> allways get:
>
> X Error: BadAccess (attempt to access private resource denied) 10
>   Extension:    129 (MIT-SHM)
>   Minor opcode: 1 (X_ShmAttach)
>   Resource id:  0x4000010
> X Error: BadShmSeg (invalid shared segment parameter) 128
>   Extension:    129 (MIT-SHM)
>   Minor opcode: 5 (X_ShmCreatePixmap)
>   Resource id:  0x40000ab
> X Error: BadDrawable (invalid Pixmap or Window parameter) 9
> ...
> ...
> ...
>
> And only can see the app's windows with a full grey color inside. If the
> app background got more than one colour I can see them but no controls
>
> I can confirm the same issue in other kubuntu 12.10 server updated from
> 12.04
>
> I'm using x2goserver from stable x2go ppa and system are full update.
>
> _______________________________________________
> X2Go-Dev mailing list
> X2Go-Dev@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/x2go-dev
>
[Message part 2 (text/html, inline)]

Information forwarded to x2go-dev@lists.berlios.de, X2Go Developers <x2go-dev@lists.berlios.de>:
Bug#129; Package x2goagent. (Tue, 12 Mar 2013 07:48:01 GMT) (full text, mbox, link).


Acknowledgement sent to Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>:
Extra info received and forwarded to list. Copy sent to X2Go Developers <x2go-dev@lists.berlios.de>. (Tue, 12 Mar 2013 07:48:01 GMT) (full text, mbox, link).


Message #15 received at submit@bugs.x2go.org (full text, mbox, reply):

From: Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>
To: submit@bugs.x2go.org
Subject: Re: [X2Go-Dev] Bug#129: X Error: BadAccess (attempt to access private resource denied) 10 - Extension: 129 (MIT-SHM)
Date: Tue, 12 Mar 2013 08:41:53 +0100
[Message part 1 (text/plain, inline)]
Hi,

I found that if you set enviromental LD_LIBRARY_PATH= and run qt4 based app
I got the problem on before, these apps work.

Other behaviour I found is if you set password to root user and login with
root user then you can run apps like root and see windows as expected.

I also can confirm it habppens in kubuntu 12.04.2 (fresh install)

Regards,

2013/3/3 Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>

> Hi,
>
> In addition I got also problem running some qt4 based app. Using gdb to
> debug these apps looks like the problem is in /usr/lib/nx/X11/libNX_X11.so.6
>
> Hope it helps to you to find the bug.
>
> Regards,
> Ricardo
>
> 2013/3/1 Ricardo Díaz Martín <oceanosoftlapalma@gmail.com>
>
>> Package: x2goagent
>> Version: 3.5.0.17
>>
>> I just installed x2go server in kubuntu 12.10 x64 and can connect without
>> problems.
>>
>> Problem is when I tryed to run something app using kdesudo o sudo I
>> allways get:
>>
>> X Error: BadAccess (attempt to access private resource denied) 10
>>   Extension:    129 (MIT-SHM)
>>   Minor opcode: 1 (X_ShmAttach)
>>   Resource id:  0x4000010
>> X Error: BadShmSeg (invalid shared segment parameter) 128
>>   Extension:    129 (MIT-SHM)
>>   Minor opcode: 5 (X_ShmCreatePixmap)
>>   Resource id:  0x40000ab
>> X Error: BadDrawable (invalid Pixmap or Window parameter) 9
>> ...
>> ...
>> ...
>>
>> And only can see the app's windows with a full grey color inside. If the
>> app background got more than one colour I can see them but no controls
>>
>> I can confirm the same issue in other kubuntu 12.10 server updated from
>> 12.04
>>
>> I'm using x2goserver from stable x2go ppa and system are full update.
>>
>> _______________________________________________
>> X2Go-Dev mailing list
>> X2Go-Dev@lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/x2go-dev
>>
>
>
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


X2Go Developers <owner@bugs.x2go.org>. Last modified: Fri Apr 19 07:08:51 2024; Machine Name: ymir.das-netzwerkteam.de

X2Go Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.