Issue 125114

Summary: MacOSX: XDesktop.terminate() does not work
Product: General Reporter: rony
Component: uiAssignee: AOO issues mailing list <issues>
Status: CONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3    
Version: 4.1.0   
Target Milestone: ---   
Hardware: All   
OS: Mac OS X, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Java source and class file that runs XDesktop.terminate() to demonstrate problem on MacOSX. none

Description rony 2014-06-18 17:15:48 UTC
Created attachment 83575 [details]
Java source and class file that runs XDesktop.terminate() to demonstrate problem on MacOSX.

Doing an XDesktop.terminate() on MacOSX does not terminate AOO!

Running the attached test program (source & compiled with Java 6) will demonstrate the problem, even if no AOO (soffice) instance is running, after running TerminateAOO.class (which bootstraps AOO) there is an AOO instance.

This is - among other things - a real problem for installation scripts, that need to be able to successfully terminate AOO in order to restart AOO in which phase further cleanups need to be carried out as sudo-user in an installation script.

Further information: this report used Apple's Java 6 (build 1.6.0_65-b14-462), which is the latest build from Apple.