To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53764





------- Additional comments from [EMAIL PROTECTED] Tue Oct 11 10:27:12 -0700 
2005 -------
So an XError causes the program to quit. Since XCheckIfEvent cannot generate an
XError, this one must have been created by one of the previous X calls,
presumably the XCopyArea that would preceed the YieldGraphicsExpose function (on
frame 13, done in X11SalGraphics::copyBits). I don't know how that could happen,
though.

At least i can give you a workaround to try: you can set the environment
variable SAL_IGNOREXERRORS to a non-empty value, e.g. add in the soffice script
the lines 

SAL_IGNOREXERRORS=true
export SAL_IGNOREXERRORS

before the starting the office. This would ignore the XError and let the office
continue.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to