Issue 111647 - [CWS tl74] Closing Math document via API crashes
Summary: [CWS tl74] Closing Math document via API crashes
Status: CLOSED DUPLICATE of issue 111648
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: DEV300m76
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: stefan.baltzer
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-17 11:24 UTC by stefan.baltzer
Modified: 2013-08-07 14:55 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 stefan.baltzer 2010-05-17 11:24:00 UTC
Found by AutoTest m_updt.bas: Closing a Math document via API crashes the office.
This occurs two times in that test.
Note: This can not be reproduced manually.
Comment 1 thomas.lange 2010-05-18 10:09:54 UTC
.
Comment 2 thomas.lange 2010-05-20 12:43:04 UTC
I checked with SBA by attaching a debugger under the running testautomation
office but we could not find a crash. The output of the debugger always was
'program exited with 0', which is not a crash.

tl->tbo: Can you please check if the test works correct or maybe does provide
false positives (for a crash)? Thanks!
Comment 3 b.osi.ooo 2010-05-20 16:08:16 UTC
The errors curently in m_update.bas
- tmFileClose
- tmFileSave
- tmFileReload

are follow ups to the error, that the document gets no modified state by pasting
something into math via edit->paste.
A file close is tried on the unmodified document, which succeeds, but is not
expected;
Expected is a messagebox indicating that the document should be saved.

In this case OOo is just closed unexpected - no crash - just 2 file close after
another without the interruption of a message box.

-> double to issue 111648

*** This issue has been marked as a duplicate of 111648 ***
Comment 4 stefan.baltzer 2010-05-21 13:39:33 UTC
Thanks for the explanation. 
m_updt.bas runs well in newly built Linux install set of CWS tl74.
Rassigned to me.
Comment 5 stefan.baltzer 2010-05-21 13:45:10 UTC
Closed.