After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353328 - GSlice leaks
GSlice leaks
Status: RESOLVED DUPLICATE of bug 335126
Product: glib
Classification: Platform
Component: general
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2006-08-29 01:44 UTC by Rodney Dawes
Modified: 2006-08-29 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Valgrind log of test-gslist program (3.87 KB, text/plain)
2006-08-29 01:45 UTC, Rodney Dawes
Details
test-gslist program code (1000 bytes, text/plain)
2006-08-29 01:46 UTC, Rodney Dawes
Details

Description Rodney Dawes 2006-08-29 01:44:23 UTC
I wrote a quick little test program, to test some things with GSList. In the process of running the program under valgrind, it seems to imply that at least GSlice is leaking a little bit of memory. It seems there are also possibly a couple in g_print? Valgrind log and test program code attached.
Comment 1 Rodney Dawes 2006-08-29 01:45:53 UTC
Created attachment 71811 [details]
Valgrind log of test-gslist program
Comment 2 Rodney Dawes 2006-08-29 01:46:45 UTC
Created attachment 71812 [details]
test-gslist program code
Comment 3 Matthias Clasen 2006-08-29 02:10:56 UTC
Valgrind does not currently handle the slice allocator correctly; 
there is another bug where Behdad and Tim are discussing the necessary
changes to fix this.

Comment 4 Tim Janik 2006-08-29 11:16:04 UTC

*** This bug has been marked as a duplicate of 335126 ***