https://bugs.freedesktop.org/show_bug.cgi?id=80927

--- Comment #74 from Andras Timar <[email protected]> ---
Maybe the crash is not related (and I'm testing libreoffice-4-3 not master).

(9ffbc.9eabc): C++ EH exception - code e06d7363 (first chance)
(9ffbc.9eabc): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
vcllo!Timer::ImplTimerCallbackProc+0x5d:
693c001d 8b4a0c          mov     ecx,dword ptr [edx+0Ch]
ds:002b:dddddde9=????????

    // find timer where the timer handler needs to be called
    pTimerData = pSVData->mpFirstTimerData;
    while ( pTimerData )
    {
        // If the timer is not new, was not deleted, and if it is not in the
timeout handler, then
        // call the handler as soon as the time is up.
        if ( (pTimerData->mnTimerUpdate < pSVData->mnTimerUpdate) &&
/* CRASH HERE ->*/   !pTimerData->mbDelete && !pTimerData->mbInTimeout )
        {
            // time has expired

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to