Clicking "I'm not a robot" checkbox in the captcha on facebook.com makes the Android emulator hang
Categories
(GeckoView :: General, defect)
Tracking
(firefox152 wontfix, firefox153 fix-optional, firefox154 fix-optional)
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | wontfix |
| firefox153 | --- | fix-optional |
| firefox154 | --- | fix-optional |
People
(Reporter: hiro, Unassigned, NeedInfo)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
45.42 KB,
text/x-log
|
Details |
STR:
- Launch an Android emulator via ./mach android-emulator
- Install GeckoView example via ./mach android install-geckoview_example
- Launch the GeckoView example and load facebook.com
- Try to log in to see the captcha
- Click "I'm not a robot" checkbox
Attaching file is an adb.log at that moment, FWIW.
| Reporter | ||
Comment 1•2 months ago
|
||
I did git bisect: surprisingly this was regressed by https://hg-edge.mozilla.org/mozilla-central/rev/7529226c2290 . CCing Glenn.
Comment 2•2 months ago
|
||
:gw, since you are the author of the regressor, bug 2026399, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Comment 3•2 months ago
|
||
Perhaps it triggers an emulator bug in the shader compiler or something like that? It may be worth trying against the latest SDK emulator version, if not already using that?
| Reporter | ||
Comment 4•2 months ago
•
|
||
Geez, I wanted to revert bug 2026399 on my local m-c to test 2036292 but unfortunately we can no longer revert bug 2026399 because of bug 2033354.
Note that I am using Android emulator 14 that mach android emulator installs by default. So if emulator v14 has a problem we need to upgrade the default version.
| Reporter | ||
Comment 5•2 months ago
|
||
it also hangs on Android emulator 16.
| Reporter | ||
Comment 6•2 months ago
|
||
It also hangs on Android emulator 17, there's no newer version of emulator. :/
Comment 7•2 months ago
|
||
If you're trying to debug something else and this is blocking you, you could perhaps disable box-shadow rendering in WR temporarily to let you get past this.
Comment 8•2 months ago
|
||
Set release status flags based on info from the regressing bug 2026399
Updated•2 months ago
|
Updated•2 months ago
|
Comment 9•2 months ago
|
||
The severity field is not set for this bug.
:owlish, could you have a look please?
For more information, please visit BugBot documentation.
Updated•1 month ago
|
Comment 10•1 month ago
|
||
The severity field is not set for this bug.
:owlish, could you have a look please?
For more information, please visit BugBot documentation.
Description
•