The following file https://projects.kde.org/attachments/2/20110319-KDE4.6_release_party-skrooge.odp crahses LibreOffice 4.1.x and the master when starting the slideshow (F5). Tested on Ubuntu 12.04 x86-64 with LO 4.1.0.4 (stable release from TDF), 4.1.2.0.0+ (Build ID: 88fec7695f5f3c9574bc305e31120758004493c) and the master (Build ID: d65c44020bf32713af4985f598f7b532a969247a). It seems that the problem comes from the fade smoothly transition. If I remove this transition there is no crash in slide show mode. If I try to add the same transition I get a crash or a freeze. Best regards. JBF
Changed version to the oldest in which I found the crash
*** Bug 67203 has been marked as a duplicate of this bug. ***
The crash is caused by commit a775188f6bbf3bbf8448b2b7398a1902908bb5e2. And there are some warnings from valgrind even after reverting that.
Thorsten Behrens committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7a66bd77131ebae661887c561168f513ca5a5052 Fix fdo#67908 - keep Visual around until after GL context is created. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Thorsten Behrens committed a patch related to this issue. It has been pushed to "libreoffice-4-1": http://cgit.freedesktop.org/libreoffice/core/commit/?id=63162c960ae6f0d70740a6bba2cf225d2d8d3688&h=libreoffice-4-1 Fix fdo#67908 - keep Visual around until after GL context is created. It will be available in LibreOffice 4.1.2. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified on Version: 4.1.2.0.0+ (Build ID: 63162c960ae6f0d70740a6bba2cf225d2d8d368). Tests done: - test file in slideshow mode: OK - adding a fade smoothing transition on a slideshow without transition: OK So works as expected. Thank you very much for the fix. Best regards. JBF