https://bugs.freedesktop.org/show_bug.cgi?id=43234
--- Comment #4 from Terrence Enger <[email protected]> 2011-12-16 05:44:01 PST --- Created attachment 54493 --> https://bugs.freedesktop.org/attachment.cgi?id=54493 typescript of gdb session New behaviour, observed with commit id 4097499 (pulled 2011-12-08). The steps outlined in comment 1 no longer provoke the assertion, but following them by copying text to the clipboard in another application does provoke the assertion. But here is an easier way. (1) Start LibreOffice from gnome-terminal. The program displays empty Writer document "Untitled 1". (2) In "Untitled 1" type "asdf". (3) Select and copy that text by typing "alt-E A alt-E C". The program hightlights the copied text. (4) Open a spreadsheet by typing "alt-F N S". The program displays Calc document "Untitled 2" with the cursor in cell A1. (5) Paste the copied text by typing "alt-E P". The program displays "asdf" in cell A1. (6) In another application, copy text to the clipboard. For example, in the controlling terminal session, drag the mouse cursor through a few characters, right-click, and select Copy from the drop-down menu. Program raises the assertion in SwIndexReg::~SwIndexReg(). In the attached typescript of a gdb session, the SIGABRT is around line 249; backtrace follows shortly thereafter. I am running ubuntu-natty and the configuration options are --disable-mozilla --enable-symbols --enable-dbgutil --enable-crashdump --disable-build-mozilla --enable-ext-postgresql-sdbc -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
