-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Desktop] macOS Digital Keyboard's (accessibility keyboard) crashes Brave #7546
Comments
Also reported by @orbanbalage with #4141 Crash IDs (macOS Catalina): |
This or a similar bug (possible same root cause) appears to be recorded upstream in Chromium with https://bugs.chromium.org/p/chromium/issues/detail?id=1029719 I left a comment pointing back at this issue; owner should be able to diagnose given the great steps above 😄 @YhvrWasTaken what version of Chrome did you test with? |
Thanks! I tested with and I would check out the Chromium link, but I can't because it says "Permission denied.". If there is any more info I can give, let me know! |
Looks like it's working with Chromium | 82.0.4079.0 (Developer Build) (64-bit) Revision | de159317a58f376e75580f973e1393d63ba330d3-refs/heads/master@{#747319} on 10.15.3 |
Closed. Fixed with cr83. |
Thanks for the detailed/quality bug report @YhvrWasTaken 👍 |
Having the same crash issue on Catalina with the latest Brave with running Keyboard Viewer. Closing Keyboard Viewer fixes the issue with Brave. JFYI. |
Brave still crashes on macOS Catalina 10.15.6 if Keyboard Viewer is open on Brave Version 1.13.82 Chromium: 85.0.4183.83 (Official Build) (64-bit) |
+1 from @FixmyBrave via #11812 - crash ID: |
Got this log when crashing.
After commenting out above DCHECK, got another DCHECK failure.
|
Got another failure with virtual keyboard.
|
Upstream chromium has same DCHECK failure(#7546 (comment)) - Filed an upstream issue for this (https://bugs.chromium.org/p/chromium/issues/detail?id=1133086) |
As I wrote #7546 (comment), this dcheck failure is what I first met while virtual keyboard is on. To do debug more, this dcheck failure should be fixed first. Then, I think we can go further. |
Glad to hear, I recently switched to US Keyboard layout but still having my old keys on the keyboard... Virtual keyboard saves my life ;) but since then I can't use Brave anymore... Hope you'll fix the problem :) |
Fixes brave/brave-browser#7546 Related upstream bugs: https://bugs.chromium.org/p/chromium/issues/detail?id=1029719 https://bugs.chromium.org/p/chromium/issues/detail?id=1133086 It is pretty hard to craft a proper fix so we just add an extra check and try to return quickly (along with sending a pseudo crash dump).
Fixes brave/brave-browser#7546 Related upstream bugs: https://bugs.chromium.org/p/chromium/issues/detail?id=1029719 https://bugs.chromium.org/p/chromium/issues/detail?id=1133086 It is pretty hard to craft a proper fix so we just add an extra check and try to return quickly (along with sending a pseudo crash dump).
Should be fixed with brave/brave-core#7832 in Nightly. Would be awesome if folks could check |
should be fixed in beta and release |
Appears to be fixed on 1.20.103 (i.e. the current release). Thank you! |
Verified passed with
Verified using STR from #7546 (comment). No crashes were observed. Note, I was unable to reproduce the crash using 1.19.x as well. Verified passed with
Verified using STR from #7546 (comment). No crashes were observed. Verified (as much as is possible) using STR from #7546 (comment); didn't see any crashes. Note: I wasn't able to readily reproduce this crash using
|
Description
macOS has a built-in digital keyboard for accessibility. Whenever I try to hit the "Enter" key on the digital keyboard, it crashes Brave. (Very shortly if not immediately)
Steps to Reproduce
Actual result:
Crashes. https://i.imgur.com/aSe9fkw.mp4
Expected result:
That Brave does not crash, and I can use the "Enter" key again.
Reproduces how often:
Easily reproduces.
Brave version (brave://version info)
Brave: 1.1.23 Chromium: 79.0.3945.88 (Official Build) (64-bit)
Revision: c2a58a36b9411c80829b4b154bfcab97e581f1f3-refs/branch-heads/3945@{#954}
OS: macOS Version 10.15.2 (Build 19C57)
Version/Channel Information:
N/A
Other Additional Information:
Is the issue reproducible on the latest version of Chrome? No.
Miscellaneous Information:
I left the keyboard minimized when I went back from testing Chrome, and it crashed instantly.
EDIT: I mean Brave crashed instantly.
I'll test the other builds when/if I get the chance.
The text was updated successfully, but these errors were encountered: