https://issues.apache.org/ooo/show_bug.cgi?id=119947
--- Comment #2 from yuanlin <[email protected]> --- Created attachment 78596 --> https://issues.apache.org/ooo/attachment.cgi?id=78596&action=edit Raw log for Main() and WM_QUERYENDSESSION event I did a customized build based on AOO3.5 0706 version and add some logs for ImplSVMain(), Desktop::Main() functions and for WM_QUERYENDSESSION,WM_ENDSESSION,WM_CLOSE Windows event. And tested it with Windows App Cert Kit on Windows 7 32bit platform. So we can know the from the logs that the App Cert Kit will test 7 AOO application registered to Windows after installation. The App Cert Kit will launch each applications with no parameters and close it after a while. And there are 3 kinds of test results 1. soffice.exe Can pass. 2. simpress.exe, sbase.exe The two applications will popup a wizard dialog which will block Windows platform to shutdown. May need try to cancel the wizard dialog on this situation. 3. scalc.exe, sdraw.exe, swriter.exe, smath.exe The test failed. AOO can return correct result in the WM_QUERYENDSESSION,WM_ENDSESSION,WM_CLOSE event handler. But the log indicate AOO blocked in Desktop:DestroyApplicationServiceManager() function. Not sure the root cause. In normal debug envirnoment. The soffice.bin can behavior correctly and will not block at that place. If add a exit() in WM_ENDSESSION event handler. The test can pass. -- You are receiving this mail because: You are the assignee for the bug.
