To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=113197
------- Additional comments from [email protected] Wed Jul 28 10:56:42 +0000 2010 ------- both cases hang in XPendingEvent which is explicitly not a waitinng function; I could imaging that this happens if two threads worked on the same display connection. X11 is supposed to protect itself from such if XInitThreads is called early, which we do unless the environment variable SAL_NO_XINITTHREADS is set (which was invented as a workaround for the buggy solaris Xlib implementation which was prone to deadlock itself since X11 does not use a recursive mutex). Do we by chance set this environment variable for this test ? --------------------------------------------------------------------- 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]
