Project

General

Profile

Actions

Bug #80

closed

Crash on Loading Some Resource Requests with Ad Blocker Enabled

Added by Soren Stoutner about 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Next Release
Start date:
01/03/2017
Due date:
% Done:

0%

Estimated time:

Description

On loading some resource requests a `java.lang.NullPointerException` is thrown on `MainWebView.java:533` which is:

`if (adServersSet.contains(requestHost)) {`

Performing a search on github.com reliably triggers this bug.

Actions #1

Updated by Soren Stoutner about 7 years ago

An example resource request URL that causes this problem:

blob:https%3A//github.com/25a450fc-45f3-455a-8cb8-0a9599216479

Which, of course, returns a null host value.

This problem manifests on this website with API 19 (4.4.2, KitKat) but not on API 25 (7.1.1, Nougat). This is likely due to the different version of Chrome, 30.0.0.0 vs. 55.0.2883.91.

Actions #2

Updated by Soren Stoutner about 7 years ago

This was introduced with the ad blocker in version 1.14. It only manifests if the ad blocker is enabled.

Actions #4

Updated by Soren Stoutner about 7 years ago

  • Subject changed from Crash on Loading Some Resource Requests to Crash on Loading Some Resource Requests with Ad Blocker Enabled
Actions

Also available in: Atom PDF