[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-02-03 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848


User sj changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from s...@openoffice.org Tue Feb  3 11:14:34 + 
2009 ---
the bugfix looks good - verified

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-23 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848


User af changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Fri Jan 23 09:01:04 + 
2009 ---
Applied patch.

Modified file is 
/sdext/source/presenter/PresenterTimer.cxx  rev. 266773


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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-09 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848





--- Additional comments from t...@openoffice.org Fri Jan  9 12:23:42 + 
2009 ---
@af: not sure I get this question - TimerScheduler::run() calls Release() after
falling out of the while loop, and that implicitely calls the dtor - one level
up the stack, osl's thread runtime then calls onTerminate on the
already-dead-object.

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-09 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848





--- Additional comments from a...@openoffice.org Fri Jan  9 14:10:59 + 
2009 ---
@THB:  Ah, now I undestand the problem.  I wrongly assumed that something
unexpected took place in the middle of the run() method, and
destructor/onTerminate() were called as a last resort.

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-08 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848





--- Additional comments from a...@openoffice.org Thu Jan  8 10:03:10 + 
2009 ---
@THB: The fix looks good. 

Can you explain what 'TimerScheduler commits suicide in run() method' means?
Is the destructor called before onTerminate()?

 

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-08 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848





--- Additional comments from t...@openoffice.org Thu Jan  8 13:39:24 + 
2009 ---
@af: sure, that's what Release() implicitely does.

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-08 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848





--- Additional comments from a...@openoffice.org Thu Jan  8 16:52:00 + 
2009 ---
@THB: If everything goes well, then yes, of course.  But suicide implies that
everything did not go well. So, can you remember (I know its been a while since
you filed this report) what exactly went wrong?

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2009-01-07 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848


User thb changed the following:

What|Old value |New value

 Assigned to|thb   |af

  Issue type|DEFECT|PATCH





--- Additional comments from t...@openoffice.org Wed Jan  7 14:10:12 + 
2009 ---
@af: reassigning to you, could you please provide feedback on the patch?

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


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2008-09-12 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848
 Issue #|93848
 Summary|Crash when exiting presenter view
   Component|Presentation
 Version|current
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|thb
 Reported by|thb





--- Additional comments from [EMAIL PROTECTED] Fri Sep 12 22:17:43 + 
2008 ---
On x86_64, exiting presenter view often results in a crash. Reason:
TimerScheduler commits suicide in run() method, but after that threadFunc calls
onTerminate. Following patch fixes this.

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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2008-09-12 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848


User thb changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |56506)
proposed fix






--- Additional comments from [EMAIL PROTECTED] Fri Sep 12 22:18:32 + 
2008 ---
Created an attachment (id=56506)
proposed fix


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



[graphics-issues] [Issue 93848] Crash when exiting present er view

2008-09-12 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93848


User thb changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 12 22:19:19 + 
2008 ---
@af: please review - I'd strongly consider this for 3.0

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