How to reproduce: 1) Create a new Writer document. 2) Type "Aaa bbb." 3) Select "bbb", then Ctrl-C. 4) Press Ctrl-Shift-V, select "paste as RTF" -> Crash.
Could not reproduce. Version: 5.0.0.0.alpha1+ Build ID: 25a0bd7b909fb8c87387d1413060f6c4ba5a51bd TinderBox: Win-x86@39, Branch:master, Time: 2015-05-11_01:05:55 This might be related to a commit to fix bug 70318. I still get the extra paragraph on this build though.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=c975bee3a7db0d318d1e460312be2922a09c7cea tdf#91227 vcl: fix crash in ImplListBox during paste special in Writer It will be available in 5.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.
No, that bug is independent, this was a null pointer deref problem in the ImplListBox class. The bug might have been Linux-specific, I did not test other platforms. The fix is nearly obvious, though.