[Webkit-unassigned] [Bug 28148] Requests through the SOUP layer leaks memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 2 12:11:51 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28148





--- Comment #16 from Dan Winship <danw at gnome.org>  2009-09-02 12:11:51 PDT ---
doh, sorry

==13071== 49,195,760 bytes in 198,162 blocks are possibly lost in loss record
168 of 169
==13071==    at 0x4024362: memalign (in
/usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
==13071==    by 0x40243FF: posix_memalign (in
/usr/lib/valgrind/x86-linux/vgpreload_memcheck.so)
==13071==    by 0x518D823: (within /usr/lib/libglib-2.0.so.0.1800.4)
==13071==    by 0x518F290: g_slice_alloc (in /usr/lib/libglib-2.0.so.0.1800.4)

You need to set G_SLICE=always-malloc in the environment if you are going to
use valgrind. Otherwise, valgrind thinks the memory in use by the glib slice
allocator is "possibly lost", even though glib is actually still keeping track
of it.

Pretty sure this is INVALID (but I don't have bits to close it).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list