In a new text document create a table; in this BASIC code: > sub Crash > oCells = ThisComponent.getTextTables().getByIndex(0).getCellRangeByName("A1:A1") > end sub put breakpoint on the line "end sub". Run the code. When it pauses on the breakpoint, add variable oCells to the Watch list, and try to expand => crash. Regression after https://git.libreoffice.org/core/+/1e2682235cded9a7cd90e55f0bfc60a1285e9a46
Reproducible. Version: 6.5.0.0.alpha0+ (x64) Build ID: 2d736e1a0a2bbd41fe7793d52bbcc7bfc89c7da3 CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; Locale: ja-JP (ja_JP); UI-Language: en-US Calc: threaded
https://gerrit.libreoffice.org/c/core/+/86291
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4056b70e6339102374898fff26f099da455475b1 tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttr It will be available in 6.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: 6.5.0.0.alpha0+ Build ID: 838935758a5ec8e0e68f4df0cf5bfcf737e3f6f2 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 @Mike, thanks for fixing this issue!
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-4": https://git.libreoffice.org/core/commit/ed7dc32834e11c93eaf21de8424d9d46c7fa0d53 tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttr It will be available in 6.4.1. 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.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-4-0": https://git.libreoffice.org/core/commit/a031dc687bb35aa42835e0b4aa046250795d8fc0 tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttr It will be available in 6.4.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.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/commit/b63257344e3808b3aec9196250929ee3384b2b4b tdf#129839: pass initialized shared_ptr to SwDoc::GetBoxAttr It will be available in 6.3.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.