Closed
Bug 1926201
Opened 1 year ago
Closed 1 year ago
Firefox crashes after hitting the Esc key while the `Awaiting Location Permission` dialog is displayed and then select the Yes/ No options from the Windows dialog
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1926196
People
(Reporter: atrif, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Crash Data
Attachments
(1 file)
|
3.40 MB,
image/gif
|
Details |
Found in
- 133.0a1 (2024-10-21)
Affected versions
- 133.0a1 (2024-10-21)
- 132.0
- 131.0.2
- 128.4.0esr
Tested platforms
- Affected platforms: Windows 11 24H2
- Unaffected platforms: Windows 10, macOS 12, Ubuntu
Preconditions
- Windows 11 24H2 (26100.2152) / (26100.2033)
- Geolocation was not used before - make a new Windows user profile and follow the steps
Steps to reproduce
- Open https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API/Using_the_Geolocation_API#result
- Click the
Show my locationbutton and then click on theAllowbutton. - Press the
Esckey on the keyboard. - Select the Yes/No option from the
Let Windows apps access your locationwindow.
Expected result
- No crash.
Actual result
- Firefox crashes.
Regression range
- Most likely started with bug 1900225.
Additional notes
- Attached a screen recording.
- This has the same crash signature as bug 1926196 but David asked to file separate issues bug1917201#comment33
| Reporter | ||
Updated•1 year ago
|
Crash Signature: [@ mozilla::detail::InvalidArrayIndex_CRASH | nsTArray_Impl<T>::ElementAt | nsWifiMonitor::CallWifiListeners]
Comment 1•1 year ago
|
||
:handyman, since you are the author of the regressor, bug 1900225, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Flags: needinfo?(davidp99)
Updated•1 year ago
|
Updated•1 year ago
|
Severity: -- → S3
Flags: needinfo?(davidp99)
Comment 2•1 year ago
|
||
Set release status flags based on info from the regressing bug 1900225
status-firefox134:
--- → affected
Comment 3•1 year ago
|
||
:handyman any updates on this? Wondering how the investigation is going and if we can expect anymore fixes?
Flags: needinfo?(davidp99)
Comment 4•1 year ago
|
||
I'm looking at the crash again now. I don't think the volume of crashes can be explained by the steps we know in this bug and in bug 1926196. I'm hoping for a more general fix.
Flags: needinfo?(davidp99)
Updated•1 year ago
|
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
| Reporter | ||
Comment 6•1 year ago
|
||
This was verified in bug 1926196 on Windows 11 24h2 aarch 64 and x64.
You need to log in
before you can comment on or make changes to this bug.
Description
•