passgo/cmd/passgo-gui
Greg Pomerantz a022236d87 Guard against Gio's null-view detach event (recents-wipe SIGABRT)
Gio's GioView.onDestroyView sends ViewEvent{View: 0} as its detach
signal when the view is destroyed — i.e. the activity going away on a
recents-wipe. handleEvent passed that zero straight through to
InitPgp/registerFragment, whose GetObjectClass(null) aborts the process
(JNI DETECTED ERROR: java_object == null in call to GetObjectClass).

Guard on both sides: handleEvent ignores the View == 0 detach signal
(a re-attach arrives as a fresh event with a live view), InitPgp
returns early on a zero view so unfiltered callers are covered, and
registerFragment null-checks as defense in depth. Same fix as pad
(fdbffc9); verified there on a Pixel 9 Pro / Android 17 where the
recents swipe used to crash the app.
2026-08-20 22:16:13 -04:00
..
impl_android.go Guard against Gio's null-view detach event (recents-wipe SIGABRT) 2026-08-20 22:16:13 -04:00
impl_darwin.go Migrating to new Gio version (non-working version). 2020-08-31 17:03:07 -04:00
impl_others.go Migrating to new Gio version (non-working version). 2020-08-31 17:03:07 -04:00
log.go Rename to passgo and run go fmt. 2019-09-05 06:41:39 -04:00
main.go Add 'X' button to password filter. 2020-09-17 20:18:20 -04:00
ui.go Migrating to new Gio version (non-working version). 2020-08-31 17:03:07 -04:00