[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #23 from Kumāra --- (In reply to kompilainenn from comment #21) > (In reply to Kumāra from comment #18) > > > Actually the bug is in the latest Still: 5.1.5.2 too. > > > > steps for reproducion are

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #22 from Kumāra --- (In reply to kompilainenn from comment #21) > (In reply to Kumāra from comment #18) > > > Actually the bug is in the latest Still: 5.1.5.2 too. > > > > steps for reproducion are

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #21 from kompilainenn <79045_79...@mail.ru> --- (In reply to Kumāra from comment #18) > Actually the bug is in the latest Still: 5.1.5.2 too. > steps for reproducion are the same as mine? -- You are receiving this mail

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #20 from Buovjaga --- (In reply to Kumāra from comment #18) > It's not over yet. I've just downloaded 5.2.2.2 (Windows 64bit) and the bug > is still there! > > Actually the bug is in the latest Still:

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #19 from Kumāra --- (In reply to Kumāra from comment #18) > It's not over yet. I've just downloaded 5.2.2.2 (Windows 64bit) and the bug > is still there! Can someone confirm? -- You are receiving

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Kumāra changed: What|Removed |Added Version|5.2.0.0.alpha0+ |5.1.5.2

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #17 from Noel Grandin --- Unfortunately, this cleanup was pretty much all-or-nothing, since the shared_ptr infrastructure is pervasive throughout slideshow. So backporting is not really an option. This

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Kumāra changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Julien Nabet changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #14 from Michael Meeks --- Noel - interesting; it seems that some variant of this same issue pre-existed your fixes as well; since we see bug#97195 - before your re-work (and fix) - with a very

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Michael Meeks changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #12 from Douglas Mencken --- (In reply to Commit Notification from comment #11) > Affected users are encouraged to test the fix and report feedback. It works now -- You are receiving this mail

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #11 from Commit Notification --- Noel Grandin committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #10 from Douglas Mencken --- (In reply to Noel Grandin from comment #9) > OK, I've figured this out. > > I converted > >shared_from_this() > > to > >std::shared_ptr((Activity*)this) ) > >

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #9 from Noel Grandin --- OK, I've figured this out. I converted shared_from_this() to std::shared_ptr((Activity*)this) ) all over the place, which is bad, I should have used

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #8 from Noel Grandin --- I did some debugging by putting a breakpoint at 'slideshow::internal::SlideChangeBase::~SlideChangeBase' and noticed that the destructor is being called before the call that

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Julien Nabet changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Miklos Vajna changed: What|Removed |Added Keywords||bisected

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #6 from Tomaz Vajngerl --- That's a regression of https://cgit.freedesktop.org/libreoffice/core/commit/slideshow?id=f29c0b2b3e8861909fa2c6c37bf631ab01590541 -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 raal changed: What|Removed |Added CC||akshaydeepi...@gmail.com

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-02-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 --- Comment #4 from Julien Nabet --- Created attachment 123094 --> https://bugs.documentfoundation.org/attachment.cgi?id=123094=edit valgrind log Valgrind log with master sources updated yesterday

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-02-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Michael Meeks changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-02-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Julien Nabet changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Julien Nabet changed: What|Removed |Added Keywords|

[Libreoffice-bugs] [Bug 98175] Crash Libreoffice Impress with any slide transition

2016-02-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98175 Julien Nabet changed: What|Removed |Added CC|