ghostery / adblocker

Efficient embeddable adblocker library

Home Page:https://www.ghostery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use of adblocker-puppeteer cause chromium to crash

akornatskyy opened this issue · comments

Here is the error that cause it to crash (linux only):

FATAL:mime_sniffing_url_loader.cc(134)] Check failed: net::OK != status.error_code (0 vs. 0)
commented

Does it crash consistently, on start? Or on navigating to any page? Or a specific page?

If you can give a minimal repro code it would help a lot, thanks.

I think it has something to do with request.abort('blockedbyclient', 0);, when this set to a number higher than in adblocker it works. crash happens when it is the same...

commented

That sounds like a potential bug in puppeteer? Could you maybe open an issue upstream? I don't think it should be able to crash the process by using the request interception.