-
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] Crashes in Adblock Engine #10907
[Desktop] Crashes in Adblock Engine #10907
Comments
cc @bsclifton to triage |
Actually it seems that it is only in Nightly and Beta for now, so I think we don't want it to hit Stable |
Ok, I think I've found the cause: apparently, |
Fix brave/brave-browser#10907 Some functionality of adblock service must be used only on certain TaskRunner, so this fixes a couple of methods that were previously called from UI thread. It also required making the corresponding extension shields API functions async. I also did some small code style improvements.
Fix brave/brave-browser#10907 Some functionality of adblock service must be used only on certain TaskRunner, so this fixes a couple of methods that were previously called from UI thread. It also required making the corresponding extension shields API functions async. I also did some small code style improvements. (cherry picked from commit a5762c3)
Fixes brave/brave-browser#10907 (cherry picked from commit 471769d)
Fixes brave/brave-browser#10907 (cherry picked from commit dc82778)
Fix brave/brave-browser#10907 Some functionality of adblock service must be used only on certain TaskRunner, so this fixes a couple of methods that were previously called from UI thread. It also required making the corresponding extension shields API functions async. I also did some small code style improvements. (cherry picked from commit a5762c3)
Fixes brave/brave-browser#10907 (cherry picked from commit 471769d)
Fixes brave/brave-browser#10907 (cherry picked from commit dc82778)
There is a bunch of similar-looking crashes inside Rust adblocker:
https://brave.sp.backtrace.io/p/brave/triage?time=all&filters=((callstack%2Ccontains%2Crust_panic))&aggregations=((guid%2Cunique)%2C(classifiers%2Chead))
specific example: https://brave.sp.backtrace.io/p/brave/debug?time=all&filters=(_deleted%3D0%2C(callstack%2Ccontains%2Crust_panic))&fingerprint=ca5e3359838d432fd81d41947ce39fed2d38e0a5e560813ad76677b66cfb01f4
This may be related to #10765
The text was updated successfully, but these errors were encountered: