Issue 63262 - Office cannot be finished if Writer uses clipboard
Summary: Office cannot be finished if Writer uses clipboard
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: ---
Assignee: marc.neumann
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 15:26 UTC by andreas.martens
Modified: 2013-08-07 14:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description andreas.martens 2006-03-16 15:26:02 UTC
Start openoffice.org
Open new text document
Type some words
Select a word
Copy into clipboard
Close openoffice.org
=> soffice.exe and soffice.bin are still running (see taskmanager) and you'll be
unable to start openoffice.org again.

Found in src680m159, was okay in src680m158.
Only Writer+Clipboard causes this problem, Impress and Calc not .
Comment 1 tino.rachui 2006-03-16 16:50:33 UTC
Just happens with non-pro versions that's why probably only P3
Comment 2 tino.rachui 2006-04-18 13:09:56 UTC
tra: Its an assertion occuring somewhere during xml export (xo680mi.dll ->
XMLEventExport::Export). New target OOo 3.0. 
Comment 3 tino.rachui 2006-04-19 07:05:12 UTC
tra->fs: Has something to do with our assertion mechanism. During shutdown the
clipboard will be flushed at which an assertion occurs. But the corresponding
assertion box cannot be shown as the main thread waits for the clipboard so the
office seems to be deadlocked. 
Comment 4 Frank Schönheit 2006-04-20 13:26:46 UTC
fs->pl: That's the SolarThreadExecutor we introduced together with the
OSL-assertion re-routing (but this is no OSL assertion here, but a
"conventional" one). Would like to discuss this with you IRL.
Comment 5 Frank Schönheit 2006-04-27 14:51:15 UTC
bad fpr the reputation of the "non-product" version ... 2.0.4 target
Comment 6 Frank Schönheit 2006-07-11 15:20:20 UTC
fixed in CWS dba204b

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba204b
Comment 7 Frank Schönheit 2006-07-11 15:23:25 UTC
note: Still, the office takes about one minute to finish. This is since there
are a plenty of assertions when the office shuts down, and for every assertion,
there's a timeout of 2 seconds before we recognize that the assertion message
box cannot be raised.

If this time (about one minute) still seems to long, then we should fix the
reason for those assertions - since they are the deeper reason for the problem.
Comment 8 Frank Schönheit 2006-07-20 15:11:40 UTC
fs->ama: please verify in CWS dba204b
Comment 9 marc.neumann 2006-07-24 15:40:47 UTC
As FS mention the office need 1 minute to shutdown, however before the office
never shutdown.

verified in cws dba204b

You can found more information about this CWS in the EIS tool at
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=SRC680%2Fdba204b
Comment 10 marc.neumann 2006-07-25 08:02:51 UTC
reassign to msc
Comment 11 marc.neumann 2006-08-23 13:22:34 UTC
Hi,

this is fixed in the current master. The current master is available at
http://download.openoffice.org/680/index.html

I close this issue now.

Bye Marc