https://bugs.documentfoundation.org/show_bug.cgi?id=103571
--- Comment #8 from [email protected] ---
It seems to me ImplYield causes a race condition. Not only for WNT (als noted
in the comments of the source code of svapp.cxx:494) but also for MacOS (since
El Capitan). I see the same patterns over and over. For example:
12.321:info:sal.osl.condition:503:1:sal/osl/unx/conditn.cxx:132:
osl_setCondition(0x7f8a66de6810)
12.321:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:509: DoYield with
active idles returns: processed event
12.321:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:525: Leave ImplYield
12.321:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:478: Enter ImplYield:
wait: one event: 0
12.321:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:206: Calculating
minimum timeout:
12.321:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:237: Have active
timer Auto save timerupdate min period from 60000 to 60000
12.321:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:242: Have active
idle vcl::Window maPaintIdle
12.321:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:264: Calculated
minimum timeout as 60000 and has active idles
12.321:info:sal.osl.condition:503:1:sal/osl/unx/conditn.cxx:132:
osl_setCondition(0x7f8a66de6810)
Or
86.488:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:242: Have active
idle DocumentTimerManagerIdleTimer
86.488:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:264: Calculated
minimum timeout as 6171 and has active idles
86.488:info:sal.osl.condition:503:1:sal/osl/unx/conditn.cxx:132:
osl_setCondition(0x7f8a66de6810)
86.488:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:509: DoYield with
active idles returns: timeout
86.488:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:174: Invoke task
SfxItemDisruptor_Impl
86.488:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:525: Leave ImplYield
86.488:info:vcl.schedule:503:1:vcl/source/app/svapp.cxx:478: Enter ImplYield:
wait: one event: 0
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:206: Calculating
minimum timeout:
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:237: Have active
timer Auto save timerupdate min period from 60000 to 60000
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:237: Have active
timer OLEObjCache pTimer UnloadCheckupdate min period from 60000 to 15902
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:237: Have active
timer GraphicCache maReleaseTimerupdate min period from 15902 to 6147
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:242: Have active
idle SfxItemDisruptor_Impl
86.489:info:vcl.schedule:503:1:vcl/source/app/scheduler.cxx:242: Have active
idle SfxItemDisruptor_Impl
See also bug 99784
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs