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

--- Comment #2 from Michael Meeks <michael.me...@novell.com> ---
I used to be able to ;-) No idea how to trigger that but I guess it's a matter
of waiting until this is done:

void SAL_CALL InitUpdateCheckJobThread::run()
{
    if (!m_bShowDialog) {
        TimeValue tv = { 25, 0 };
        m_aCondition.wait( &tv );
        if ( m_bTerminating )
            return;
    }

I imagine you'd want to know where the exception comes from - but this is for a
release build, so I'd be unlikely to get a good stack-trace ...

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

Reply via email to