os-issue-tracker icon indicating copy to clipboard operation
os-issue-tracker copied to clipboard

Autofill NullPointer crash when used in Vanadium

Open secretmango opened this issue 1 year ago • 3 comments

type: crash
SystemUptimeMs: 50468703
Process: system_server
Build: google/bluejay/bluejay:14/AP1A.240305.019.A1/2024032100:user/release-keys
Crash-Handler: com.android.internal.os.RuntimeInit$KillApplicationHandler
Loading-Progress: 1.0
Dropped-Count: 0

java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.server.autofill.ui.FillUi$AnchoredWindow.show(android.view.WindowManager$LayoutParams)' on a null object reference
	at com.android.server.autofill.ui.FillUi$AutofillWindowPresenter.lambda$show$0(FillUi.java:685)
	at com.android.server.autofill.ui.FillUi$AutofillWindowPresenter.$r8$lambda$rayRxR7zWVCJ_EZ9KlZ9jO79cqM(FillUi.java:0)
	at com.android.server.autofill.ui.FillUi$AutofillWindowPresenter$$ExternalSyntheticLambda1.run(R8$$SyntheticClass:0)
	at android.os.Handler.handleCallback(Handler.java:959)
	at android.os.Handler.dispatchMessage(Handler.java:100)
	at android.os.Looper.loopOnce(Looper.java:232)
	at android.os.Looper.loop(Looper.java:317)
	at android.os.HandlerThread.run(HandlerThread.java:68)
	at com.android.server.ServiceThread.run(ServiceThread.java:46)
	at com.android.server.UiThread.run(UiThread.java:45)

Opening Vanadium, suddenly threw me to the boot screen.

secretmango avatar Mar 24 '24 09:03 secretmango

Is this consistently reproducible? Can you provide more specific steps to reproduce this?

Any more information you can provide would be helpful.

matchboxbananasynergy avatar Mar 24 '24 10:03 matchboxbananasynergy

exact infos:

I tried to open a website in latest mull and google recaptcha blocked some stuff. I had KeepassXC open which works as password manager app so probably uses autofill.

I opened the website with the link added to the KeepassXC entry, so that it may fill out that field.

I opened vanadium, opened that website and it threw me to the GrapheneOS boot screen and afterwards I got the "system server crashed" message where I got this log.

So this is likely a Vanadium bug

secretmango avatar Mar 24 '24 12:03 secretmango

It's not a Vanadium bug if system_server crashes.

thestinger avatar Mar 24 '24 12:03 thestinger

Closing as a duplicate of https://github.com/GrapheneOS/os-issue-tracker/issues/3093.

thestinger avatar Apr 21 '24 01:04 thestinger