Description: Hello, I have a systematic crash with one of my document, in safe mode as well, when trying to open the Chapter Numbering from the Tolls menu. I can provide you my document. If I take another document, the crash does not happen. Even by removing all the content of the document (empty), it still crashes. I also regularly get that error message with this document: "Error saving the document : General Error. General input/output error." And Then I only can quit without able to save it. Steps to Reproduce: 1. Open my document (I can provide it) 2. Tools > chapter numbering Actual Results: Crash Expected Results: Should display the Chapter numbering windows and not crash Reproducible: Always User Profile Reset: Yes Additional Info: Version: 6.1.4.2 Build ID: 9d0f32d1f0b509096fd65e0d4bec26ddd1938fd3 CPU threads: 8; OS: Mac OS X 10.12.6; UI render: GL; Locale: en-GB (en_FR.UTF-8); Calc: group threaded
Created attachment 149382 [details] Document to reproduce my bug Systematic crash after opening Tools > Chapter numbering
confirming crash with: Version: 6.2.0.3 (x64) Build-ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62 CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE Calc:
reproducible with LO 4.1, Linux
Created attachment 149389 [details] gdb bt On pc Debian x86-64 with master sources updated some days ago, I could reproduce this. I attached bt + some gdb + console logs.
Created attachment 149393 [details] bt from missing storage
László: having noticed your last patches about OLE, thought you might be interested in the OLE part (see "bt from missing storage").
I noticed that if I copy-paste the content of lcl_DrawBullet from https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/numpages.cxx?r=a58f6d27#2169 to https://opengrok.libreoffice.org/xref/core/sw/source/ui/misc/outline.cxx?r=16ee4d43#822 (+ fix var names), I got no crash and the dialog appears.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/684fcf2fce915f3e3e553c67fb57bdbfc8f159d5%5E%21 tdf#123547: do the same as in lcl_DrawBullet from cui/numpages.cxx 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.
Cherry-pick for 6.2 branch on review here: https://gerrit.libreoffice.org/#/c/68843/
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/7f2322afea3b25bc45f438b8ae9d4977ac378c1c%5E%21 tdf#123547: do the same as in lcl_DrawBullet from cui/numpages.cxx It will be available in 6.2.3. 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.
Zdeněk Crhonek committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/bb029e0483385df9a8bc8b2998284b6c28c03eab%5E%21 uitest for bug tdf#123547 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.
Verified in Version: 6.3.0.0.alpha0+ Build ID: 8aa579830b20072af8d6e149d6b279362fe98b91 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 @Julien Nabet, thanks for fixing this issue!!
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-6-1": https://git.libreoffice.org/core/+/718e49e1f4281cfc77d05e537aab0cf701f6e341%5E%21 tdf#123547: do the same as in lcl_DrawBullet from cui/numpages.cxx It will be available in 6.1.6. 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.
Thank you very much all of you, it does not crash anymore on my machine with the new release.