https://bugs.documentfoundation.org/show_bug.cgi?id=172927

Patrick (volunteer) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
                 CC|                            |[email protected]

--- Comment #2 from Patrick (volunteer) <[email protected]> ---
I can reproduce the crash in my local debug build. AFAICT, the following line
in vcl/osx/salframeview.mm in -[SalFrameView noop:] is failing to prevent
recursion:

            /* prevent recursion */ 
            if( mpLastEvent != mpLastSuperEvent && [NSApp respondsToSelector:
@selector(sendSuperEvent:)] ) 

I will try and see if I can find a better way to prevent recursion here.

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

Reply via email to