Open Bug 1816758 Opened 2 years ago Updated 2 years ago

Crash in [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme]

Categories

(GeckoView :: General, defect, P3)

Unspecified
Android
defect

Tracking

(firefox110 affected, firefox111 affected, firefox112 affected)

Tracking Status
firefox110 --- affected
firefox111 --- affected
firefox112 --- affected

People

(Reporter: cpeterson, Unassigned)

References

Details

(Keywords: crash)

Crash Data

This is not a new crash, but there was a recent spike from some Fenix build with version "203.3.0".

Crash report: https://crash-stats.mozilla.org/report/index/9ad98c0f-eaac-4b9f-a343-ec9c00230214

Java stack trace:

java.lang.NullPointerException
	at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme(IntentUtils.java:7)
	at org.mozilla.gecko.util.IntentUtils.isUriSafeForScheme(IntentUtils.java:111)
	at org.mozilla.geckoview.GeckoSession$Window$1.run(GeckoSession.java:24)
	at android.os.Handler.handleCallback(Handler.java:790)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6548)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:857)
Severity: -- → S3
Priority: -- → P3
See Also: → 1816751
Crash Signature: [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme(IntentUtils.java)] → [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme]
Summary: Crash in [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme(IntentUtils.java)] → Crash in [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme]
Crash Signature: [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme] → [@ java.lang.NullPointerException: at org.mozilla.gecko.util.IntentUtils.normalizeUriScheme(IntentUtils.java)]
You need to log in before you can comment on or make changes to this bug.