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 741344 - /connection/persistent-connection-timeout hangs
/connection/persistent-connection-timeout hangs
Status: RESOLVED DUPLICATE of bug 744666
Product: libsoup
Classification: Core
Component: Misc
2.49.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2014-12-10 16:42 UTC by Iain Lane
Modified: 2015-03-01 14:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Iain Lane 2014-12-10 16:42:32 UTC
In Debian we're seeing this test hanging. It seems way more frequent on powerpc than other architectures, but I just ran the test in a loop on my workstation and it hung on the 44th iteration.

libsoup 2.49.1, Debian unstable (also happens on Ubuntu). Build log on i386: https://buildd.debian.org/status/fetch.php?pkg=libsoup2.4&arch=i386&ver=2.49.1-1&stamp=1417013292

Here's the t a a bt when it's hung

(gdb) t a a bt

Thread 2 (Thread 0xf7e3c3f0 (LWP 443))

  • #0 poll
    from /lib/powerpc-linux-gnu/libc.so.6
  • #1 poll
    at /usr/include/powerpc-linux-gnu/bits/poll2.h line 46
  • #2 g_poll
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gpoll.c line 124
  • #3 g_main_context_poll
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 4076
  • #4 g_main_context_iterate
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3776
  • #5 g_main_context_iteration
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3842
  • #6 timeout_request_started
    at connection-test.c line 63
  • #7 ??
    from /usr/lib/powerpc-linux-gnu/libffi.so.6
  • #8 ffi_call
    from /usr/lib/powerpc-linux-gnu/libffi.so.6
  • #9 g_cclosure_marshal_generic_va
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./gobject/gclosure.c line 1541
  • #10 _g_closure_invoke_va
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./gobject/gclosure.c line 831
  • #11 g_signal_emit_valist
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./gobject/gsignal.c line 3218
  • #12 g_signal_emit
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./gobject/gsignal.c line 3365
  • #13 start_request
    at soup-server.c line 1307
  • #14 request_finished
    at soup-server.c line 1143
  • #15 soup_message_io_finished
    at soup-message-io.c line 173
  • #16 io_run
    at soup-message-io.c line 1013
  • #17 io_run_ready
    at soup-message-io.c line 972
  • #18 message_source_dispatch
    at soup-message-io.c line 784
  • #19 g_main_dispatch
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3111
  • #20 g_main_context_dispatch
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3710
  • #21 g_main_context_iterate
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3781
  • #22 g_main_loop_run
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gmain.c line 3975
  • #23 run_server_thread
    at test-utils.c line 311
  • #24 g_thread_proxy
    at /build/glib2.0-crM9i2/glib2.0-2.42.1/./glib/gthread.c line 764
  • #25 start_thread
    from /lib/powerpc-linux-gnu/libpthread.so.0
  • #26 clone
    from /lib/powerpc-linux-gnu/libc.so.6

Comment 1 Dan Winship 2015-02-10 11:57:02 UTC
[mass-moving all "UNCONFIRMED" libsoup bugs to "NEW" after disabling the "UNCONFIRMED" status for this product now that bugzilla.gnome.org allows that. bugspam-libsoup-20150210]
Comment 2 Dan Winship 2015-03-01 14:31:03 UTC
now fixed in master

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