Debugger Panel is blank when trying to open WASM source
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(firefox90 verified)
Tracking | Status | |
---|---|---|
firefox90 | --- | verified |
People
(Reporter: bomsy, Assigned: bomsy)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
While trying to investigate Bug 1706703, i came across this issue
STR
- In Firefox nightly go to https://lichess.org/analysis
- make sure the toggle (for local evaluation) is on
- Open the debugger
- If the Sources tree is empty refresh the page to display the sources
- In the sources tree go to
Main Thread
-> wasm://
-> /lichess1.org/assets/_85a969/vendor/stockfish-nnue.wasm
-> stockfish.js line 91 > Webassembly.instantiate:df90142deae6d21c
AR
The Debugger Panel goes blank after trying to open the file
Also was seeing this error in the browser toolbox console Error: Unknown operator: 64920 WasmParser.js:2154:30
ER
The file should open in the Editor
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•4 years ago
|
||
Thank you Bomsy for upgrading the parser!
Comment 3•4 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 4•4 years ago
|
||
Will land it in a bit, just try to add a good test for Bug 1709358
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Comment 7•4 years ago
|
||
I've reproduced this bug on macOS 10.5, using the steps from comment 0, on an affected Nightly build (2021-05-01).
The bug is verified as fixed on Beta 90.0b4, across platforms: Win 10 x64, macOS 10.15 and Ubuntu 18.04 x64.
Description
•