Closed
Bug 547540
Opened 15 years ago
Closed 15 years ago
leakstats.exe call fails when objdir contains a /
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kairo, Assigned: kairo)
Details
Attachments
(1 file)
833 bytes,
patch
|
bhearsum
:
review+
|
Details | Diff | Splinter Review |
When enabling Windows debug builds for SeaMonkey, I ran into the problem that the call to leakststs.exe is being invoked with an objdir of "objdir/mozilla" but it's a call that apparently goes to a native Windows shell and breaks with a "/" character in the path.
I applied a fix to just replace the character in the objdir path and that got it to work.
Assignee | ||
Comment 1•15 years ago
|
||
This patch simply replaces a forward slash if present and therefore makes this call work. It's in use on the SeaMonkey master right now and works fine there.
Updated•15 years ago
|
Attachment #428040 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•