You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
bugThis issue is a software or functional defectcrash 🔥i.e. severity=critical: crashes, loss of data, severe memory leakP1Fix in the current development iteration
java.net.URISyntaxException
at java.net.URI$Parser.fail(URI.java:2856)
at java.net.URI$Parser.checkChars(URI.java:3029)
at java.net.URI$Parser.parse(URI.java:3066)
at java.net.URI.<init>(URI.java:590)
at java.net.URI.create(URI.java:852)
at org.mozilla.vrbrowser.browser.UserAgentOverride.lookupOverride(UserAgentOverride.java:46)
at org.mozilla.vrbrowser.browser.SessionStore.onLoadRequest(SessionStore.java:949)
at org.mozilla.geckoview.GeckoSession$3.handleMessage(GeckoSession.java:452)
at org.mozilla.geckoview.GeckoSession$3.handleMessage(GeckoSession.java:402)
at org.mozilla.geckoview.GeckoSessionHandler.handleMessage(GeckoSessionHandler.java:79)
at org.mozilla.gecko.EventDispatcher$3.run(EventDispatcher.java:356)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6143)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)
The text was updated successfully, but these errors were encountered:
cvan
added
bug
This issue is a software or functional defect
P0
Hotfix or blocker during release preparation
labels
Nov 27, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugThis issue is a software or functional defectcrash 🔥i.e. severity=critical: crashes, loss of data, severe memory leakP1Fix in the current development iteration
Hardware
Oculus Go
dcb38f3
Steps to Reproduce
Current Behavior
Firefox Reality crashes upon loading
JavaScript: (0)
. (See crash report on Socorro forjava.net.URISyntaxException: at java.net.URI$Parser.fail(URI.java)
.)Expected Behavior
Firefox Reality does not crash upon loading
JavaScript: (0)
.Context
Firefox Reality chokes on the URI,
JavaScript: (0)
, when it is parsed by the URL parsing logic in the UI-Override code (added in PR #777).Logs
See crash report on Socorro.
Callstack:
The text was updated successfully, but these errors were encountered: