[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-11-30 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937


User cd changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from c...@openoffice.org Tue Nov 30 10:41:27 + 
2010 ---
cd: Verified. Checked on Windows and Linux.

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-11-25 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from p...@openoffice.org Thu Nov 25 10:14:24 + 
2010 ---
fixed in CWS vcl117

@cd: please verify

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-11-25 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937


User pl changed the following:

What|Old value |New value

 Assigned to|cd|pl





--- Additional comments from p...@openoffice.org Thu Nov 25 10:35:45 + 
2010 ---
Hmm, I see a problem still. Investigating

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-11-25 Thread pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937


User pl changed the following:

What|Old value |New value

 Assigned to|pl|cd





--- Additional comments from p...@openoffice.org Thu Nov 25 12:34:33 + 
2010 ---
better now

@cd: please verify

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

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


User hdu changed the following:

What|Old value |New value

  CC|''|'hdu,pl'





--- Additional comments from h...@openoffice.org Thu Nov 11 13:14:48 + 
2010 ---
Regarding application exit and the question whether Desktop::QueryExit() or 
Desktop::DeInit() should do 
the cleanup it could be helpful to know that the OSX docs recommend: don’t put 
final cleanup code in 
your application’s main() function—it will never be executed. If cleanup is 
necessary, have the 
(NSApplication) delegate respond to applicationWillTerminate: and perform 
cleanup in that method.

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

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





--- Additional comments from p...@openoffice.org Thu Nov 11 13:20:55 + 
2010 ---
No, really :-) The idea up to now was that VCL's static data do not hurt when
leaked. Which is true, but has amongst others the bad side effect of static
destructors which get then called in random order instead of proper DeInit.
So, yes, we need to do something.

Perhaps cd could give me a method to call to achieve the effect that would on
other platforms be had by leaving the main loop (effectivly calling DeInit this
and that).

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-11-10 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937





--- Additional comments from s...@openoffice.org Wed Nov 10 15:58:49 + 
2010 ---
(See also issue 115504; termination on Mac OS X apparently fails to call
ImplImageTree::shutDown.)

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-10-05 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937
 Issue #|114937
 Summary|MacOS X termination does not return from Application::
|Execute
   Component|framework
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cd
 Reported by|sb





--- Additional comments from s...@openoffice.org Tue Oct  5 11:56:45 + 
2010 ---
Seen on OOO330_m9 unxmacxi.pro that terminating OOo via Option-Q does not cause
Application::Execute called within Desktop::Main to return, but rather that
synchronously from within Application::Execute, Desktop::QueryExit and then exit
is called.  This looks suspicious, as Desktop::QueryExit calls less cleanup code
than Desktop::Main/Desktop::DeInit.  (For a stack, see issue 114936.)

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


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



[framework-issues] [Issue 114937] MacOS X termination does not return from Application::Execute

2010-10-05 Thread sb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114937


User sb changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





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


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