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 658814 - assertion `soup_connection_get_state (item->conn) != SOUP_CONNECTION_DISCONNECTED' failed
assertion `soup_connection_get_state (item->conn) != SOUP_CONNECTION_DISCONNE...
Status: RESOLVED DUPLICATE of bug 660057
Product: libsoup
Classification: Core
Component: HTTP Transport
unspecified
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-09-12 12:21 UTC by Xan Lopez
Modified: 2011-09-28 12:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xan Lopez 2011-09-12 12:21:22 UTC
Pretty easy to get dozens of this by killing an ephy session and trying to restore a bunch of tabs at the same time:


libsoup-CRITICAL **: soup_session_get_connection: assertion `soup_connection_get_state (item->conn) != SOUP_CONNECTION_DISCONNECTED' failed

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007ffff5b20751 in g_logv (log_domain=0x7ffff5ead029 "libsoup", log_level=G_LOG_LEVEL_CRITICAL, 
    format=0x7ffff5ba8278 "%s: assertion `%s' failed", args1=0x7fffffffd268) at gmessages.c:570
570			G_BREAKPOINT ();
Missing separate debuginfos, use: debuginfo-install gamin-0.1.10-9.fc15.x86_64
(gdb) bt
  • #0 g_logv
    at gmessages.c line 570
  • #1 g_log
    at gmessages.c line 591
  • #2 g_return_if_fail_warning
  • #3 soup_session_get_connection
    at soup-session.c line 1334
  • #4 process_queue_item
    at soup-session-async.c line 373
  • #5 run_queue
    at soup-session-async.c line 442
  • #6 resolved_proxy_uri
    at soup-session-async.c line 192
  • #7 resolved_proxy
    at soup-proxy-resolver-default.c line 149
  • #8 g_simple_async_result_complete
    at gsimpleasyncresult.c line 749
  • #9 complete_in_idle_cb
    at gsimpleasyncresult.c line 761
  • #10 g_idle_dispatch
    at gmain.c line 4495
  • #11 g_main_dispatch
    at gmain.c line 2372
  • #12 g_main_context_dispatch
    at gmain.c line 2910
  • #13 g_main_context_iterate
    at gmain.c line 2984
  • #14 g_main_loop_run
    at gmain.c line 3181
  • #15 gtk_main
    at gtkmain.c line 1362
  • #16 gtk_application_run_mainloop
    at gtkapplication.c line 112
  • #17 g_application_run
    at gapplication.c line 1323
  • #18 main
    at ../../src/ephy-main.c line 475

Comment 1 Dan Winship 2011-09-28 12:56:59 UTC
probabledup of 660057, which I can reproduce (as opposed to this, which I can't...)

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