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

--- Comment #3 from V Stuart Foote <[email protected]> ---
Created attachment 107751
  --> https://bugs.freedesktop.org/attachment.cgi?id=107751&action=edit
windows error dialog for crash during launch of Draw with sidebar enabled

Setting component to Drawing, and importance back to major since this is a
regression. But, with Windows TB39 and TB42 not producing functional builds
kind of hard to dig any deeper.

With WinDbg running against the TB39 builds, was seeing assertio failed error
for Reference.h in /core/include/com/sun/star/uno against an xstor.dll call

attached... screen clip

 -- but that was after several cycles of firstchance errors and "continuing" a
non-continuable exception. So possibly not related at all...


    397     /** Dereference operator: Used to call interface methods.
    398 
    399         @return UNacquired interface pointer
    400     */
    401     inline interface_type * SAL_CALL operator -> () const {
    402         assert(_pInterface != 0);
    403         return castFromXInterface(_pInterface);
    404     }

-- 
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