Problem description: crash when copy data table spreadsheet to writer Steps to reproduce: 1. open a file calc 2. copy a range cells from calc 3. paste to new writer doc Current behavior: crash Expected behavior: copy data without crash Operating System: Linux (Other) Version: 4.2.4.2 rc
With a debug build of commit f585323, I have succeeded in provoking a SIGABRT. Terminal output includes: /usr/include/c++/4.7/debug/vector:343:error: attempt to subscript container with out-of-bounds index 1, but container only holds 1 elements. Objects involved in the operation: sequence "this" @ 0x0x27819f0 { type = NSt7__debug6vectorIP7ScTableSaIS2_EEE; } Application Error The reporter is using a product build, so his crash is necessarily somewhat different. Hopefully mine has the same underlying cause. My LibreOffice is commit f585323, fetched 2014-05-06, configured: --enable-option-checking=fatal --enable-dbgutil --enable-crashdump --without-system-postgresql --without-myspell-dicts --with-extra-buildid --without-doxygen --with-external-tar=/home/terry/lo_hacking/git/src built and running on debian-wheezy 64-bit.
Created attachment 98920 [details] terminal output, debug build, fudged for emacs org-mode
Created attachment 98921 [details] gdb on the core file, fudged for emacs org-mode
Following the backtrace, changed Component to 'Spreadsheet'.
Identical backtrace. Already fixed on the 4.2 branch. *** This bug has been marked as a duplicate of bug 77806 ***