X Window System Error: BadAccess (attempt to access private resource denied)

Alan Coopersmith Alan.Coopersmith at Sun.COM
Fri Jun 9 07:55:48 PDT 2006


Benjamin Fabricius wrote:
>   (Details: serial 114 error_code 10 request_code 144 minor_code 1)

Since the request code is > 128, it's coming from an extension.  Since
extension numbers are dynamically assigned and depend on which set of
extensions are built into, loaded into, or turned on in your X server,
the only way to find what extension number that maps to is to run
"xdpyinfo -queryExt" in the session where you get that error and see
which extension reports an opcode matching the shown request_code.

You can then look to minor opcode 1 in that extension to see what cases
will cause it to return an error of BadAccess.

-- 
	-Alan Coopersmith-           alan.coopersmith at sun.com
	 Sun Microsystems, Inc. - X Window System Engineering



More information about the xorg mailing list