| Summary: | Calc crash or freeze when deleting scenario | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | DorothyD <edwarcifuentes> |
| Component: | Calc | Assignee: | Eike Rathke <erack> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | erack, serval2412, xiscofauli |
| Priority: | medium | Keywords: | haveBacktrace, preBibisect, regression |
| Version: | 3.5 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.4.0 target:5.3.2 target:5.2.7 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 112196 | ||
| Attachments: |
bt with symbols
bt with debug symbols |
||
|
Description
DorothyD
2016-09-28 22:47:23 UTC
Created attachment 127770 [details]
bt with symbols
On pc Debian x86-64 with master sources updated today, I could reproduce this.
(gtk3)
After some gdb, the crash happens here: 3142 rDocShell.Broadcast( ScTablesHint( SC_TAB_DELETED, nTab ) ); http://opengrok.libreoffice.org/xref/core/sc/source/ui/docshell/docfunc.cxx#3142 Reproducible by LO 5.3.0.3 Build ID: 7074905676c47b82bbcfbea1aeefc84afe1c50e1 CPU Threads: 2; OS Version: Windows 6.1; UI Render: default; Layout Engine: new; Locale: en-US (en_US); Calc: group Whenever we try to delete a scenario, calc crashes immediately and data loss occur es. Reproducible in Version: 5.4.0.0.alpha0+ Build ID: bd8c68c99cce51a3368d8ddfd6e11dccb72d8f49 CPU threads: 4; OS: Linux 4.8; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group Reproduced in Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a) but not in LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 it also crashes in LibreOffice 3.5.0 Build ID: d6cde02 Created attachment 131665 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated yesterday, I still can reproduce this.
I attached bt with some gdb traces.
popup message error: wrapped std::exception vector::_M_range_check: __n(which is 2) >= this->size() (which is 2) Interestingly, if you check "Copy Entire sheet" when creating scenario, it doesn't crash. Eike: thought you might be interested in this one. Taking. Eike Rathke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4c8059a3e140171399ac85ceb882d23bb458599d Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenario It will be available in 5.4.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. Pending review https://gerrit.libreoffice.org/34942 for 5-3 https://gerrit.libreoffice.org/34943 for 5-2 Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-5-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d846a0d7643cf32a43069d9beb3a419a5a4af9f4&h=libreoffice-5-3 Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenario It will be available in 5.3.2. 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. Eike Rathke committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=44a8c49c16a8abec3dd201043c93fff2e3f5e683&h=libreoffice-5-2 Resolves: tdf#102777 broadcast SC_TAB_INSERTED when inserting scenario It will be available in 5.2.7. 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. |