Closed
Bug 1521476
Opened 4 years ago
Closed 4 years ago
Crash in java.lang.IllegalStateException: at org.mozilla.gecko.GeckoApplication.createShortcut(GeckoApplication.java)
Categories
(Firefox for Android Graveyard :: Web Apps (PWAs), defect)
Tracking
(firefox65 unaffected, firefox66 unaffected, firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox65 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | fixed |
People
(Reporter: gsvelto, Assigned: andrei.a.lazar)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug is for crash report bp-08f37420-1192-4e91-b9ca-5c4590190120.
Java stack trace:
java.lang.IllegalStateException
at org.mozilla.gecko.GeckoApplication.createShortcut(GeckoApplication.java:684)
at org.mozilla.gecko.GeckoApplication.createShortcut(GeckoApplication.java:661)
at org.mozilla.gecko.toolbar.PwaConfirm$2.onClick(PwaConfirm.java:124)
at android.view.View.performClick(View.java:6897)
at android.widget.TextView.performClick(TextView.java:12693)
at android.view.View$PerformClick.run(View.java:26101)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6944)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)
The unredacted exception is:
java.lang.IllegalStateException: This page is not safe for PWA
This is one of the URLs mentioned in the crashes:
https://www.independent.co.uk/life-style/gadgets-and-tech/news/radio-signals-fast-radio-bursts-frbs-galaxy-signal-repeated-space-scientists-a8719886.html
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → andrei.a.lazar
Assignee | ||
Comment 1•4 years ago
|
||
Removed intended throw of IllegalStateException for Nightly when a page was not considered safe as a PWA.
Assignee | ||
Updated•4 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/903ca27a7aed
Crash in java.lang.IllegalStateException: at org.mozilla.gecko.GeckoApplication.createShortcut(GeckoApplication.java) r=petru
Keywords: checkin-needed
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
Updated•4 years ago
|
status-firefox65:
--- → unaffected
status-firefox66:
--- → unaffected
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•