← Back to team overview

desktop-packages team mailing list archive

[Bug 862480] Re: soup_socket_is_ssl crashes g-c-c

 

Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please try to obtain a backtrace following the
instructions at http://wiki.ubuntu.com/DebuggingProgramCrash and upload
the backtrace (as an attachment) to the bug report. This will greatly
help us in tracking down your problem.

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-control-center (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/862480

Title:
  soup_socket_is_ssl crashes g-c-c

Status in “gnome-control-center” package in Ubuntu:
  Incomplete

Bug description:
  if you have a proxy in example.com:80 which allows normal http
  requests, and you set your https_proxy environment variable to point
  to this proxy, then gnome-control-center gnome-online-accounts will
  crash every time you attempt to add a new account in Google:

  (gnome-control-center:4093): GLib-GObject-CRITICAL **:
  g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)'
  failed

  (gnome-control-center:4093): GLib-GObject-CRITICAL **:
  g_type_instance_get_private: assertion `instance != NULL &&
  instance->g_class != NULL' failed

  Program received signal SIGSEGV, Segmentation fault.
  0x00007fffe394c1b4 in soup_socket_is_ssl () from /usr/lib/libsoup-2.4.so.1
  (gdb) bt
  #0  0x00007fffe394c1b4 in soup_socket_is_ssl () from /usr/lib/libsoup-2.4.so.1
  #1  0x00007fffe393be60 in ?? () from /usr/lib/libsoup-2.4.so.1
  #2  0x00007fffe393d737 in soup_message_io_client ()
     from /usr/lib/libsoup-2.4.so.1
  #3  0x00007fffe39486fb in ?? () from /usr/lib/libsoup-2.4.so.1
  #4  0x00007fffe39489eb in ?? () from /usr/lib/libsoup-2.4.so.1
  #5  0x00007fffe3949113 in ?? () from /usr/lib/libsoup-2.4.so.1
  #6  0x00007ffff5d6da5d in g_main_dispatch (context=0x7ffff825bcf0)

  
  To reproduce:

  1. gnome-terminal
  2. export https_proxy=http://example.com:80
  3. gnome-control-center
  4. click Online Accounts 
  5. add a Google account

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/862480/+subscriptions


References