[Libreoffice-bugs] [Bug 127258] Impress Crash after Presentation Finished
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Sep 1 08:13:15 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=127258
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
Here's the detail:
#0 slideshow::internal::EventMultiplexer::<lambda(const (anonymous
namespace)::ViewEventHandlerWeakPtrWrapper&)>::operator()(const (anonymous
namespace)::ViewEventHandlerWeakPtrWrapper &) const (
__closure=0x7fffffff0e48, pHandler=...) at
/home/julien/lo/libreoffice/slideshow/source/engine/eventmultiplexer.cxx:1131
1131 { return pHandler.ptr.lock()->viewRemoved( rView ); } );
(gdb) p pHandler
$1 = (const (anonymous namespace)::ViewEventHandlerWeakPtrWrapper &)
@0x55555ba791e0: {ptr = std::weak_ptr<slideshow::internal::ViewEventHandler>
(expired, weak count 2) = {get() = 0x555558278560}}
(gdb) p pHandler.ptr
$2 = std::weak_ptr<slideshow::internal::ViewEventHandler> (expired, weak count
2) = {get() = 0x555558278560}
(gdb) p pHandler.ptr.lock()
$3 = std::shared_ptr<slideshow::internal::ViewEventHandler> (empty) = {get() =
0x0}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190901/9a2d0aad/attachment.html>
More information about the Libreoffice-bugs
mailing list