[Bug 732484] Re: Gdk.keyval_name() crashes with free(): invalid pointer: 0x00007f4d337de806

2011-03-10 Thread Launchpad Bug Tracker
This bug was fixed in the package gtk+2.0 - 2.24.1-1ubuntu3

---
gtk+2.0 (2.24.1-1ubuntu3) natty; urgency=low

  * Add 000git_GI-gdk_keyval_name.patch: Fix gdk_keyval_name() and
gdk_keyval_from_name() annotations. (LP: #732484)
 -- Martin PittThu, 10 Mar 2011 15:56:10 +0100

** Branch linked: lp:~ubuntu-desktop/gtk/ubuntu

** Changed in: gtk+2.0 (Ubuntu)
   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/732484

Title:
  Gdk.keyval_name() crashes with free(): invalid pointer:
  0x7f4d337de806

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


[Bug 732484] Re: Gdk.keyval_name() crashes with free(): invalid pointer: 0x00007f4d337de806

2011-03-10 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.26

---
language-selector (0.26) natty; urgency=low

  * LanguageSelector/gtk/GtkLanguageSelector.py: Fix CONTROL_MASK constant.
This brings back Ctrl+W to close the window. (LP: #732484)
 -- Martin PittThu, 10 Mar 2011 15:28:57 +0100

** Changed in: language-selector (Ubuntu)
   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/732484

Title:
  Gdk.keyval_name() crashes with free(): invalid pointer:
  0x7f4d337de806

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


[Bug 732484] Re: Gdk.keyval_name() crashes with free(): invalid pointer: 0x00007f4d337de806

2011-03-10 Thread Launchpad Bug Tracker
** Branch linked: lp:language-selector

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

Title:
  Gdk.keyval_name() crashes with free(): invalid pointer:
  0x7f4d337de806

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


[Bug 732484] Re: Gdk.keyval_name() crashes with free(): invalid pointer: 0x00007f4d337de806

2011-03-10 Thread Martin Pitt
The CONTROL_MASK crash is an actual bug in language-selector, fixed in
bzr.

** Changed in: language-selector (Ubuntu)
   Status: Triaged => 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/732484

Title:
  Gdk.keyval_name() crashes with free(): invalid pointer:
  0x7f4d337de806

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


[Bug 732484] Re: Gdk.keyval_name() crashes with free(): invalid pointer: 0x00007f4d337de806

2011-03-10 Thread Martin Pitt
I fixed the crash in trunk:
http://git.gnome.org/browse/gtk+/commit/?h=gtk-2-24

This now uncovers the next crash, but that's better "defined":

Traceback (most recent call last):
  File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 70, in wrapper
res = f(*args, **kwargs)
  File 
"/usr/lib/python2.7/dist-packages/LanguageSelector/gtk/GtkLanguageSelector.py", 
line 1095, in on_window_main_key_press_event
if (event.get_state() & Gdk.EventMask.CONTROL_MASK):
AttributeError: type object 'GdkEventMask' has no attribute 'CONTROL_MASK'

(this also doesn't happen with GTK3).

** Changed in: gtk+2.0 (Ubuntu)
   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/732484

Title:
  Gdk.keyval_name() crashes with free(): invalid pointer:
  0x7f4d337de806

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