789a737ac9
There are some CrashReports in 7.6 which have
DeleteItemOnIdle on the stack, but there is nothing
reproducable. So I took a look...
I first thought it's a MCGR regression, due to classes
on the stack. But the Item involved is just random, can
happen with any Item.
Then I thought it may have to do with ITEM refactorings,
but it happens with DeleteItemOnIdle involved, so also
not the case. I already saw DeleteItemOnIdle when doing
these and qualified as 'hack' in the way. already
It is only on Windows and DeleteItemOnIdle is involved.
This again (took a deeper look now) is an old hack to
keep an SfxPoolItem 'alive' for some 'time'. For that,
it triggers an async reschedule which then deletes the
Item when being called. If the Item will be used after
that is pure coincidence - seems to work in most cases.
It seems as if for Windows the timing slightly changed
for some scenarios, so a reschedule is too early. This
can happen with this hack anytime.
DeleteItemOnIdle is used in scenarios where SfxPoolItem*
is e.g. returned, but is *not* anchored, so e.g. not
member of an SfxItemSet. Or in short: Lifetime is not
safe.
DeleteItemOnIdle exists since 1st import, but was
changed to AsyncEvent ca. 4 months ago (see
|
||
---|---|---|
.. | ||
inc | ||
qa/unit | ||
sdi | ||
source | ||
uiconfig/basicide | ||
util | ||
AllLangMoTarget_basctl.mk | ||
CppunitTest_basctl_dialogs_test.mk | ||
IwyuFilter_basctl.yaml | ||
Library_basctl.mk | ||
Makefile | ||
Module_basctl.mk | ||
README.md | ||
UIConfig_basicide.mk |
BASIC IDE Controls and Dialogs
Controls and dialogs for BASIC. Contains the BASIC IDE.