`about:config` is causing a crash for me in development in both Fenix and GeckoView Example. I could not reproduce in Nightly `130.0a1-20240720213208`. So, likely this has been resolved. My current branch is [here](https://hg.mozilla.org/mozilla-central/rev/6ec3ba998cc5e840c2d005e867780ebc80fa5beb) on July 18. I'll rebase to see if the issue is resolved, but filing now to prevent bug loss and while I still have the stack trace. ``` 07-22 15:58:49.991 12812 12812 F MOZ_Assert: [12812] Assertion failure: false (MOZ_ASSERT_UNREACHABLE: nsEventStatus_eConsumeNoDefault should involve a valid APZHandledResult), at /Users/olivia/Repos/gecko/widget/android/nsWindow.cpp:971 ``` (I don't have fix stacks setup right now, so the rest of the trace is `libxul.so` items.) STR: * Visit `about:config` * Scroll My mozconfig: ``` ac_add_options --enable-debug ac_add_options --enable-project=mobile/android ac_add_options --target=aarch64 ac_add_options --enable-crashreporter ```
Bug 1909322 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
`about:config` is causing a crash for me in development in both Fenix and GeckoView Example. I could not reproduce in Nightly `130.0a1-20240720213208`. So, likely this has been resolved. My current branch is [here](https://hg.mozilla.org/mozilla-central/rev/6ec3ba998cc5e840c2d005e867780ebc80fa5beb) on July 18 commits. I'll rebase to see if the issue is resolved, but filing now to prevent bug loss and while I still have the stack trace. ``` 07-22 15:58:49.991 12812 12812 F MOZ_Assert: [12812] Assertion failure: false (MOZ_ASSERT_UNREACHABLE: nsEventStatus_eConsumeNoDefault should involve a valid APZHandledResult), at /Users/olivia/Repos/gecko/widget/android/nsWindow.cpp:971 ``` (I don't have fix stacks setup right now, so the rest of the trace is `libxul.so` items.) STR: * Visit `about:config` * Scroll My mozconfig: ``` ac_add_options --enable-debug ac_add_options --enable-project=mobile/android ac_add_options --target=aarch64 ac_add_options --enable-crashreporter ```