Observed on OSX 10.9.5 / LibreOffice 4.4 master (d0d64225d853d01bf601b3738c26fd8ada41650e) I can't reproduce this on Linux, so it may be OSX only. Steps to reproduce: 1. Load the file from https://bugs.freedesktop.org/attachment.cgi?id=107674 2. Select the table on slide 3 (the whole table, by clicking on the border) 3. Cut 4. Exit (Cmd-Q) Frequently, but not always, the attached crash will then occur.
Created attachment 107740 [details] OSX backtrace
Looks like a nasty EndListening during shutdown SfxBroadcaster::RemoveListener
Tried your steps 10 times with document in link, no crash on my master build Version: 4.4.0.0.alpha0+ Build ID: 7dc6c9af4ba313f054331f5130470d83d875bc16 from yesterday However, this behaviour is something I see frequently with dev builds at random intervals.
Confirming intermittent crash behaviour, but not with this document.
Created attachment 108307 [details] Updated backtrace After commit a1fad26e045ff1fec0c63243e3516ef2da7f390d Differs at frame 16
does this commit fix the second problem? 28adfcdcbc504db8d5014a8939aa5e834e5d43d0
Yes, that seems to have done the trick I notice there's another issue thereabouts that I seem to be able to cut (the content of) that table without marking the document changed, but that's something for another bug :)
For reference, the above unrelated bug is bug 85398