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 696644 - Leak in soup_session_cancel_message
Leak in soup_session_cancel_message
Status: RESOLVED DUPLICATE of bug 696652
Product: libsoup
Classification: Core
Component: HTTP Transport
2.39.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-26 15:01 UTC by Xan Lopez
Modified: 2013-03-26 18:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xan Lopez 2013-03-26 15:01:32 UTC
==23659== 52 (32 direct, 20 indirect) bytes in 2 blocks are definitely lost in loss record 5,295 of 10,443
==23659==    at 0x4A0887C: malloc (vg_replace_malloc.c:270)
==23659==    by 0x7DBC78A: g_malloc (gmem.c:159)
==23659==    by 0x7DD5031: g_slice_alloc (gslice.c:1003)
==23659==    by 0x7D9D214: g_error_new_valist (gerror.c:393)
==23659==    by 0x7BFBF38: g_task_return_new_error (gtask.c:1681)
==23659==    by 0x7B0CD3E: async_send_request_return_result (soup-session.c:3623)
==23659==    by 0x7B0CEAC: async_send_request_finished (soup-session.c:3680)
==23659==    by 0x7D1ECFA: g_cclosure_marshal_VOID__VOIDv (gmarshal.c:115)
==23659==    by 0x7D1BE84: _g_closure_invoke_va (gclosure.c:840)
==23659==    by 0x7D37E40: g_signal_emit_valist (gsignal.c:3234)
==23659==    by 0x7D39022: g_signal_emit (gsignal.c:3384)
==23659==    by 0x7AF42E1: soup_message_finished (soup-message.c:1054)
==23659==    by 0x7B09EB7: soup_session_process_queue_item (soup-session.c:1847)
==23659==    by 0x7B0E8C2: soup_session_async_cancel_message (soup-session-async.c:130)
==23659==    by 0x7B0AE43: soup_session_cancel_message (soup-session.c:2257)
==23659==    by 0x5D34AF9: WebCore::ResourceLoader::cancel(WebCore::ResourceError const&) (in /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.22$
==23659==    by 0x5D348F5: WebCore::ResourceLoader::cancel() (in /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.22.2.0)
==23659==    by 0x5CE9FE9: WebCore::cancelAll(WTF::HashSet<WTF::RefPtr<WebCore::ResourceLoader>, WTF::PtrHash<WTF::RefPtr<WebCore::Resource$
==23659==    by 0x5CEA83C: WebCore::DocumentLoader::stopLoading() (in /home/xan/gnome/lib64/libwebkit2gtk-3.0.so.22.2.0)
==23659==    by 0x5CFACB3: WebCore::FrameLoader::stopAllLoaders(WebCore::ClearProvisionalItemPolicy) (in /home/xan/gnome/lib64/libwebkit2gt$
Comment 1 Xan Lopez 2013-03-26 18:16:26 UTC
This is actually the same than bug #696652, which is a glib bug.

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