[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Timur  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7021

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Timur  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #10 from Timur  ---
No crash, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Jim Raykowski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

--- Comment #9 from Commit Notification 
 ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

--- Comment #8 from Jim Raykowski  ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

--- Comment #7 from Julien Nabet  ---
Created attachment 189227
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189227=edit
bt

Sorry, when reopening the file, I could reproduce this.

It seems you need to have navigator enabled "before" opening the file.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|All |Linux (All)
 Blocks||103182

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
No repro with gen VCL plugin, setting to Linux-only for now.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks||103030

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
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.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103030
[Bug 103030] [META] Navigator sidebar deck and floating window
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Timur  changed:

   What|Removed |Added

   Severity|major   |critical

--- Comment #3 from Timur  ---
I also have this crash:
Open empty document, open Sidebar, click Styles deck.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Timur  changed:

   What|Removed |Added

 CC||rayk...@gmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||6282
   Keywords||bibisected, bisected

--- Comment #2 from Timur  ---
Seems this is the culprit: https://gerrit.libreoffice.org/c/core/+/155881
Jim, please see.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156978] Crash on load of ODT with headings/ToC if Navigator open

2023-08-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156978

Timur  changed:

   What|Removed |Added

Summary|Crash on load of ODT with   |Crash on load of ODT with
   |headings/ToC|headings/ToC if Navigator
   ||open

-- 
You are receiving this mail because:
You are the assignee for the bug.