Issue 118858

Summary: crash cause multiple close request
Product: App Dev Reporter: egalissesmir
Component: apiAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact: Yurggent Alfredo Chable Torrez <yurggent1.791>
Severity: Normal    
Priority: P5 (lowest) CC: issues
Version: 3.3.0 or older (OOo)   
Target Milestone: ---   
Hardware: PC   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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