Closed Bug 1091917 Opened 10 years ago Closed 9 years ago

Enable leak logging for content processes on Windows

Categories

(Testing :: General, defect, P1)

defect

Tracking

(e10s+, firefox47 fixed)

RESOLVED FIXED
mozilla47
Tracking Status
e10s + ---
firefox47 --- fixed

People

(Reporter: mccr8, Assigned: mccr8)

References

Details

Attachments

(1 file, 1 obsolete file)

1. Fix bug 1073310. 2. Remove the |#if defined(XP_WIN)| block in |ShutdownXPCOM| that calls exit(0). 3. Remove the |if mozinfo.isWin: options.ignoreMissingLeaks.append["tab"]| block I'm going to add to mochitest_options.py in bug 1083897 so we require leak logs for content processes on Windows.
Depends on: 1083897
This is what step 2 and 3 from comment 0 is.
This is probably the important remaining piece of bug 1051230.
tracking-e10s: --- → ?
I think there are three remaining pieces of this: 1. bug 1193861 - Ensure child processes are recorded on Windows in the pidlog, so the test harness can tell if a process failed to create a log. 2. bug 1219369 - We're not actually recording leak logs on Windows 7 m-c due to sandboxing. 3. bug 1242119 - We're not getting leak logs on WinXP due to an early exit(0). Fixing this bug will then consist of removing this chunk from mochitest_options.py: if mozinfo.isWin: options.ignoreMissingLeaks.append("tab")
Assignee: nobody → continuation
Depends on: 1219369, 1193861
Depends on: 1242119
Currently, leakcheck ignores failures to produce a leak log on Windows for tab processes, because we don't ever generate a log for them. Once the blocking bugs are fixed, we will, so we should start enforcing that we actually doing leak checking. Try run with patches from the blocking bugs: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9261891222c5 I'll need to do a WinXP and Win8 try run to make sure it works on those platforms, but it looks like Win7 works.
Attachment #8715318 - Flags: review?(cmanchester)
Attachment #8514658 - Attachment is obsolete: true
Attachment #8715318 - Flags: review?(cmanchester) → review+
Priority: -- → P1
Still green: https://treeherder.mozilla.org/#/jobs?repo=try&revision=fb639445f575 I'll land this when the tree reopens.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: