[Bug 1652472] Re: snapd-login-service crashed with SIGSEGV in read_data()

2018-04-11 Thread Amr Ibrahim
** Changed in: snapd-glib (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652472

Title:
  snapd-login-service crashed with SIGSEGV in read_data()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1652472/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1652472] Re: snapd-login-service crashed with SIGSEGV in read_data()

2017-05-03 Thread Robert Ancell
This was fixed in 1.4:

commit 904bc196e3e3c8b5ca0a4da218c1da942b3255aa
Author: Robert Ancell 
Date:   Tue Dec 6 15:16:22 2016 +1300

Correctly remove read source when SnapdClient unreffed

diff --git a/snapd-glib/snapd-client.c b/snapd-glib/snapd-client.c
index 88a541d..7a0271b 100644
--- a/snapd-glib/snapd-client.c
+++ b/snapd-glib/snapd-client.c
@@ -3900,6 +3900,8 @@ snapd_client_finalize (GObject *object)
 g_clear_object (>auth_data);
 g_list_free_full (priv->requests, g_object_unref);
 priv->requests = NULL;
+if (priv->read_source != NULL)
+g_source_destroy (priv->read_source);
 g_clear_pointer (>read_source, g_source_unref);
 g_byte_array_unref (priv->buffer);
 priv->buffer = NULL;

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652472

Title:
  snapd-login-service crashed with SIGSEGV in read_data()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1652472/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1652472] Re: snapd-login-service crashed with SIGSEGV in read_data()

2017-03-22 Thread Robert Ancell
** Information type changed from Private to Public

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1652472

Title:
  snapd-login-service crashed with SIGSEGV in read_data()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snapd-glib/+bug/1652472/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs