Description: Crash on master because of an assertion in SfxListener::StartListening() method, when starting any slide show. Steps to Reproduce: 1. Open Impress 2. Start a slideshow (F5) Actual Results: LO crashes becuase of an assert. Expected Results: LO should not crash. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.101 Safari/537.36
Noel: I haven't tested it yet but an assertion about a listener made me think about https://cgit.freedesktop.org/libreoffice/core/commit/?id=bc9a2ba677ce3fcd46c2bbef6e8faeacb14292c1 I'll try to provide a bt asap.
Hi Tamás, I didn't reproduce with LO 6.0.0.0.alpha0+ Build ID: 88179e3de8865ea07d5017ca0723afd10ad44ba7 CPU threads: 2; OS: Windows 6.1; UI render: default; TinderBox: Win-x86@39, Branch:master, Time: 2017-08-06_23:49:25 Locale: en-US (fr_FR); Calc: group nr with LO 6.0.0.0.alpha0+ Build ID: 02c53f744ed23e2149fc7c83d67cb7d8aa5eb0ed CPU threads: 2; OS: Windows 6.1; UI render: default; TinderBox: Win-x86@42, Branch:master, Time: 2017-08-24_05:48:55 Locale: fr-FR (fr_FR); Calc: CL Jacques
(In reply to Jacques Guilleron from comment #2) > Hi Tamás, > > I didn't reproduce with > LO 6.0.0.0.alpha0+ Build ID: 88179e3de8865ea07d5017ca0723afd10ad44ba7 > CPU threads: 2; OS: Windows 6.1; UI render: default; > TinderBox: Win-x86@39, Branch:master, Time: 2017-08-06_23:49:25 > Locale: en-US (fr_FR); Calc: group > nr with > LO 6.0.0.0.alpha0+ Build ID: 02c53f744ed23e2149fc7c83d67cb7d8aa5eb0ed > CPU threads: 2; OS: Windows 6.1; UI render: default; > TinderBox: Win-x86@42, Branch:master, Time: 2017-08-24_05:48:55 > Locale: fr-FR (fr_FR); Calc: CL > > Jacques Did you used a debug build? It's an assertion which is triggered only in a debug build and not in a release one.
Created attachment 135770 [details] bt with debug symbols On pc Debian x86-64 with master sources updated today, I could reproduce the assertion.
Noel: the bt confirms what I thought.
Thanks for the precision, but no,I didn't use a debug build. This is an error. I apologize for the noise. Jacques
Noel Grandin committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=5c088880c871a510b6e4b703f01ff42bce104e5f tdf#112008 Assert when starting an empty slideshow It will be available in 6.0.0. 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.