-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Browser crash when disconnecting slack call #861
Comments
Crash reproduced with the following scenario as well
Crash ID for above steps 65f43580adbb5062 |
Using macOS I reproduced the crash. My steps were
|
Otherwise we're creating lots of different threads and accessing things for the DB on different possibly overlapping threads I think this also fixes: brave/brave-browser#707 brave/brave-browser#708 brave/brave-browser#739 brave/brave-browser#797 brave/brave-browser#761 brave/brave-browser#762 brave/brave-browser#796 brave/brave-browser#797 brave/brave-browser#798 brave/brave-browser#861
Issue reproduced on Windows release build (0e2e3a2) (Crash ID 88e48b203c0a8942) and on 0.55.3 (Crash ID 1ac08a59d04d0990). When call is initiated from Windows machine and the other person picks the call (irrespective of the platform they are on), the browser crashes for the person who initiated the call. |
Yes @bsclifton that is correct. #481 was only causing webview crash the moment you receive a call. This is specifically for browser crashing when trying to disconnect the call. This still happens on source btw but not on the CI builds (dev, not so sure about beta that still needs to be verified) |
Correct but when @srirambv and myself went through #481, we basically tested this as well by disconnecting several times on different platforms and didn't receive any crashes with the CI builds. That's why I was asking if it was a duplicate as this was basically tested with #481. Could have worded it better though! |
Verified the following scenarios and it works fine. No webview crash/browser crash
|
Description
Browser crash when disconnecting slack call
Steps to Reproduce
Actual result:
Browser crash when disconnecting slack call
Crash ID: 2f8836ce017464e5
Expected result:
Should not crash, just close the call tab and get back to work
Reproduces how often:
Happened once. Need to see if it happens consistently
Brave version (about:brave info)
Reproducible on current release:
No, b-l doesn't crash
Website problems only:
Additional Information
cc @bbondy @brave/legacy_qa
The text was updated successfully, but these errors were encountered: