Problem description: If you use the keyboard to select "Formula is" from the conditional formatting dialog, all instances of the program shut down without any further messages. File recovery is successful. I discovered this when using a mouse that was a little too sensitive and I kept missing the desired option when I clicked. Steps to reproduce: 1. Highlight a cell and select Format> Conditional formatting. 2. Click on the dropdown that currently reads "Cell value is" 3. Press "F" to select "Formula is". 4. The selection is highlighted. 5. Crash. Current behavior: As above. Expected behavior: Highlight stays in place and I tab to the next option. Operating System: Windows XP Version: 4.1.6.2 release
Reproduced on openSUSE 13.1 with 4.1.6.2 and 4.2.4.2 and 4.3.0.0.beta1 Steps (I used to crash LibreOffice): 1) Open a new Spreadsheet document 2) Select a cell and Format > Conditional Formatting > Condition... 3) Open the drop-down menu where "Cell value is" is listed 4) Press F LibreOffice crashes.
Created attachment 100181 [details] bt with symbols On pc Debian x86-64 with master sources updated today, I could reproduce this.
Caolan: bt shows vcl part, more specifically a Timer problem, one for you?
Created attachment 100464 [details] valgrind log we delete the list while still processing the keystroke
Caolan McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=b0a9f33a9b3018dcfb471641bde7c29a6e62f394 Resolves: fdo#79021 cannot delete ListBox from inside its own Select handler 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.
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=268c4907a04959ca546c5e2ecf469d4d297293b9&h=libreoffice-4-3 Resolves: fdo#79021 cannot delete ListBox from inside its own Select handler It will be available in LibreOffice 4.3. 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.
Caolan McNamara committed a patch related to this issue. It has been pushed to "libreoffice-4-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=460d2ffa8dd461f41f1fc77596ee0578e8ea6731&h=libreoffice-4-2 Resolves: fdo#79021 cannot delete ListBox from inside its own Select handler It will be available in LibreOffice 4.2.6. 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.