[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2014-03-13 Thread Charles Kerr
** Changed in: libappindicator Status: Fix Committed = 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/1122596 Title: Race condition in app_indicator_init() causes application

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2014-01-07 Thread Bartosz Kosiorek
After applying patch from precise-proposed the problem with crashes has gone. Thanks! ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2014-01-07 Thread Launchpad Bug Tracker
This bug was fixed in the package libappindicator - 0.4.92-0ubuntu1.1 --- libappindicator (0.4.92-0ubuntu1.1) precise; urgency=low * Fix race condition in app_indicator_init() (LP: #1122596) -- John Vert jo...@valvesoftware.com Tue, 12 Feb 2013 10:53:08 -0800 ** Changed in:

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-09-05 Thread Brian Murray
I checked the apport duplicates database and didn't find any crashes with this information. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init()

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-09-05 Thread Brian Murray
discussion in #ubuntu-devel regarding the crash to look for: 16:08 charles bdmurray: it would show up as dereferencing a NULL pointer, the self-priv field 16:08 bdmurray charles: would the crash be filed about some other package though?

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-03-07 Thread Dave Walker
Hello John, or anyone else affected, Accepted libappindicator into precise-proposed. The package will build now and be available at http://launchpad.net/ubuntu/+source/libappindicator/0.4.92-0ubuntu1.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-03-07 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/precise/libappindicator /precise-proposed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init() causes

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-27 Thread Brian Murray
** Branch linked: lp:~johnv/ubuntu/precise/libappindicator/bug-1122596 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init() causes application crash

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-27 Thread Brian Murray
** Also affects: libappindicator (Ubuntu Precise) Importance: Undecided Status: New ** Changed in: libappindicator (Ubuntu Precise) Status: New = Triaged ** Changed in: libappindicator (Ubuntu Precise) Importance: Undecided = High -- You received this bug notification

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-27 Thread Brian Murray
** Changed in: libappindicator (Ubuntu Precise) Assignee: (unassigned) = Brian Murray (brian-murray) ** Changed in: libappindicator (Ubuntu Precise) Status: Triaged = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-15 Thread Launchpad Bug Tracker
This bug was fixed in the package libappindicator - 12.10.1daily13.02.15-0ubuntu1 --- libappindicator (12.10.1daily13.02.15-0ubuntu1) raring; urgency=low [ Charles Kerr ] * Race condition in app_indicator_init() causes application crash (LP: #1122596) [ Iain Lane ] *

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-14 Thread Sebastien Bacher
** Also affects: libappindicator Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init() causes application

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-14 Thread Charles Kerr
Looks right. Thanks John! ** Changed in: libappindicator Status: New = In Progress ** Changed in: libappindicator Assignee: (unassigned) = Charles Kerr (charlesk) ** Changed in: libappindicator Importance: Undecided = Medium -- You received this bug notification because you are

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~charlesk/libappindicator/lp-1122596 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init() causes application crash To manage

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-14 Thread John Vert
** Description changed: app_indicator_init() in app-indicator.c calls g_bus_get() before setting self-priv. This creates a race condition where the bus_creation() callback can execute while self-priv still contains garbage. Suggested fix is to set self-priv before calling g_bus_get().

[Bug 1122596] Re: Race condition in app_indicator_init() causes application crash

2013-02-14 Thread PS Jenkins bot
** Changed in: libappindicator Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1122596 Title: Race condition in app_indicator_init() causes application