Issue 77768 - API: toolkit.UnoControlFormattedFieldModel::com::sun::star::awt::UnoControlFormattedFieldModel
Summary: API: toolkit.UnoControlFormattedFieldModel::com::sun::star::awt::UnoControlFo...
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All Windows, all
: P2 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-24 19:46 UTC by chne
Modified: 2013-02-24 21:09 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 chne 2007-05-24 19:46:19 UTC
While running the UNOAPI-Test a Windows-Messagebox about "DDE Server Window:
soffice.BIN Application Error" occur. This failure occur on the end of the test
if the office should be closed. That mean the office crashes while closing.
This issue breaks also my automated UNO-API-Test on windows!


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
toolkit.UnoControlFormattedFieldModel::com::sun::star::awt::UnoControlFormattedFieldModel
Comment 1 thorsten.ziehm 2007-05-31 15:41:25 UTC
Change target to 2.3. Target OOo 2.0.4 is very old and it is released some
months ago.
Comment 2 carsten.driesner 2007-06-04 08:16:51 UTC
cd: Accepted.
Comment 3 carsten.driesner 2007-07-04 08:48:31 UTC
cd: Set kr on CC.
Comment 4 carsten.driesner 2007-07-05 11:52:48 UTC
cd: A complicated dependency problem between toolkit and svtools library. Due to
a static reference in the toolkit library an object from svtools is held alive.
The static dtors of the svtools library are called first and the svtools class
uses static mutexes,  Within the dtor the svtools object tries to use the mutex
which has already been destroyed! This lead to the crash!
Comment 5 carsten.driesner 2007-07-13 14:39:49 UTC
cd->cn: Please verify.
Comment 6 chne 2007-07-18 14:55:08 UTC
ok in cws => verified
Comment 7 chne 2007-10-15 21:19:32 UTC
ok in master => close