Closed
Bug 110807
Opened 23 years ago
Closed 23 years ago
footprint: get trace-malloc tools to work with windows mozilla trace-malloc output
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: blythe, Assigned: blythe)
Details
Attachments
(1 file)
1.79 KB,
patch
|
dbaron
:
review+
brendan
:
superreview+
|
Details | Diff | Splinter Review |
The subject really says it all.
What we have today is a windows mozilla outputing trace-malloc data, but tools
in mozilla/tools/trace-malloc unable to read the data, likely due to the magic
number \n conversion at the beginning of the file.
After I get this done, then I need to update the SpaceTrace HOWTO with build
instructions for windows.
Futher, this bug is not to FIX trace-malloc call stacks on windows, but simply
to get the tools to be able to read the trace-malloc output on windows.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
request review, not part of normal build
Cathleen, do I need review for this? If so, can you get a couple of
trace-malloc people to do it?
Comment on attachment 58594 [details] [diff] [review]
Read as binary on WIN32
r=dbaron
Attachment #58594 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 58594 [details] [diff] [review]
Read as binary on WIN32
Nit: non-conforming comment style whine.
+ /*
+ ** Avoid translations on WIN32.
+ */
sr=brendan@mozilla.org
/be
Attachment #58594 -
Flags: superreview+
Assignee | ||
Comment 6•23 years ago
|
||
checked in, changed comment style ;)
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•