The debugger hangs on opening wasm file
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox-esr115 unaffected, firefox-esr128 unaffected, firefox133 disabled, firefox134 disabled, firefox135 disabled, firefox136 verified)
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox133 | --- | disabled |
firefox134 | --- | disabled |
firefox135 | --- | disabled |
firefox136 | --- | verified |
People
(Reporter: yury, Assigned: bomsy)
References
(Blocks 2 open bugs, Regressed 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
STR:
- Open browser on https://yurydelendik.github.io/sqlite-playground/src/playground.html
- Open debugger, locate and select build/playground.prod.wasm
- Refresh
Expected: observe webassembly text for the file
Actual: the browser hangs
The mozregression point it to bug 1900395, bug 1904489 and bug 1920928 :
16:54.34 INFO: Last good revision: d75e4c21416bb40ad0366944e5741a87a6924ad3
16:54.34 INFO: First bad revision: dd38d70a8348e0c55f72aff08b286193bfbf6e0d
16:54.34 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=d75e4c21416bb40ad0366944e5741a87a6924ad3&tochange=dd38d70a8348e0c55f72aff08b286193bfbf6e0d
Comment 1•2 months ago
|
||
Based on comment #0, this bug contains a bisection range found by mozregression. However, the Regressed by
field is still not filled.
:bomsy, since you are the author of the changes in the range, if possible, could you fill the Regressed by
field and investigate this regression?
For more information, please visit BugBot documentation.
Comment 3•2 months ago
|
||
This bug has been marked as a regression. Setting status flag for Nightly to affected
.
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Updated•28 days ago
|
Assignee | ||
Comment 4•28 days ago
|
||
Comment 6•19 days ago
|
||
bugherder |
Updated•8 days ago
|
Comment 7•2 days ago
|
||
I have reproduced this issue using Firefox 135.0a1 (2024.12.04) on Windows 11.
I can confirm this issue is fixed, I verified using Firefox 136.0b4 on Win 11, macOS 12 and Ubuntu 22, the debugger not hangs on when opening wasm file.
Description
•