desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #26421
[Bug 862480] Re: soup_socket_is_ssl crashes g-c-c
seems to be a libsoup issue
--
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