| Summary: | Crash in: SvtBroadcaster::Add (probably a basic macro issue) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | hugotrip <hugotrip> |
| Component: | Writer | Assignee: | Björn Michaelsen <bjoern.michaelsen> |
| Status: | VERIFIED FIXED | ||
| Severity: | minor | CC: | telesto, xiscofauli |
| Priority: | medium | ||
| Version: | 7.1.1.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.2.0 target:7.1.4 | ||
| Crash report or crash signature: | ["SvtBroadcaster::Add"] | Regression By: | |
| Attachments: |
the "faulty" macro
A sample documents with fonts needed |
||
|
Description
hugotrip@free.fr
2021-03-28 21:40:31 UTC
Thank you for reporting the bug. Please attach a sample document, as this makes it easier for us to verify the bug. I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' once the requested document is provided. (Please note that the attachment will be public, remove any sensitive information before attaching it. See https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F for help on how to do so.) MPL Pro Apk Download latest version 2021 https://mplappguide.in/download-mpl-apk-for-android/ mpl referral code https://mplappguide.in/mpl-referral-code/ Created attachment 170816 [details]
A sample documents with fonts needed
I added a crashing document and the fonts used in the styles within it.
As I was looking for a sample document, I found out that it seems it's not the macro itself that makes Libreoffice 7 crashing, but the attribute hidden to the paragraph style 'Prof' : more precisely it's when I check this attribute that the crash occurs (you may need to scroll within the document, once the change is done to see the crash) : Indeed, I have another style in my macro that doesn't crash at all, and I tried to open the sample document with the attribute hidden already given (done by using a 6.3.6 version of LibreOffice) to the style 'Prof' and it doesn't make LibreOffice 7 crash, neither then unhiding the style (but re hiding it will make a crash again) Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b0ae5aaaafd236663f7e81af06a567ade8a2a745 tdf#141307: adapt null-check It will be available in 7.2.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. Bjoern Michaelsen committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/b129ce4426d460963ace6c9e69c4b44e2a3615c2 tdf#141307: adapt null-check It will be available in 7.1.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. Hello there, I've just tried the daily build, and so far, it seems fixed to me (testing on two documents crashing otherwise) So I thank you now :) Thanks for testing! Setting to Verified then |