Closed Bug 1037243 Opened 10 years ago Closed 2 years ago

Canceling build with Ctrl+C causes Windows "mozmake.exe has stopped responding" dialog box to come up multiple times (one for each spawned mozmake)

Categories

(Firefox Build System :: MozillaBuild, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 928983

People

(Reporter: briansmith, Unassigned)

Details

(Keywords: regression)

Attachments

(1 file)

Before mozmake, and even during the beta period of the first release of MozillaBuild that included mozmake, one could cancel a build with Ctrl+C and things were silently killed with no dialog boxes.

However, sometime between the (last?) beta of MozillaBuild that added mozmake and the final release, canceling a build in progress with Ctrl+C causes one "mozmake.exe has stopped responding" dialog box to pop up for each spawned mozmake.exe process (often 4+ for me). These dialog boxes only go away when you click their "cancel" button, which you have to do for each one.
Attached file mozmake.dmp
Minidump showing the access violation (saved in MSVC 2013).
Not sure what we can do about this. Any ideas, Mike?
Flags: needinfo?(mh+mozilla)
I believe Ally was seeing mozmake crashes as well.

I don't think this should block the MozillaBuild release unless it's really painful. My perception is its little more than a nuisance. Am I wrong?
No longer blocks: MozillaBuild1.10
I see this too, but yes, it doesn't break anything. Just annoys the crap out of people.
I've seen this once or twice.  What's far more annoying to me is the "zombie" processes that I get sometimes with some broken cl.exe or various other things hanging around.
That sounds related to the fact that some of our python wrappers as we may call them, don't propagate ctrl+c to subprocesses. There is a bug on file about that, but I can't find it right now. So when you ctrl+c your build, mozmake is not killed, and tries to write its output to mach's pipes, which don't exist anymore.
Flags: needinfo?(mh+mozilla)
This is a dupe of bug 928983.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → DUPLICATE
Product: mozilla.org → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: