Issue 47808 - API: while closing doc office freeze
Summary: API: while closing doc office freeze
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows XP
: P2 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-20 11:03 UTC by chne
Modified: 2013-02-24 21:08 UTC (History)
1 user (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 chne 2005-04-20 11:03:58 UTC
Windows only:
while calling a special kind of UNO-API test and close the doc the office freeze. 

To reproduce this behavior just start your office with parameter

"-accept=socket,host=0,port=8100;urp;" 

and call inside a solar shell:

checkapi -o
sw.SwXHeadFootText::com::sun::star::text::XText,com::sun::star::text::XTextRange

This test creates the SwXHeadFootText, test the XText followed by XTextRange. At
the end of the test the doc was clsed. Please do not irritate by the test output
"dispose document". It is a oDoc.close(true)
Comment 1 thomas.lange 2005-04-22 10:23:03 UTC
.
Comment 2 thomas.lange 2005-04-22 10:57:54 UTC
TL->CN: As seen the API test does not call the interfaces in the specified order
and thus there is no crash to be seen in my 680m94 wntmsci10.
Comment 3 chne 2005-04-22 15:15:28 UTC
strange, but I could not reproduce this behavoir anymore => zu
Comment 4 chne 2005-04-22 15:15:54 UTC
close