[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-07-16 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from c...@openoffice.org Fri Jul 16 09:01:20 + 
2010 ---
look good to me anyway 
http://hg.services.openoffice.org/cws/sb126/rev/27bdfe428633

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-07-15 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User kso changed the following:

What|Old value |New value

 Assigned to|kso   |cmc





--- Additional comments from k...@openoffice.org Thu Jul 15 11:10:57 + 
2010 ---
cmc: Please verify (in CWS sb126).

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-06-29 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |112782
  is|  |





-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-06-28 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747
 Issue #|112747
 Summary|ucb: ownership cycle in ucb
   Component|ucb
 Version|DEV300m83
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kso
 Reported by|cmc





--- Additional comments from c...@openoffice.org Mon Jun 28 09:21:33 + 
2010 ---
There's an ownership cycle in ucb where a UcbStore retains a reference to a
PropertySetRegistry, but a PropertySetRegistry retains an effective reference to
a UcbStore by calling acquire in its ctor on the UcbStore, and release in its 
dtor.

Seeing as each object hold a reference to the other neither can release the 
other.

The only thing PropertySetRegistry seems to need from a UcbStore is its initial
arguments, so how about just cutting the knot by removing the backreference
from PropertySetRegistry to UcbStore and pass those in in the ctor instead

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-06-28 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70254)
fix ownership loop






--- Additional comments from c...@openoffice.org Mon Jun 28 09:22:15 + 
2010 ---
Created an attachment (id=70254)
fix ownership loop


-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-06-28 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User kso changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from k...@openoffice.org Mon Jun 28 10:11:34 + 
2010 ---
cmc: Good catch. Thanks. Will apply the patch to one of my next 3.4 CWSs.

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[ucb-issues] [Issue 112747] ucb: ownership cycle in u cb

2010-06-28 Thread kso
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112747


User kso changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from k...@openoffice.org Mon Jun 28 11:41:01 + 
2010 ---
cmc: patch applied on CWS sb126 (change not yet pushed).

-
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: issues-unsubscr...@ucb.openoffice.org
For additional commands, e-mail: issues-h...@ucb.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org