2010-10-07 21:25:03 |
Alejandro J. Cura |
bug |
|
|
added bug |
2010-10-07 21:27:24 |
Alejandro J. Cura |
tags |
|
desktop+ sso-network u1-natty |
|
2010-10-08 12:10:05 |
Natalia Bidart |
ubuntu-sso-client: status |
New |
Confirmed |
|
2010-10-08 12:10:08 |
Natalia Bidart |
ubuntu-sso-client: importance |
Undecided |
High |
|
2010-10-08 17:23:49 |
Natalia Bidart |
ubuntu-sso-client: assignee |
|
Alejandro J. Cura (alecu) |
|
2010-10-08 20:05:14 |
Natalia Bidart |
ubuntu-sso-client: status |
Confirmed |
In Progress |
|
2010-10-08 20:05:54 |
Natalia Bidart |
description |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often. |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
|
|
2010-10-08 20:06:47 |
Natalia Bidart |
summary |
the new find_credentials segfaults |
Accessing the keyring in a thread make the program crash (was find_credentials segfaults) |
|
2010-10-08 21:14:20 |
Launchpad Janitor |
branch linked |
|
lp:~alecu/ubuntu-sso-client/fix-keyring-thread |
|
2010-10-08 21:58:11 |
Alejandro J. Cura |
bug task added |
|
ubuntu-sso-client (Ubuntu) |
|
2010-10-08 22:02:20 |
Launchpad Janitor |
branch linked |
|
lp:~alecu/ubuntu-sso-client/stable-1-0 |
|
2010-10-08 22:06:38 |
Launchpad Janitor |
branch linked |
|
lp:~alecu/ubuntu-sso-client/fix-keyring-thread-stable-1-0 |
|
2010-10-08 22:22:55 |
Alejandro J. Cura |
ubuntu-sso-client (Ubuntu): status |
New |
In Progress |
|
2010-10-08 22:22:58 |
Alejandro J. Cura |
ubuntu-sso-client (Ubuntu): importance |
Undecided |
High |
|
2010-10-08 22:23:02 |
Alejandro J. Cura |
ubuntu-sso-client (Ubuntu): assignee |
|
Alejandro J. Cura (alecu) |
|
2010-10-09 13:46:11 |
Natalia Bidart |
tags |
desktop+ sso-network u1-natty |
desktop+ sso-network u1-maverick-sru u1-natty |
|
2010-10-09 14:01:20 |
dobey |
ubuntu-sso-client: status |
In Progress |
Fix Committed |
|
2010-10-09 14:05:37 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu): assignee |
Alejandro J. Cura (alecu) |
Naty Bidart (nataliabidart) |
|
2010-10-09 14:05:59 |
Natalia Bidart |
nominated for series |
|
ubuntu-sso-client/stable-1-0 |
|
2010-10-09 14:05:59 |
Natalia Bidart |
bug task added |
|
ubuntu-sso-client/stable-1-0 |
|
2010-10-09 14:05:59 |
Natalia Bidart |
nominated for series |
|
ubuntu-sso-client/trunk |
|
2010-10-09 14:05:59 |
Natalia Bidart |
bug task added |
|
ubuntu-sso-client/trunk |
|
2010-10-09 14:06:10 |
Natalia Bidart |
ubuntu-sso-client/stable-1-0: status |
New |
Fix Committed |
|
2010-10-09 14:06:12 |
Natalia Bidart |
ubuntu-sso-client/stable-1-0: importance |
Undecided |
High |
|
2010-10-09 14:06:26 |
Natalia Bidart |
ubuntu-sso-client/stable-1-0: assignee |
|
Alejandro J. Cura (alecu) |
|
2010-10-11 13:42:06 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu): status |
In Progress |
Triaged |
|
2010-10-11 13:42:17 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu): milestone |
|
natty-alpha-1 |
|
2010-10-12 12:02:32 |
Natalia Bidart |
description |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
|
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
|
|
2010-10-12 12:03:54 |
Natalia Bidart |
description |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
|
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
FIX: initialize glib threads on dbus.mainloop.glib |
|
2010-10-12 12:04:29 |
Natalia Bidart |
description |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
FIX: initialize glib threads on dbus.mainloop.glib |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
FIX: initialize glib threads on dbus.mainloop.glib
Minimal patch: see linked branch. |
|
2010-10-12 12:10:42 |
Natalia Bidart |
description |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
FIX: initialize glib threads on dbus.mainloop.glib
Minimal patch: see linked branch. |
Calling the find_credentials in the /com/ubuntu/sso/credentials DBus object makes this service crash very often.
This is caused by accessing the keyring in a thread using functions that are not thread safe.
This also affects the /credentials service since it access the keyring in a thread to store the credentials.
FIX: initialize glib threads on dbus.mainloop.glib
Minimal patch: see linked branch.
TEST CASE: this bug is very difficult to reproduce since involves some thread weirdness. Matt griffin was able to reproduce on a clean maverick install by logging in successfully into Ubuntu One using ussoc. After login, the process died with no much info. |
|
2010-10-12 12:20:47 |
Natalia Bidart |
bug |
|
|
added subscriber Naty Bidart |
2010-10-12 12:21:08 |
Natalia Bidart |
bug |
|
|
added subscriber Ubuntu Stable Release Updates Team |
2010-10-14 06:51:45 |
Martin Pitt |
ubuntu-sso-client (Ubuntu): status |
Triaged |
Fix Committed |
|
2010-10-14 06:52:03 |
Martin Pitt |
nominated for series |
|
Ubuntu Maverick |
|
2010-10-14 06:52:03 |
Martin Pitt |
bug task added |
|
ubuntu-sso-client (Ubuntu Maverick) |
|
2010-10-14 06:52:03 |
Martin Pitt |
nominated for series |
|
Ubuntu Natty |
|
2010-10-14 06:52:03 |
Martin Pitt |
bug task added |
|
ubuntu-sso-client (Ubuntu Natty) |
|
2010-10-14 06:52:54 |
Martin Pitt |
ubuntu-sso-client (Ubuntu Maverick): status |
New |
Fix Committed |
|
2010-10-14 06:52:59 |
Martin Pitt |
bug |
|
|
added subscriber SRU Verification |
2010-10-14 06:53:01 |
Martin Pitt |
tags |
desktop+ sso-network u1-maverick-sru u1-natty |
desktop+ sso-network u1-maverick-sru u1-natty verification-needed |
|
2010-10-14 12:53:27 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu Maverick): importance |
Undecided |
High |
|
2010-10-14 12:53:29 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu Maverick): assignee |
|
Naty Bidart (nataliabidart) |
|
2010-10-15 01:47:21 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/maverick-proposed/ubuntu-sso-client |
|
2010-10-18 15:10:12 |
Launchpad Janitor |
ubuntu-sso-client (Ubuntu Natty): status |
Fix Committed |
Fix Released |
|
2010-10-18 21:40:03 |
Jean-Baptiste Lallement |
tags |
desktop+ sso-network u1-maverick-sru u1-natty verification-needed |
desktop+ sso-network u1-maverick-sru u1-natty verification-done |
|
2010-10-19 01:14:56 |
Natalia Bidart |
ubuntu-sso-client/trunk: status |
Fix Committed |
Fix Released |
|
2010-10-20 16:14:25 |
Launchpad Janitor |
ubuntu-sso-client (Ubuntu Maverick): status |
Fix Committed |
Fix Released |
|
2010-10-21 15:10:31 |
Natalia Bidart |
ubuntu-sso-client/stable-1-0: status |
Fix Committed |
Fix Released |
|
2010-11-03 16:26:46 |
Natalia Bidart |
ubuntu-sso-client/stable-1-0: status |
Fix Released |
Triaged |
|
2010-11-03 16:26:50 |
Natalia Bidart |
ubuntu-sso-client/trunk: status |
Fix Released |
Triaged |
|
2010-11-03 16:26:55 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu Maverick): status |
Fix Released |
Triaged |
|
2010-11-03 16:27:01 |
Natalia Bidart |
ubuntu-sso-client (Ubuntu Natty): status |
Fix Released |
Triaged |
|
2010-11-03 19:05:49 |
Launchpad Janitor |
branch linked |
|
lp:~alecu/ubuntu-sso-client/store-keyring-on-main-thread |
|
2010-11-04 03:04:53 |
dobey |
ubuntu-sso-client/stable-1-0: status |
Triaged |
Fix Committed |
|
2010-11-12 15:08:06 |
Martin Pitt |
ubuntu-sso-client (Ubuntu Maverick): status |
Triaged |
Fix Committed |
|
2010-11-12 15:08:13 |
Martin Pitt |
tags |
desktop+ sso-network u1-maverick-sru u1-natty verification-done |
desktop+ sso-network u1-maverick-sru u1-natty |
|
2010-11-12 15:08:15 |
Martin Pitt |
tags |
desktop+ sso-network u1-maverick-sru u1-natty |
desktop+ sso-network u1-maverick-sru u1-natty verification-needed |
|
2010-11-12 22:28:52 |
Martin Pitt |
tags |
desktop+ sso-network u1-maverick-sru u1-natty verification-needed |
desktop+ sso-network u1-maverick-sru u1-natty verification-done |
|
2010-11-17 00:55:47 |
Alejandro J. Cura |
branch linked |
|
lp:~alecu/ubuntu-sso-client/use-txsecrets |
|
2010-11-19 12:51:09 |
Launchpad Janitor |
ubuntu-sso-client (Ubuntu Maverick): status |
Fix Committed |
Fix Released |
|
2010-11-19 13:58:53 |
Alejandro J. Cura |
ubuntu-sso-client/trunk: status |
Triaged |
Fix Committed |
|
2010-11-19 13:59:21 |
Alejandro J. Cura |
ubuntu-sso-client/stable-1-0: status |
Fix Committed |
Fix Released |
|
2010-11-30 13:58:26 |
Launchpad Janitor |
branch linked |
|
lp:ubuntu/ubuntu-sso-client |
|
2010-11-30 14:00:11 |
Launchpad Janitor |
ubuntu-sso-client (Ubuntu Natty): status |
Triaged |
Fix Released |
|
2010-11-30 14:41:38 |
Natalia Bidart |
ubuntu-sso-client/trunk: status |
Fix Committed |
Fix Released |
|
2011-09-19 21:33:26 |
Ubuntu Foundations Team Bug Bot |
tags |
desktop+ sso-network u1-maverick-sru u1-natty verification-done |
desktop+ sso-network testcase u1-maverick-sru u1-natty verification-done |
|