[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-10-26 Thread Treviño
** Changed in: unity
   Status: Fix Committed => Fix Released

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-22 Thread Treviño
** Changed in: unity
   Status: In Progress => Fix Committed

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-21 Thread Launchpad Bug Tracker
This bug was fixed in the package unity - 7.3.2+15.10.20150921-0ubuntu1

---
unity (7.3.2+15.10.20150921-0ubuntu1) wily; urgency=medium

  [ Andrea Azzarone ]
  * Avoid to open adjacent menu when moving from an indicator icon to
its dropdown menu. (LP: #552920)
  * Make sure to restore the state before the call to
glDisable(GL_SCISSOR_TEST). (LP: #1485727)

  [ Iain Lane ]
  * launcher: Always make sure we check the right file when seeing if
.desktop files have been deleted. Fixes disappearing launcher icons
when applications are upgraded when we are using glib > 2.44. (LP:
#1498106)

  [ Lars Uebernickel ]
  * DevicesSettingsImp: dont't feed garbage to gsettings (LP: #1495173)

  [ Luke Yelavich ]
  * Make a copy of a quicklist menu item plain text label
  * Make a copy of a quicklist menu item plain text label

  [ Marco Trevisan (Treviño) ]
  * MenuManager: add a new setting to control the show-now delay (LP:
#1497915)

 -- Marco Trevisan (Treviño)   Mon, 21 Sep 2015 17:44:10
+

** Changed in: unity (Ubuntu)
   Status: In Progress => Fix Released

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1495173/+subscriptions

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

[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-17 Thread Fabio Marconi
** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided => High

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-17 Thread Andrea Azzarone
** Also affects: unity
   Importance: Undecided
   Status: New

** Changed in: unity
   Status: New => Incomplete

** Changed in: unity
   Status: Incomplete => In Progress

** Changed in: unity
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Changed in: unity (Ubuntu)
 Assignee: (unassigned) => Lars Uebernickel (larsu)

** Changed in: unity
   Importance: Undecided => High

** Changed in: unity
Milestone: None => 7.3.3

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-17 Thread Lars Uebernickel
This is not a bug in glib. UploadBlacklist() loops through a list of
strings with

  for (auto item : blacklist_)
// do something with item.c_str()

which makes a copy of each string in every iteration. This means that
item.c_str() is not valid anymore after the loop finishes.
g_settings_set_strv() then rightly complains about invalid utf8  from
whatever is lying around at those memory addresses then.

The attached branch fixes this by using a const reference in the loop.

** Changed in: unity (Ubuntu)
   Status: Invalid => In Progress

** Changed in: glib2.0 (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: unity (Ubuntu)
   Importance: Medium => High

** Branch linked: lp:~larsu/unity/lp1495173

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-16 Thread Treviño
** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity (Ubuntu)
   Status: Confirmed => Invalid

** Information type changed from Private to Public

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495173/+subscriptions

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


[Bug 1495173] Re: compiz crashed with SIGSEGV in g_bit_lock()

2015-09-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: glib2.0 (Ubuntu)
   Status: New => Confirmed

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

Title:
  compiz crashed with SIGSEGV in g_bit_lock()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1495173/+subscriptions

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