Closed
Bug 793549
Opened 12 years ago
Closed 12 years ago
Valgrind on tbpl detects leak at realloc (145 bytes in 1 blocks are definitely lost) with GrowStuff on the stack
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: gkw, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: valgrind)
Attachments
(1 file, 1 obsolete file)
1.26 KB,
text/plain
|
Details |
Valgrind detects a leak of 145 bytes at realloc with GrowStuff on the stack, see attached snippet which comes from:
https://tbpl.mozilla.org/php/getParsedLog.php?id=15458553&tree=Firefox&full=1
Guessing Core:XPCOM component, please change if necessary.
Comment 1•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Comment 2•12 years ago
|
||
Is there a (valgrind.h) annotation for "I expect this to leak"? Or should we just add this to the Valgrind suppression file?
Comment 3•12 years ago
|
||
No, there's no such annotation. You just have to suppress it in the normal way.
Comment 4•12 years ago
|
||
Or maybe Valgrind should intercept setenv?
Reporter | ||
Updated•12 years ago
|
Blocks: valgrind-tbpl-bugs
Reporter | ||
Updated•12 years ago
|
No longer blocks: valgrind-on-tbpl
Reporter | ||
Comment 5•12 years ago
|
||
Attachment #663874 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•