[dba-issues] [Issue 89657] complex test case integrat ion.forms.CellBinding sporadically freezes OOo

2008-06-16 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89657


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Jun 16 09:24:24 + 
2008 ---
VERIFIED the test doesn't freeze anymore in latest CWS build

-
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]



[dba-issues] [Issue 89657] complex test case integrat ion.forms.CellBinding sporadically freezes OOo

2008-05-19 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89657
 Issue #|89657
 Summary|complex test case integration.forms.CellBinding sporad
|ically freezes OOo
   Component|Database access
 Version|DEV300m12
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|fs
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Mon May 19 19:41:38 + 
2008 ---
- start OOo with the parameter -accept=socket,host=localhost,port=8100;urp
  to accept remote UNO connections
- start the integration test integration.forms.CellBinding
  (in a development environment, you can just do this by a dmake in
  forms/qa/integration/forms, followed by dmake run_CellBinding in the same
  directory
= every now and then, this test completely freezes OOo, so it can only be
   killed. This happens in 1 out of 10 runs, but concrete frequency probably
   depends on your machine setup

-
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]



[dba-issues] [Issue 89657] complex test case integrat ion.forms.CellBinding sporadically freezes OOo

2008-05-19 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89657


User fs changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon May 19 19:42:41 + 
2008 ---
unit tests which do not work are useless - targeting to next version.

-
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]



[dba-issues] [Issue 89657] complex test case integrat ion.forms.CellBinding sporadically freezes OOo

2008-05-19 Thread fs
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 + 
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]


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