https://bugs.documentfoundation.org/show_bug.cgi?id=98175

Michael Meeks <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Michael Meeks <[email protected]> ---
Tomaz - looks interesting =)

Julien - it'd be lovely to have a valgrind trace with those debugging symbols.

The iterator piece in it:

slideshow::internal::UnoViewContainer::begin (this=0x9999999999999999) at
/home/user/libreoffice/slideshow/source/inc/unoviewcontainer.hxx:76

looks like this could be related to some global iterator / container type
change.?

I imagine the:

    // init views and create slide bitmaps
    for( const auto& pView : mrViewContainer )
        this->viewAdded( pView );

that the mrViewContainer is a broken reference at this stage; but valgrind
would give us more =)

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

Reply via email to