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)

Unspecified
All

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)

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)

Kevin to clean this bug up and we'll revisit

Flags: needinfo?(kbrosnan)
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)]

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
Has Regression Range: --- → yes
Keywords: regression

Ah nevermind this landed in 92 and is already in Beta.

Assignee: nobody → bugzeeeeee
Flags: needinfo?(bugzeeeeee)
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
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: