Created attachment 189215 [details] Test ODT I see crash with LO 24.2 soon after the attached file with ToC is open. Not sure if a general issue or some problem with my build. Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 6c0f772aedf505460812b76403583bcde6b9a903 CPU threads: 16; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
Created attachment 189216 [details] gdbtrace.log
Seems this is the culprit: https://gerrit.libreoffice.org/c/core/+/155881 Jim, please see.
I also have this crash: Open empty document, open Sidebar, click Styles deck.
Confirmed in: Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: e7496f41562b75ea9732ca48f9aa0c07b69e424f CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded I also get a crash on hovering the outline in the Navigator, with outline folding on.
No repro with gen VCL plugin, setting to Linux-only for now.
Just for the record, on pc Debian x86-64 with master sources updated today + gtk rendering, I don't reproduce this (even with navigator opened and trying to hover each title). Did I miss something?
Created attachment 189227 [details] bt Sorry, when reopening the file, I could reproduce this. It seems you need to have navigator enabled "before" opening the file.
Gtk3 doesn't like the get_sensitive call used to determine if a heading visibility in the document layout is different than what is indicated in the Navigator. if (pCnt->IsInvisible() != m_xTreeView->get_sensitive(*xEntry, -1)) I am unsure if it is a gtk3 bug or how get_sensitive is used here. Easy enough to go back to not showing Headings entries when they are not in the document layout instead of greying them out.
Jim Raykowski committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/33ae7c12bbdf19b76ced472ca8aed6cf66477bbe tdf#156978 SwNavigator: fix gtk3 crash on treeview get_sensitive It will be available in 24.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.
No crash, thanks.