[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:15:50 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28148
Xan Lopez <xan.lopez at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution| |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #17 from Xan Lopez <xan.lopez at gmail.com> 2009-09-02 12:15:50 PDT ---
(In reply to comment #16)
> 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).
Doh, forgot about that too. Closing for now, please reopen in case the leak
turns out to be real.
--
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