[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-30 Thread Daniel van Vugt
Still tracking similar crashes in bug 1843982 now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1841382 Title: Various programs crashed with SIGSEGV in

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-06 Thread Launchpad Bug Tracker
This bug was fixed in the package accountsservice - 0.6.55-0ubuntu8 --- accountsservice (0.6.55-0ubuntu8) eoan; urgency=medium * debian/rules: - Compile with -Dsystemd=true to fix libaccountsservice not working properly (LP: #1841382) -- Robert Ancell Fri, 06 Sep 2019

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-05 Thread Bug Watch Updater
** Changed in: accountsservice Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1841382 Title: Various programs crashed with

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-05 Thread Robert Ancell
The main issue is when I updated to 0.6.55 the new Meson based build systemd didn't build with systemd support by default. So I've uploaded a build with this enabled. There may still be an underlying issue, but this should fix the eoan issues. ** Changed in: accountsservice (Ubuntu)

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Bug Watch Updater
** Changed in: accountsservice Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1841382 Title: Various programs crashed with SIGSEGV

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Daniel van Vugt
** Also affects: accountsservice via https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
Upstream bug report opened: https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80 ** Bug watch added: gitlab.freedesktop.org/accountsservice/accountsservice/issues #80 https://gitlab.freedesktop.org/accountsservice/accountsservice/issues/80 -- You received this bug

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
If the above theory is correct then this commit caused the bug: https://gitlab.freedesktop.org/accountsservice/accountsservice/commit/9b4108755a6e1f5f04d80fef92dd3f81423857ad This commit came when we migrated from 0.6.45 to 0.6.50, which explains why this is being seen in disco and eoan. -- You

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-04 Thread Robert Ancell
It looks like it's crashing in this code: username = act_user_get_user_name (user); if (g_hash_table_lookup (priv->system_users_by_name, username) != NULL) { and username is probably NULL. A possible cause of this is the user object for some reason might not have a DBus proxy

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-03 Thread Daniel van Vugt
Maybe not a regression. Seems some older releases have been seeing these crashes too. It just suddenly became more common this week. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu.

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-03 Thread Daniel van Vugt
If anyone experiences this crash repeatedly then please help us to debug it by downgrading to the last known non-crashing version: https://launchpad.net/ubuntu/+source/accountsservice/0.6.55-0ubuntu4 (click amd64) and tell us if that avoids the crash. If that still crashes then try:

[Touch-packages] [Bug 1841382] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup_node() / g_hash_table_lookup() from accountsservice 0.6.55-0ubuntu5/6

2019-09-03 Thread Robert Ancell
** Changed in: accountsservice (Ubuntu) Assignee: (unassigned) => Robert Ancell (robert-ancell) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to accountsservice in Ubuntu. https://bugs.launchpad.net/bugs/1841382 Title: