Project

General

Profile

Actions

Bug #80

closed
SS SS

Crash on Loading Some Resource Requests with Ad Blocker Enabled

Bug #80: Crash on Loading Some Resource Requests with Ad Blocker Enabled

Added by Soren Stoutner over 9 years ago. Updated over 9 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.

SS Updated by Soren Stoutner over 9 years ago Actions #1

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.

SS Updated by Soren Stoutner over 9 years ago Actions #2

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

SS Updated by Soren Stoutner over 9 years ago Actions #4

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

Also available in: PDF Atom