Open
Bug 1852854
Opened 1 years ago
Updated 5 months ago
Assertion failure: false (MOZ_ASSERT_UNREACHABLE: nsEventStatus_eConsumeNoDefault should involve a valid APZHandledResult), at nsWindow.cpp:892
Categories
(Core :: Panning and Zooming, defect, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox125 | --- | affected |
People
(Reporter: hiro, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: assertion)
During trying to see bug 1832880 I do sometimes see this assertion, I am not sure it's caused by the touch-cancel event Fenix sends or not.
Comment 1•1 year ago
•
|
||
I reliably hit this assertion failure with the following steps:
- Run a debug GeckoViewExample build in the Android emulator. (I'm using macOS 14.2.1.)
- Load the samsung.com homepage.
- Scroll up and down the page using swipe gestures. I'm using the touchpad scroll gestures on my MacBook Air.
- 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
Comment 2•8 months ago
•
|
||
I'm going to dupe bug 1909322 to this one. It has a slightly different STR of using about:config
. It seems tied to scrolling in an emulator, I noticed I can still change about:config
values, but if I scroll, I'll get this assert in debug.
Reporter | ||
Comment 4•8 months ago
|
||
I suppose this will also be fixed bug 1897567, at least for some cases.
Depends on: 1897567
You need to log in
before you can comment on or make changes to this bug.
Description
•