Closed
Bug 980746
Opened 11 years ago
Closed 11 years ago
UITour: Many browser-chrome tests leak 1 docshell when run alone
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 992611
People
(Reporter: MattN, Assigned: MattN)
References
Details
(Keywords: memory-leak, Whiteboard: [Australis:P5])
Attachments
(1 file)
1.60 KB,
patch
|
Unfocused
:
review+
mcmanus
:
feedback-
|
Details | Diff | Splinter Review |
e.g. browser/modules/test/browser_UITour_annotation_size_attributes.js | leaked 1 docShell(s) until shutdown
It doesn't happen in all of them but does in most.
Assignee | ||
Comment 3•11 years ago
|
||
At least one of the causes is speculative connections from the search bar (since we have a search target) that gets tested. See also bug 964369.
This is reproducible on OS X 10.9 too.
Assignee: nobody → MattN+bmo
Status: NEW → ASSIGNED
OS: Linux → All
Hardware: x86_64 → All
See Also: → 964369
Assignee | ||
Comment 4•11 years ago
|
||
Patrick, let me know if you prefer my suggestion in bug 964369 comment 3 to disable speculative connections by default in the test suites?
Attachment #8402264 -
Flags: review?(mcmanus)
Attachment #8402264 -
Flags: review?(bmcbride)
Comment 5•11 years ago
|
||
Comment on attachment 8402264 [details] [diff] [review]
v.1 Disable speculative connections for the search bar
Review of attachment 8402264 [details] [diff] [review]:
-----------------------------------------------------------------
r+ on the code, but it's on the condition that this patch is only used if for some reason we can't use bug 992611 - because that's a far better solution, IMO.
Attachment #8402264 -
Flags: review?(bmcbride) → review+
Comment 6•11 years ago
|
||
Also, nice catch :)
Comment 7•11 years ago
|
||
Comment on attachment 8402264 [details] [diff] [review]
v.1 Disable speculative connections for the search bar
Review of attachment 8402264 [details] [diff] [review]:
-----------------------------------------------------------------
agree that 992611 is the way to go
Attachment #8402264 -
Flags: review?(mcmanus) → feedback-
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•