Closed
Bug 793539
Opened 11 years ago
Closed 11 years ago
Valgrind on tbpl detects leak at malloc (24 bytes in 1 blocks are definitely lost) with GnomeVFS entries on the stack
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: memory-leak, valgrind)
Attachments
(1 file)
7.43 KB,
text/plain
|
Details |
Valgrind detects a leak of 24 bytes at malloc with gnome entries on the stack, see attached snippet which comes from: https://tbpl.mozilla.org/php/getParsedLog.php?id=15457865&tree=Firefox&full=1 Not sure if this is the right component, guessing at Core: Widget:Gtk for now.
![]() |
Reporter | |
Updated•11 years ago
|
Blocks: valgrind-on-tbpl
![]() |
Reporter | |
Updated•11 years ago
|
Hardware: All → x86_64
Comment 1•11 years ago
|
||
Could be Gecko not shutting down GnomeVFS properly, or could be a leak in GnomeVFS. Will either be fixed, or change, when bug 713802 is fixed.
Depends on: 713802
![]() |
Reporter | |
Updated•11 years ago
|
Summary: Valgrind on tbpl detects leak at malloc (24 bytes in 1 blocks are definitely lost) with gnome entries on the stack → Valgrind on tbpl detects leak at malloc (24 bytes in 1 blocks are definitely lost) with GnomeVFS entries on the stack
![]() |
Reporter | |
Updated•11 years ago
|
Hardware: x86_64 → All
![]() |
Reporter | |
Updated•11 years ago
|
Blocks: valgrind-tbpl-bugs
![]() |
Reporter | |
Updated•11 years ago
|
No longer blocks: valgrind-on-tbpl
![]() |
Reporter | |
Comment 2•11 years ago
|
||
Bug 713802 likely fixed this - commenting out the suppression in https://hg.mozilla.org/mozilla-central/rev/bd2349429495 introduced no GnomeVFS related bugs.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•