Open
Bug 1439093
Opened 7 years ago
Updated 3 years ago
Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMessageSender.sendAsyncMessage] ContentMetaHandler.jsm:155 when going to about:debugging while loading a page
Categories
(DevTools :: about:debugging, defect, P3)
DevTools
about:debugging
Tracking
(firefox-esr52 unaffected, firefox60 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr52 | --- | unaffected |
| firefox60 | --- | affected |
People
(Reporter: magicp.jp, Unassigned)
Details
Attachments
(1 file)
|
681.89 KB,
video/mp4
|
Details |
Steps to reproduce:
1. Launch Nightly
2. Go to about:debugging
3. Open Bookmarks toolbar
4. Bookmark current page to the bookmark toolbar (Drag and Drop current tab to bookmark toolbar)
5. Open the Browser Console (Ctrl+Shift+J)
6. Click "Get Involved" (https://www.mozilla.org/en-US/contribute/) in the bookmark toolbar
7. Click "Debugging with Firefox Developer Tools" (about:debugging) in the bookmark toolbar immediately while loading the page
Actual results:
The following error is logged in the browser console. If you cannot reproduce it, please repeat step 6 to 7 a couple of times.
NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIMessageSender.sendAsyncMessage] ContentMetaHandler.jsm:155
In case of dom.ipc.processPrelaunch.enabled = false, error message will be changed as below.
NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIProgressEventSink.onStatus] network-monitor.js:323
Expected results:
No errors
Has STR: --- → yes
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox-esr52:
--- → unaffected
Updated•7 years ago
|
Component: DOM: Content Processes → Developer Tools
Product: Core → Firefox
Updated•7 years ago
|
Component: Developer Tools → Developer Tools: about:debugging
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•7 years ago
|
||
Can't reproduce so far. Is this specific to about debugging or do you have the same behavior with other about pages (eg about:config or about:preferences)?
status-firefox58:
affected → ---
status-firefox59:
affected → ---
Flags: needinfo?(magicp.jp)
Priority: -- → P3
> Can't reproduce so far. Is this specific to about debugging or do you have the
> same behavior with other about pages (eg about:config or about:preferences)?
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0 ID:20180622100109
Yes!
Flags: needinfo?(magicp.jp)
Comment 3•7 years ago
|
||
(In reply to magicp from comment #2)
> Created attachment 8987075 [details]
> steps-to-reproduce_20180622_234117.mp4
>
> > Can't reproduce so far. Is this specific to about debugging or do you have the
> > same behavior with other about pages (eg about:config or about:preferences)?
>
> Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:62.0) Gecko/20100101
> Firefox/62.0 ID:20180622100109
> Yes!
Which one is "Yes":
- specific to about:debugging
- affects other about pages (eg about:config or about:preferences)
Flags: needinfo?(magicp.jp)
affects other about pages. Please find the attached video.
Flags: needinfo?(magicp.jp)
Comment 5•7 years ago
|
||
Ah missed the attachment, thanks!
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•