-
Notifications
You must be signed in to change notification settings - Fork 973
Browser freezes per 5 minutes with existing profile #10094
Comments
According to this report, the issue can be reproduced on macOS too: https://community.brave.com/t/browser-frequently-freezes-mac-osx/4923/3?u=suguru |
I noticed that the browser freezed around each 5 minutes whether the browser window was active or not. I suspect that the issue is related with writing/reading data and that writing data locks the UI process. |
@bsclifton / @bridiver what do you think about ^?
If the value here is changed to I would like to test that, if test build is released for testing. Also there are some users reporting the similar issue on community, and we would be able to ask them to run the binary to verify the issue. |
A potential fix for the underlying issue may be possible with upcoming Muon build (see brave/muon@57ecc85). Once this is built, we can update browser-laptop to use this |
@luixxiul I don't think that saving the session file is causing the UI to lock because it happens on a separate thread. What is more likely causing the UI to lock is the ipc transfer of the window state that @bsclifton referenced |
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Added the milestone based on #10305 (comment) |
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Fix #10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
Playing 30 min video on Netflix, the browser's UI was not locked at all :-) |
This is a follow up for #10094 Auditors: @bsclifton
This is a follow up for #10094 Auditors: @bsclifton
This is a follow up for #10094 Auditors: @bsclifton
This is a follow up for #10094 Auditors: @bsclifton
Fix brave#10094 The problem is with toJS being called to convert the immutable app state Instead we just keep everything in Immutable
This is a follow up for brave#10094 Auditors: @bsclifton
Recently Netflix video started freezing for a couple of seconds again. It happens sometimes. I am not sure how to reproduce the issue. I am wondering if it is related with the URL bar performance issue reported on #11066. |
Test plan
#10305 (comment)
Describe the issue you encountered: Browser freezes with existing profile. The issue is not reproducible for me on macOS. I have not tested the issue on a linux distribution or Windows 7.
A related issue was reported here: https://community.brave.com/t/brave-freezes-after-short-period-of-being-idle/4783/10
Platform (Win7, 8, 10? macOS? Linux distro?): Windows 10
Brave Version (revision SHA): 0.17.19
Steps to reproduce:
Actual result: the browser freezes for seconds per some minutes
Expected result: the browser should not freeze
Will the steps above reproduce in a fresh profile?
No, I don't think so.
Extra QA steps:
1.
2.
3.
Any related issues: short term video freezes #9808 Tracking: Critical performance tracking issue #9311
The text was updated successfully, but these errors were encountered: