| Summary: | Crash BigPtrEntry::GetArray(this=0x0000600001726940) const at bparr.hxx:106:23 (STR: comment 3) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Telesto <telesto> |
| Component: | Writer | Assignee: | Attila Bakos (NISZ) <bakos.attilakaroly> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | aron.budea, bakos.attilakaroly, libreoffice, raal, serval2412 |
| Priority: | medium | Keywords: | bibisected, bisected, haveBacktrace, regression |
| Version: | 7.4.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=143574 https://bugs.documentfoundation.org/show_bug.cgi?id=160309 |
||
| Whiteboard: | target:7.5.0 target:7.4.0.2 | ||
| Crash report or crash signature: | Regression By: | Attila Bakos (NISZ) | |
| Bug Depends on: | |||
| Bug Blocks: | 105948, 133092 | ||
| Attachments: |
Example file
Example file bt with debug symbols console logs during opening |
||
|
Description
Telesto
2022-05-19 10:47:13 UTC
Created attachment 180217 [details]
Example file
Created attachment 180234 [details]
Example file
New steps 1. Open the attached file (original attachment 179717 [details]) 2. CTRL+A 3. CTRL+X 4. CTRL+Z 5. Close document -> No save 6. Reopen file from start center 7. CTRL+A 8. CTRL+X -> Crash Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: cdf8e971d5d46df4bcab35a99c4254df9459213f CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: en-US (nl_NL); UI: en-GB Calc: CL Jumbo No crash with Version: 7.3.0.0.alpha1+ (x64) / LibreOffice Community Build ID: 7b0aabe71d2455f6f643553a07f1056935cf190f CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: nl-NL (nl_NL); UI: en-US Calc: CL There is lots of broken stuff in document if you do CTRL+Z at step 4 or instead of CTRL+Z use CTRL+V to paste Created attachment 180266 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today, I got an assertion just after closing the document put in attachment.
Created attachment 180267 [details]
console logs during opening
Considering logs during opening show it needs some work here.
No crash with Version: 7.4.0.0.alpha1+ / LibreOffice Community Build ID: b6e0ae1b1bad5e222e21bbb4b2a158c1fc6f9779 CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: x11 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded Jumbo Bibsected using steps from comment 3 to the following commit using repo bibisect-linux-64-7.4. Adding CC: to Attila Bakos (NISZ). https://cgit.freedesktop.org/libreoffice/core/commit/?id=2951cbdf3a6e2b62461665546b47e1d253fcb834 author Attila Bakos (NISZ) <bakos.attilakaroly@nisz.hu> 2021-11-10 14:10:11 +0100 committer László Németh <nemeth@numbertext.org> 2022-01-03 14:28:15 +0100 tdf#143574 OOXML export/import of textboxes in group shapes patch will be here: https://gerrit.libreoffice.org/c/core/+/136192 Attila Bakos (NISZ) committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/1d3d2a995239c3c71432006cb795324c56a0412a tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxes It will be available in 7.5.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. Verified in: Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community Build ID: a4ab155ae15e9e6d4deb157634f8b86c87fcbde4 CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL Attila Bakos (NISZ) committed a patch related to this issue. It has been pushed to "libreoffice-7-4": https://git.libreoffice.org/core/commit/44eef5f494825a26594ba3d50ef1f3211ae73b9b tdf#148687 tdf#149173 tdf#149546 sw: fix crash with textboxes It will be available in 7.4.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |