Issue 73519 - Closing doc with button results in crash
Summary: Closing doc with button results in crash
Status: CLOSED DUPLICATE of issue 72707
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: 680m199
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: OOo 2.2
Assignee: hdu@apache.org
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 12:56 UTC by wolframgarten
Modified: 2007-01-24 14:28 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
stack of the crash (1.30 KB, text/plain)
2007-01-17 07:07 UTC, Frank Schönheit
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2007-01-16 12:56:33 UTC
Open a new document and insert a button. Save the doc and close it with the
closer. After the window disappeared a message comes up: soffice.BIN has
encountered a problem and needs to close.  We are sorry for the inconvenience.
Comment 1 Frank Schönheit 2007-01-17 07:07:08 UTC
Created attachment 42218 [details]
stack of the crash
Comment 2 Frank Schönheit 2007-01-17 07:08:45 UTC
fs->pl: stack seems to indicate a VCL problem ...
Comment 3 philipp.lohmann 2007-01-17 08:30:53 UTC
pl->hdu: from the stack I'd say this is either the font cache itself or a queued
event for an already destroyed window.
Comment 4 pavel 2007-01-23 07:14:10 UTC
adding me to CC:.
Comment 5 hdu@apache.org 2007-01-24 13:14:26 UTC
dead window...
Comment 6 hdu@apache.org 2007-01-24 14:27:11 UTC
@FS: the frames ABOVE the part of the stack you attached were kind of important...

  ImplReleaseTempFonts(class SalData*)
  ImplFreeSalGDI(void)
  DestroySalInstance(class SalInstance*)
  DeInitVCL(void)
  SVMain(void)

So the application was almost done shutting down,  the window was really dead
and was the application's temporary fonts were being released => duplicate to
issue 72707

*** This issue has been marked as a duplicate of 72707 ***
Comment 7 hdu@apache.org 2007-01-24 14:28:05 UTC
closing duplicate