Hi Tino,
I agree with you.
I investigated about the crash and i found that it comes from the
function HandleMenuPopulateEvent in vcl/aqua/source/window/salframe.cxx
line 822. The crash occurs because of these two lines which have a
comment before:
// FIXME: looks like it crashes when some menus are activated...
pSalFrame->CallCallback(SALEVENT_MENUACTIVATE, &aMenuEvt);
pSalFrame->CallCallback(SALEVENT_MENUDEACTIVATE, &aMenuEvt);
The bug is caused by CallCallBack (defined in vcl/inc/salframe.cxx line
314) maybe because of a null or invalid pointer on a variable or a
function: m_pProc, m_pInst or pEvent. The first two belong to the
salframe class, and the last is passed as an argument.
Hoping it will help.
Ismael MERZAQ
[EMAIL PROTECTED] a écrit :
aquavcl01 is currently in a bad shape. Lots of crashes make working with
this version almost impossible in every way.
That's why I propose that we all stop working on new stuff at the moment
and solely concentrate on stabilizing this
version as is in cvs (without new stuff not yet ready and checked-in etc.).
We need a stable version first as a solid base for the further work.
Opinions?
Regards,
Tino
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]