Issue 118858 - crash cause multiple close request
Summary: crash cause multiple close request
Status: UNCONFIRMED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC All
: P5 (lowest) Normal
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: Yurggent Alfredo Chable Torrez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-31 08:34 UTC by egalissesmir
Modified: 2013-05-28 02:28 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 egalissesmir 2012-01-31 08:34:23 UTC
hey guys,
ooffice is crashing if i request a '.XCloseable:close true' in an event called by another close process.

sum it up:

-click "end" in Ooffice writer
    -its asking if i wanna save
        -"yes"
-its entering XEventListener: OnSaveDone
    -here i decide to close the writer app (cant know its normal save or "end -> save")
        -closing through com.sun.star.util.XCloseable:close true
            -get a closevetoexception -- but i forwarded ownership so its ok for me
-after saving, ooffice crashes ask if i wanna recover files

if i click normal save in writer its all working fine and closing after saving through my initiate in OnSaveDone

(i dont think its system-related, but currently im using VB 6 on win2000)

thx beforehand
greetz