Closed Bug 245445 Opened 20 years ago Closed 20 years ago

leaky crashed

Categories

(Core :: XPCOM, defect)

x86
Linux
defect
Not set
critical

Tracking

()

RESOLVED WONTFIX

People

(Reporter: eagle.lu, Assigned: dougt)

Details

I want to check memory leaks against the latest trunk code by using leaky. 
BTW: purify doesn't work.

The following is the re-produce steps:
1. build mozilla with --enable-leaky and --enable-debug options
2. start mozilla 

Two files malloc-log and malloc-map will be generated

according to the instrutions at http://www.mozilla.org/unix/leaky.html
I use the following command to generate an "graph" output
./leaky -gqx mozilla-bin malloc-log | c++filt | sed -e 's/&/&/g' > leak.html
then I got a zero sized leak.html
The reason is ./leaky -gqx mozilla-bin malloc-log will crash and generate a
segement fault error.
I tried to replace "mozilla-bin" with "mozilla". There is no help.

I wonder if there some tools that I can use it to check memory leaks against
mozilla.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.