Open Bug 1572591 Opened 5 years ago Updated 2 years ago

undefined references in _setupHarTimings

Categories

(DevTools :: Netmonitor, defect, P3)

x86_64
Windows 10
defect

Tracking

(Not tracked)

People

(Reporter: mt, Unassigned)

References

(Blocks 1 open bug)

Details

Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:

What were you doing?

Nothing.

What happened?

Browser console shows lots of this same message:

TypeError: "undefined has no properties"
    _setupHarTimings resource://devtools/server/actors/network-monitor/network-observer.js:1199
    _onTransactionClose resource://devtools/server/actors/network-monitor/network-observer.js:967
    _dispatchActivity resource://devtools/server/actors/network-monitor/network-observer.js:502
    observeActivity resource://devtools/server/actors/network-monitor/network-observer.js:576
    makeInfallible resource://devtools/shared/ThreadSafeDevToolsUtils.js:111
ThreadSafeDevToolsUtils.js:90:13

What should have happened?

Not displaying this message.

Anything else we should know?

Not really.

@Martin: I don't see such warning in the Browser Console (or should I be looking somewhere else?)

Could you please provide some steps we could follow to reproduce the warning on our machines?
Without such info it's hard to take an action.

For example:

  1. Open the DevTools toolbox
  2. Select the Network panel
  3. Load this page: ...
  4. Perform this action ...
  5. etc.

Thanks!
Honza

Flags: needinfo?(mt)

I wasn't able to reproduce this just now, but here's what seems to have worked...

Start browser
Open browser console (Ctrl+Shift+J on my machine)
Get nightly update
Apply nightly update (i.e., restart the browser)

The browser console is open again when I restart and it instantly produces an unending stream of these error messages.

Flags: needinfo?(mt)

Thanks for the update!

I followed steps from comment #2 and saw the following exception in the Browser Console:

It isn't the same as reported, but something weird is happening.

Exception
​columnNumber: 0
​data: null
​filename: "resource://devtools/server/actors/network-monitor/network-response-listener.js"
​lineNumber: 334
​location: XPCWrappedNative_NoHelper { QueryInterface: QueryInterface(), filename: Getter, name: Getter, … }
​message: "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsICacheInfoChannel.isRacing]"
​name: "NS_ERROR_NOT_AVAILABLE"
​result: 2147746065
​stack: "NetworkResponseListener.prototype._getSecurityInfo<@resource://devtools/server/actors/network-monitor/network-response-listener.js:334:26\n
exports.makeInfallible/<@resource://devtools/shared/ThreadSafeDevToolsUtils.js:111:22\n
onStartRequest@resource://devtools/server/actors/network-monitor/network-response-listener.js:226:10\n"
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.