Closed
Bug 1426069
Opened 8 years ago
Closed 8 years ago
Netmonitor Performance Analysis does not work in Firefox 58
Categories
(DevTools :: Netmonitor, defect, P2)
Tracking
(firefox-esr52 unaffected, firefox57 unaffected, firefox58 fixed, firefox59 fixed)
RESOLVED
DUPLICATE
of bug 1372115
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox57 | --- | unaffected |
| firefox58 | --- | fixed |
| firefox59 | --- | fixed |
People
(Reporter: magicp.jp, Unassigned)
References
Details
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0 ID:20171211020921
Steps to reproduce:
1. Launch Firefox 58.0b11
2. Go to Getting Started ("https://support.mozilla.org/en-US/kb/get-started-firefox-overview-main-features")
3. Open Netmonitor (Ctrl+Shift+E)
4. Start performance analysis
Actual results:
Loading does not end and the following error is logged in the browser console.
NS_ERROR_INVALID_CONTENT_ENCODING: Component returned failure code: 0x804b001b (NS_ERROR_INVALID_CONTENT_ENCODING) [nsIStreamListener.onDataAvailable] network-monitor.js:658
When "dom.script_loader.bytecode_cache.enabled" = false, it works fine without error. Nightly works fine even if this setting is true.
Expected results:
"dom.script_loader.bytecode_cache.enabled" = true is default in Firefox 58. Is this intentional?
Regression range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=d063578fc2699975f1bbc67a7190bf3fcc5494aa&tochange=929b9943b4fc8af6af3d7553249995f51e02ac1d
Blocks: 1405738
Has Regression Range: --- → yes
Has STR: --- → yes
status-firefox57:
--- → unaffected
status-firefox58:
--- → affected
status-firefox59:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 1•8 years ago
|
||
Thanks for the report, I can reproduce it on my machine.
I am also seeing:
TypeError: can't access dead object tab.js:1647:1
view-source:resource://devtools/server/actors/tab.js
> NS_ERROR_INVALID_CONTENT_ENCODING: Component returned failure code:
> 0x804b001b (NS_ERROR_INVALID_CONTENT_ENCODING)
> [nsIStreamListener.onDataAvailable] network-monitor.js:658
It's related to:
view-source:resource://devtools/shared/webconsole/network-monitor.js
(the actual line in m-c is 679)
Alex, any tips what could be wrong on the back-end?
Honza
Flags: needinfo?(poirot.alex)
Priority: -- → P2
Comment 2•8 years ago
|
||
It looks like a duplicate of bug 1372115. I just requested an uplift.
Flags: needinfo?(poirot.alex)
Comment 3•8 years ago
|
||
(In reply to Alexandre Poirot [:ochameau] from comment #2)
> It looks like a duplicate of bug 1372115. I just requested an uplift.
Great thanks!
@magicp: can you please re-check as soon as bug 1372115 is uplifted?
Honza
Flags: needinfo?(magicp.jp)
(In reply to Jan Honza Odvarko [:Honza] from comment #3)
> @magicp: can you please re-check as soon as bug 1372115 is uplifted?
Yes, I can re-check it. :)
Flags: needinfo?(magicp.jp)
Performance Analysis works in 58.0b13 (20171226085105). Thanks!
The following error still logged in the browser console.
TypeError: can't access dead object tab.js:1647:1
Comment 7•8 years ago
|
||
Based on comment 5, I guess we can mark this bug as a duplicate of bug 1372115.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•