[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-07-21 Thread Bug Watch Updater
** Changed in: glib
   Status: Unknown = Confirmed

** Changed in: glib
   Importance: Unknown = Medium

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

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in GLib:
  Confirmed
Status in gdb package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  Triaged

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-05-19 Thread Iain Lane
Cheers - I think it'd be good to get this naturally via upstream. Do you
agree? When the patch is acked, you can ask to have it put into the
stable branch too  then we'll get it in vivid.

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

** Changed in: glib2.0 (Ubuntu)
   Importance: Undecided = Low

** Also affects: glib via
   https://bugzilla.gnome.org/show_bug.cgi?id=749092
   Importance: Unknown
   Status: Unknown

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

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in The G Library - GLib:
  Unknown
Status in gdb package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  Triaged

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-05-08 Thread Marius Gedminas
gdb in Ubuntu links against libpython3.4.

The Python scripts in /usr/share/glib-2.0/gdb haven't been fully ported
to Python 3: the custom iterators should define a '__next__' method
alias pointing to 'next'.

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gdb (Ubuntu)
   Status: New = Invalid

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

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in gdb package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1449389/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-05-08 Thread Marius Gedminas
The command to list Python scripts that have been autoloaded is:

(gdb) info auto-load python-scripts

I'm guessing 
/usr/share/gdb/auto-load/lib/x86_64-linux-gnu/libglib-2.0.so.0.4400.0-gdb.py is 
the one that causes my problem.
It's a small script that adds /usr/share/glib-2.0/gdb to sys.path and imports 
stuff from it.

/usr/share/glib-2.0/gdb is shipped in libglib2.0-0-dbg.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1449389

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in gdb package in Ubuntu:
  New

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1449389/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-05-08 Thread Marius Gedminas
Somewhat-related upstream bug:
https://bugzilla.gnome.org/show_bug.cgi?id=720635

** Bug watch added: GNOME Bug Tracker #720635
   https://bugzilla.gnome.org/show_bug.cgi?id=720635

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

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in gdb package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1449389/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1449389] Re: Python Exception class 'TypeError' iter() returned non-iterator of type '_iterator'

2015-05-08 Thread Marius Gedminas
Upstream bug with a patch:
https://bugzilla.gnome.org/show_bug.cgi?id=749092

** Bug watch added: GNOME Bug Tracker #749092
   https://bugzilla.gnome.org/show_bug.cgi?id=749092

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

Title:
  Python Exception class 'TypeError' iter() returned non-iterator of
  type '_iterator'

Status in gdb package in Ubuntu:
  Invalid
Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I tried to gdb a gnome-shell segfault:

  (gdb) bt
  #0  0x7f8cad51f638 in g_slice_alloc (magazine_chunks=0xf879b0) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:535
  #1  0x7f8cad51f638 in g_slice_alloc (tmem=optimized out, ix=1) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:842
  #2  0x7f8cad51f638 in g_slice_alloc (mem_size=mem_size@entry=24) at 
/build/buildd/glib2.0-2.44.0/./glib/gslice.c:998
  Python Exception class 'TypeError' iter() returned non-iterator of type 
'_iterator': 

  This looks like a bug in a gdb pretty-printer that's shipped with
  Ubuntu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdb/+bug/1449389/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp