Closed Bug 612138 Opened 14 years ago Closed 14 years ago

Cannot open the web console on my debug build

Categories

(DevTools :: General, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ehsan.akhgari, Assigned: msucan)

References

Details

Here's the error I get: Error: Cannot get outputNode by id Source File: resource:///modules/HUDService.jsm Line: 4892 Here's the function that the source points to: /** * Firefox-specific method for getting the DOM node (per tab) that message * nodes are appended to. * @param aId * The DOM node's id. */ getOutputNodeById: function FAH_getOutputNodeById(aId) { if (!aId) { throw new Error("FAH_getOutputNodeById: id is null!!"); } var enumerator = Services.ww.getWindowEnumerator(null); while (enumerator.hasMoreElements()) { let window = enumerator.getNext(); let node = window.document.getElementById(aId); if (node) { return node; } } throw new Error("Cannot get outputNode by id"); },
Assignee: nobody → mihai.sucan
Blocks: devtools4
What changeset did you build from?
I cannot reproduce this bug on changeset: 57518:3cba2bc69c51
This works for me as well - I cannot reproduce the bug. I have changeset 57796:65a5f743eaab.
that's two wfms. I'll test one here on OS X to see if I can get the trifecta.
ehsan, while I'm building, can you paste your .mozconfig in here? I'm assuming you're on mac since that's what platform the bug is claiming to be.
Yep, I'm on a Mac. Unfortunately I didn't note down the revision I saw this on (shame on me), but right now I can't repro it on a build based on d35ddd8a05a2. WFM?
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
yeah, I have a successful build with addce576fa68. I did see some spew on the stdio console though: WARNING: NS_ENSURE_TRUE(editor) failed: file /Volumes/Data/MOZILLA-CENTRAL/mozilla-central/editor/libeditor/base/nsEditorCommands.cpp, line 549 XML Parsing Error: XML or text declaration not at start of entity Location: Line Number 1, Column 171: <html xmlns="http://www.w3.org/1999/xhtml"><body xmlns="http://www.w3.org/1999/xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><div xmlns="http://www.w3.org/1999/xhtml"><?xml version="1.0" encoding="utf-8"?> --------------------------------------------------------------------------------------------------------------------------------------------------------------------------^ pldhash: for the table at address 0x33191b88, the given entrySize of 52 probably favors chaining over double hashing. *** loading ISO8601DateUtils ************************************************************ * Call to xpconnect wrapped JSObject produced this error: * [Exception... "'[JavaScript Error: "this._timer is null" {file: "file:///Volumes/Data/MOZILLA-CENTRAL/mozilla-central/obj-ff-dbg/dist/MinefieldDebug.app/Contents/MacOS/components/nsPlacesDBFlush.js" line: 161}]' when calling method: [nsINavBookmarkObserver::onBeginUpdateBatch]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: file:///Volumes/Data/MOZILLA-CENTRAL/mozilla-central/obj-ff-dbg/dist/MinefieldDebug.app/Contents/MacOS/components/nsLivemarkService.js :: LLL_handleResult :: line 590" data: yes] ************************************************************
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.