[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #4 from Julien Nabet  ---
(In reply to Samuel Mehrbrodt (allotropia) from comment #3)
> ...
> Please go ahead with this fix!

Thank you for the feedback, done here:
https://gerrit.libreoffice.org/c/core/+/151802

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

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-05-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

--- Comment #3 from Samuel Mehrbrodt (allotropia) 
 ---
(In reply to Julien Nabet from comment #2)
> Created attachment 186810 [details]
> bt with debug symbols
> 
> On pc Debian x86-64 with master sources updated today, I could reproduce
> this.
> 
> Quick and perhaps naive fix would be:
> diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
> b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
> index 9392bad44ed3..f5673e24c058 100644
> --- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
> +++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
> @@ -116,7 +116,7 @@ void A11yCheckIssuesPanel::populateIssues()
>  void A11yCheckIssuesPanel::NotifyItemUpdate(const sal_uInt16 nSid, const
> SfxItemState /* eState */,
>  const SfxPoolItem* pState)
>  {
> -if (!m_xAccessibilityCheckBox) //disposed
> +if (!m_xAccessibilityCheckBox || !pState) //disposed
>  return;
>  
>  switch (nSid)

Please go ahead with this fix!

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

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-04-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Severity|normal  |critical
 Blocks|122755  |135859


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122755
[Bug 122755] [META] Formulae in Writer tables bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=135859
[Bug 135859] [META] Formula-related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Created attachment 186810
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186810&action=edit
bt with debug symbols

On pc Debian x86-64 with master sources updated today, I could reproduce this.

Quick and perhaps naive fix would be:
diff --git a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
index 9392bad44ed3..f5673e24c058 100644
--- a/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
+++ b/sw/source/uibase/sidebar/A11yCheckIssuesPanel.cxx
@@ -116,7 +116,7 @@ void A11yCheckIssuesPanel::populateIssues()
 void A11yCheckIssuesPanel::NotifyItemUpdate(const sal_uInt16 nSid, const
SfxItemState /* eState */,
 const SfxPoolItem* pState)
 {
-if (!m_xAccessibilityCheckBox) //disposed
+if (!m_xAccessibilityCheckBox || !pState) //disposed
 return;

 switch (nSid)

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

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Julien Nabet  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||154929


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154929
[Bug 154929] Accessibility Check sidebar deck, Automatic Accessibility Checking
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154927] Crash when a11y toolbar is visible and try to insert a math object

2023-04-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154927

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks, Gabor. Reproduced in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 61b41646c5a93ca24f2c9f143cdb0da2c9258989
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Same with gen VCL.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122755
[Bug 122755] [META] Formulae in Writer tables bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.