[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Patrick Luby  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |plub...@neooffice.org
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #16 from Patrick Luby  ---
Marking as resolved/fixed.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #15 from BogdanB  ---
Patrick, you can mark this bug as Assigned, Resolved, so on... As you consider
the actual status of this bug.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #14 from bz137...@halfpi.co.uk ---
Tested:
https://dev-builds.libreoffice.org/daily/master/MacOSX-x86_64@tb94-TDF/2023-04-13_04.17.00/LibreOfficeDev_7.6.0.0.alpha0_MacOS_x86-64_sdk.dmg

Could not find fault.

Thanks for your work.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

BogdanB  changed:

   What|Removed |Added

 Blocks||136524
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136524
[Bug 136524] [META] Performance/hang/lag/high CPU issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.6.0

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #12 from Patrick Luby  ---
(In reply to Buovjaga from comment #11)
> Thanks a lot. As the steps did not mention using Math, I thought the
> bibisect result was bogus.

Maybe it is indirectly related, who knows? What I found was that when doing the
steps in comment 10 was the only time that the catch block code was invoked in
the accessibility code. The catch block is where I saw a release call on an
autoreleased NSArray (the attributeNames variable was created with
[NSMutableArray arrayWithObjects:], not [[NSMutableArray alloc] init:]):

https://gerrit.libreoffice.org/c/core/+/150307/1/vcl/osx/a11ywrapper.mm

Anyway, I'll commit the above patch if it passes gerrit's tests. I am not sure
that the patch will fix this bug (I cannot reproduce the bug in my development
build). So, if the bug still occurs in the next nightly build, can you take a
sample in the Activity Monitor application when the Recover Document dialog
appears?

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Buovjaga  changed:

   What|Removed |Added

  Component|Calc|Formula Editor

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #11 from Buovjaga  ---
Thanks a lot. As the steps did not mention using Math, I thought the bibisect
result was bogus.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #10 from Patrick Luby  ---
I can reproduce this in both LibreOffice 7.5.2.2 and the nightly build. Here
are the steps that I did to reproduce the bug:

1. Open a new math formula document
2. Display the macOS Keyboard Viewer
3. Pu the cursor in the input area in the bottom half of the document
4. Input ASCII characters in Keyboard Viewer
5. Save the document using Command-S keys
6. Quit using Command-Q keys

Sometimes it'll work, but sometimes the Recover Document dialog will appear
during quitting. I took a sample in the Activity Monitor application when that
dialog is display and no buttons are pressed in attachment 186629.

In the sample, it looks like there is a crash in LibreOffice's accessibility
code. Specifically, some memory is being deleted twice.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #9 from Patrick Luby  ---
Created attachment 186629
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186629=edit
Sample when Recover Document dialog is displayed

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Buovjaga  changed:

   What|Removed |Added

 CC||plub...@neooffice.org

--- Comment #8 from Buovjaga  ---
Patrick: after a brief discussion in the dev chat, I'm Ccing you in case you
are interested. It might be that the bibisect result is relevant after all.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #7 from bz137...@halfpi.co.uk ---
tested.
hang at 76c416a97
no fault found at 7cda3bb08

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #6 from Buovjaga  ---
(In reply to bz137195 from comment #5)
> I bisected https://bibisect.libreoffice.org/mac64-7.1.git
>  76c416a97157d788f3048dd504fcf5b97be8c027 is the first bad commit
> commit 76c416a97157d788f3048dd504fcf5b97be8c027
> Author: libreoffice 
> Date:   Tue Dec 1 17:39:28 2020 +0100
> 
> source 12e30b658d0adfd00c463be8a7f0d6cf91ee0974
> 
> source 12e30b658d0adfd00c463be8a7f0d6cf91ee0974
> 
>  LibreOffice.app/Contents/Frameworks/libsmlo.dylib | Bin 1489384 -> 1489336
> bytes
>  LibreOffice.app/Contents/Resources/setuprc|   2 +-
>  LibreOffice.app/Contents/Resources/versionrc  |   2 +-
>  3 files changed, 2 insertions(+), 2 deletions(-)
> 
> 7.2 and 7.3 also faulty

That commit only touches the Math application.

Can you confirm it by doing in the 7.1 repository

git checkout 76c416a97157d788f3048dd504fcf5b97be8c027

and testing if you get the hang.

Then,

git checkout HEAD~1

and testing if you get the hang.

If you get the hang even after the second checkout, the bibisect result is not
correct.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #5 from bz137...@halfpi.co.uk ---
I bisected https://bibisect.libreoffice.org/mac64-7.1.git

76c416a97157d788f3048dd504fcf5b97be8c027 is the first bad commit
commit 76c416a97157d788f3048dd504fcf5b97be8c027
Author: libreoffice 
Date:   Tue Dec 1 17:39:28 2020 +0100

source sha:12e30b658d0adfd00c463be8a7f0d6cf91ee0974

source sha:12e30b658d0adfd00c463be8a7f0d6cf91ee0974

 LibreOffice.app/Contents/Frameworks/libsmlo.dylib | Bin 1489384 -> 1489336
bytes
 LibreOffice.app/Contents/Resources/setuprc|   2 +-
 LibreOffice.app/Contents/Resources/versionrc  |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

7.2 and 7.3 also faulty

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

Buovjaga  changed:

   What|Removed |Added

 CC||mlittle@hadarach-consulting
   ||.mygbiz.com

--- Comment #4 from Buovjaga  ---
(In reply to Mike Little from comment #3)
> (In reply to bz137195 from comment #0)
> > I have had the same bug for about a year. It is on libre, neo and open
> > offices.
> > Keyboard viewer causes libreoffice to hang and crash. I thought you had
> > (amost) fixed it in the previous version (maybe 7.4.4.7) where it just was a
> > bit wonky at exit. But I’ve just installed  7.5.0 and it is as bad as ever.
> 
> Hello,
> Can you provide a link to the original bug report?

This is the original bug report.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

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

--- Comment #3 from Mike Little  ---
(In reply to bz137195 from comment #0)
> I have had the same bug for about a year. It is on libre, neo and open
> offices.
> Keyboard viewer causes libreoffice to hang and crash. I thought you had
> (amost) fixed it in the previous version (maybe 7.4.4.7) where it just was a
> bit wonky at exit. But I’ve just installed  7.5.0 and it is as bad as ever.

Hello,
Can you provide a link to the original bug report?

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

2023-03-27 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153374

Buovjaga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Whiteboard| QA:needsComment|

--- Comment #2 from Buovjaga  ---
If the problem got worse in 7.5, you might clone the 7.5 binary bisecting
repository and investigate:
https://wiki.documentfoundation.org/QA/Bibisect/macOS
https://wiki.documentfoundation.org/QA/Bibisect

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

2023-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153374

--- Comment #1 from bz137...@halfpi.co.uk ---
After my original report I installed -
Version: 7.4.5.1 / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 4; OS: Mac OS X 12.6.3; UI render: default; VCL: osx
Locale: en-GB (en_GB.UTF-8); UI: en-US
Calc: default

it doesn’t hang or crash. But sometimes on exit the LibreOffice 7.4 Document
Recovery dialogue is presented without any files listed.

If Keyboard Viewer is closed  Calc operates normally.

Let me know if you need  any experiments run.

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

[Libreoffice-bugs] [Bug 153374] Hang using Keyboard viewer

2023-02-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153374

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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