Closed
Bug 1157946
Opened 10 years ago
Closed 10 years ago
Fix more logspam in DAMP
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file, 1 obsolete file)
1.11 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
This appears to happen when the toolbox is closed before _onSourcesAdded is fired in the debugger:
Handler function DebuggerClient.requester request callback threw an exception: TypeError: aResponse.sources is undefined
Assignee | ||
Comment 1•10 years ago
|
||
This can be "easily" reproduced in the damp test suite by following these instructions:
https://wiki.mozilla.org/Buildbot/Talos/Running#Running_locally_-_Source_Code
Then run: talos -n -d --develop --executablePath PATH_TO_FIREFOX --activeTests damp
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bgrinstead
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
With this patch applied the crashes seem to change a bit: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8b49fb151328&exclusion_profile=false
Assignee | ||
Comment 4•10 years ago
|
||
Just a quick fix that cleans up the logspam
Attachment #8597522 -
Attachment is obsolete: true
Attachment #8597531 -
Flags: review?(nfitzgerald)
Updated•10 years ago
|
Attachment #8597531 -
Flags: review?(nfitzgerald) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•