| Summary: | CRASH when trying to modify a frame style in a ODT document | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Jambunathan K <kjambunathan> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, oliver.brinzing, os, serval2412, xiscofauli |
| Priority: | medium | Keywords: | bibisected, haveBacktrace, regression |
| Version: | 4.0 all versions | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://crashreport.libreoffice.org/stats/signature/SwPercentField::ShowPercent(bool) | ||
| Whiteboard: | target:6.3.0 target:6.2.5 | ||
| Crash report or crash signature: | ["SwPercentField::ShowPercent(bool)"] | Regression By: | |
| Attachments: |
sample.odt: Contains the "problematic" frame style `OrgCaptionedImage'
screenshot of the frame style that is referenced in this issue bt with debug symbols |
||
|
Description
Jambunathan K
2019-05-12 04:55:11 UTC
Created attachment 151318 [details]
sample.odt: Contains the "problematic" frame style `OrgCaptionedImage'
Created attachment 151319 [details]
screenshot of the frame style that is referenced in this issue
Thank you for reporting this. I'm setting it to new after confirmation. confirmed on: Version: 6.3.0.0.alpha0+ Build ID: 98630a0bd49bd80652145a21e4e0d0ded792b36b CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk3; TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time: 2019-05-04_04:44:35 Locale: tr-TR (tr_TR.UTF-8); UI-Language: en-US Calc: threaded And: Version: 5.1.6.2 Build ID: 1:5.1.6~rc2-0ubuntu1~xenial6 CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; Locale: tr-TR (tr_TR.UTF-8); Calc: group confirming crash with: Version: 6.3.0.0.alpha0+ (x64) Build ID: d822953cbc1d8814ac9f9eac2107177d37103542 CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: de-DE (de_DE); UI-Language: en-US Calc: threaded Version: 6.2.4.1 (x64) Build-ID: 170a9c04e0ad25cd937fc7a913bb06bf8c75c11d CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc: Version: 6.1.6.3 (x64) Build ID: 5896ab1714085361c45cf540f76f60673dd96a72 CPU threads: 4; OS: Windows 10.0; UI render: default; Locale: de-DE (de_DE); Calc: Version: 4.4.7.2 Build-ID: f3153a8b245191196a4b6b9abd1d0da16eead600 Gebietsschema: de_DE but *no* crash with: Version 3.6.7.2 (Build ID: e183d5b) Created attachment 151322 [details]
bt with debug symbols
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Regression introduced in range https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=fba5febdf60b37be69d2ffc66445d3e324826346..4df639baacd871cb2793e75dd9721ad2ae715e20 (In reply to Xisco Faulí from comment #6) > Regression introduced in range > https://cgit.freedesktop.org/libreoffice/core/log/ > ?qt=range&q=fba5febdf60b37be69d2ffc66445d3e324826346.. > 4df639baacd871cb2793e75dd9721ad2ae715e20 Hi Caolán, I see many changes to the UI done in the range of commits mentioned above. Could it be that one of these commits introduced this crash? I can reproduce it Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/aa275f7af9cb79202c17835507aedce470eb762c%5E%21 Resolves: tdf#125229 divide by 0 It will be available in 6.3.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. fix in master, backport to 6-2 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/04019e94680835e7acf475b2ddedb5002c4a5b94%5E%21 Resolves: tdf#125229 divide by 0 It will be available in 6.2.5. 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: 6.3.0.0.alpha1+ Build ID: 5053584e71d98ae6bfba405145c45815ba7ad898 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded @Caolán, thanks for fixing this issue!! Thanks for everyone involved in fixing this issue. I will wait until Debian starts rolling out the new LibreOffice. Thanks once again. |