Re: Problel during Excecution
Re: Problel during Excecution
Christophe Peyret wrote:
> X Error of failed request: BadWindow (invalid Window parameter)
> Major opcode of failed request: 19 (X_DeleteProperty)
> Resource id in failed request: 0x0
> Serial number of failed request: 92
> Current serial number in output stream: 97
<sarcasm>
Hm. Quoting random X11 errors to a public list. I didn't realize we were
doing that now. I must have missed the memo.
</sarcasm>
If you want help identifying why an app is crashing, you're gonna have to
provide a lot more information than that. What version of X11.app, what
application, what were you doing, etc.
The error you quoted happens when an application calls
XDeleteProperty(Display *, Window, Atom), but the window the app tries to
delete it from no longer exists. That could happen for a whole host of
reasons.
-Sean
__
email@hidden
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.