Closed
Bug 1726209
Opened 3 years ago
Closed 3 years ago
Crash in [@ java.lang.NullPointerException: at org.mozilla.geckoview.Autofill$Session.getUuid(Autofill.java)]
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox93 fixed)
RESOLVED
FIXED
93 Branch
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: amejia, Assigned: owlish)
References
(Regression)
Details
(Keywords: regression)
Crash Data
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We noticed some reports on Sentry:
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String org.mozilla.geckoview.Autofill$Node.getUuid()' on a null object reference
at org.mozilla.geckoview.Autofill$Session.getUuid(Autofill.java:1)
at org.mozilla.geckoview.Autofill$Support.autofill(Autofill.java:12)
at org.mozilla.geckoview.GeckoSession.autofill(GeckoSession.java:1)
at org.mozilla.geckoview.GeckoView.autofill(GeckoView.java:8)
at android.view.autofill.AutofillManager.autofill(AutofillManager.java:1888)
at android.view.autofill.AutofillManager.access$1700(AutofillManager.java:141)
at android.view.autofill.AutofillManager$AutofillManagerClient.lambda$autofill$1(AutofillManager.java:2752)
at android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$1jAzMluMSJksx55SMUQn4BKB2Ng.run
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7073)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:494)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:965)
Updated•3 years ago
|
Crash Signature: [@ java.lang.NullPointerException: at org.mozilla.geckoview.Autofill$Session.getUuid(Autofill.java)]
Flags: needinfo?(kbrosnan)
Summary: NullPointerException on Autofill$Node.getUuid() → Crash in [@ java.lang.NullPointerException: at org.mozilla.geckoview.Autofill$Session.getUuid(Autofill.java)]
Comment 2•3 years ago
|
||
I think this is a regression from Bug 1648148. We should probably try to fix it before it reaches Beta, Irene do you have an idea of might be going on here?
Flags: needinfo?(bugzeeeeee)
Regressed by: 1648148
Updated•3 years ago
|
Has Regression Range: --- → yes
Keywords: regression
Comment 3•3 years ago
|
||
Ah nevermind this landed in 92 and is already in Beta.
Comment 4•3 years ago
|
||
First crash is https://crash-stats.mozilla.org/report/index/53cf96c2-c041-4514-aeb5-f58aa0210727
Checkins for the previous 2 days, July 24-26th. https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=e1209f07767f3860fdc965329651313fc8d7b912&tochange=37e1a482903be6073f0a5aff64867a577627cc4f
Assignee | ||
Updated•3 years ago
|
Assignee: nobody → bugzeeeeee
Flags: needinfo?(bugzeeeeee)
Assignee | ||
Comment 5•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S2
Priority: -- → P1
Pushed by istorozhko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4b6c19a3458e
Add null check when retreiving UUID of a Node r=geckoview-reviewers,agi
Comment 7•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox93:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•