[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-29 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 Michael Meeks changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #9 from Michael Meeks --- > A potential problem with the changes > /slideshowimpl.cxx) is that maEventMultiplexer.notifySlideStartEvent() > is now called un-guarded Oh - wow, that was silly - quite right; I didn't want to do that -

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #8 from Stephan Bergmann --- A potential problem with the changes of "fdo#59881 - sdremote: give up on threaded / UNO usage" to SlideSh

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #6 from Stephan Bergmann --- (In reply to comment #1) > Stephan - thoughts ? It is known that LO still contains code that is likely not threading-safe, but that nevertheless gets used in multi-threaded scenarios; this is not necessar

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #4 from Michael Meeks --- Created attachment 73761 --> https://bugs.freedesktop.org/attachment.cgi?id=73761&action=edit second silly threading UNO threading issue exposed. -- You are receiving this mail because: You are the assign

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #3 from Michael Meeks --- I have a simple fix that pushes the handling of all the incoming msgs into the main-thread - which solves the issue. Unfortunately we still get nasty multi-threading corruption it seems either the Canvas or t

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 Michael Meeks changed: What|Removed |Added Blocks||54157 -- You are receiving this mail be

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #2 from Michael Meeks --- Created attachment 73680 --> https://bugs.freedesktop.org/attachment.cgi?id=73680&action=edit stack traces for all frames -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 59881] sdremote - deadlock ...

2013-01-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59881 --- Comment #1 from Michael Meeks --- By holding a reference on the slideshowimpl - perhaps we can release the m_aMutex guard before this notification (of course, there are a good dozen other identical problems in there). Whether this will again