Bug 1852854 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I reliably hit this assertion failure the following steps to reproduce:

1. Run a debug GeckoViewExample build in the Android emulator. (I'm using macOS 14.2.1.)
2. Load the samsung.com homepage.
3. Scroll up and down the page using swipe gestures. I'm using the touchpad scroll gestures on my MacBook Air.
4. GeckoViewExample crashes with the following assertion failure in adb logcat:

`MOZ_Assert: Assertion failure: false (MOZ_ASSERT_UNREACHABLE: nsEventStatus_eConsumeNoDefault should involve a valid APZHandledResult), at widget/android/nsWindow.cpp:902`
I reliably hit this assertion failure with the following steps:

1. Run a debug GeckoViewExample build in the Android emulator. (I'm using macOS 14.2.1.)
2. Load the samsung.com homepage.
3. Scroll up and down the page using swipe gestures. I'm using the touchpad scroll gestures on my MacBook Air.
4. GeckoViewExample crashes with the following assertion failure in adb logcat:

`MOZ_Assert: Assertion failure: false (MOZ_ASSERT_UNREACHABLE: nsEventStatus_eConsumeNoDefault should involve a valid APZHandledResult), at widget/android/nsWindow.cpp:902`

Back to Bug 1852854 Comment 1