| Summary: | Basic Macro manipulating text table crashes LibreOffice Writer | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Colin <colinhudson> |
| Component: | Writer | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, himajin100000, raal |
| Priority: | medium | ||
| Version: | Inherited From OOo | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.6.0 target:7.5.4 | ||
| Crash report or crash signature: | https://crashreport.libreoffice.org/stats/crash_details/a2793566-5177-4ff0-86e0-9593d7a2a57e | Regression By: | |
| Bug Depends on: | |||
| Bug Blocks: | 133092 | ||
| Attachments: | A writer document with three macros containing several text tables | ||
|
Description
Colin
2022-02-19 01:47:03 UTC
Created attachment 178389 [details]
A writer document with three macros containing several text tables
Confirm crash with Version: 7.4.0.0.alpha0+ / LibreOffice Community Build ID: 8942956e05f2208ffb666a2118f5db092c30ce6a CPU threads: 4; OS: Linux 5.11; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded Jumbo and Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a) Inherited. Interesting it doesn't crash if macro is Event on Open Document. lets make it not crash at least Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/a7a008d055eecf540b5d20060754cc686508a895 tdf#147526 a macro case which results in a null Lower() result It will be available in 7.6.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. doesn't crash for me after that. backport to 7-5 in gerrit Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-7-5": https://git.libreoffice.org/core/commit/11990fdfae41255a1f1446d1d00f50838c5fcc83 tdf#147526 a macro case which results in a null Lower() result It will be available in 7.5.4. 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. Tested in Libreoffice Writer Portable 7.5.4.2 and crash has been resolved and macro is working. Thanks.. |