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 already "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)
(i reported bug recently: https://issues.apache.org/ooo/show_bug.cgi?id=118858)
thx for every idea beforehand,
greetz
Crash cause multiple close request
-
Carlos Rocha
- Posts: 3
- Joined: Thu Feb 02, 2012 9:35 pm
Re: Crash cause multiple close request
Could it be related to the fact that you are trying to close an already closed document?
OpenOffice 3.4 on Windows 7
-
SkaramasakuS
- Posts: 2
- Joined: Thu Feb 02, 2012 10:29 am
Re: Crash cause multiple close request
lol... sure it is, so??? i want to close it after saving and i cant know its already closing, wrong?
OpenOffice 3.3.0 on win2000
vb6
vb6