Hi,
I spent some time today on getting some understanding of our crashes,
and I think that at least three of them are connected and have the
same source.
1. GetStyle (http://qa.openoffice.org/issues/show_bug.cgi?id=72249)
Window::GetStyle is crashing:
WinBits Window::GetStyle() const
{
return mpWindowImpl->mnStyle;
}
because mpWindowImpl is no longer valid.
2. tooltips crashes
There are several tooltip window related crashes.
E.g. crash in Timer::Start, where mpTimerData is no longer valid,
SetPosSize crash is similar
The crash in SalFrame::CallCallback (http://qa.openoffice.org/
issues/show_bug.cgi?id=74392) is the same as well - the SALFRAMEPROC
is nonsense and we are trying to call it.
etc. etc.
So I think we should investigate how we initialize, create and delete
frames/windows.
--
Pavel Janík
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]