To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=89657
------- Additional comments from [EMAIL PROTECTED] Mon May 19 19:44:22 +0000 2008 ------- fs->fs: The problem here is that Calc's ValueBinding implementation uses the solar mutex for "thread safety". Since a form control model calls its value binding's getValue with the own mutex locked, this is deadly in some race condition situations. The solution would be to only call into the model's ValueBinding - both setValue and getValue - *without* the own mutex locked. --------------------------------------------------------------------- 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]
