Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corner-case bugs while trying to dump objects with meliae #2

Open
lmacken opened this issue Mar 15, 2012 · 0 comments
Open

Corner-case bugs while trying to dump objects with meliae #2

lmacken opened this issue Mar 15, 2012 · 0 comments

Comments

@lmacken
Copy link
Owner

lmacken commented Mar 15, 2012

I hit these tracebacks while bouncing between a couple of processes over and over.

Traceback (most recent call last):
  File "pyrasite/tools/gui.py", line 573, in selection_cb
    self.dump_objects(proc)
  File "pyrasite/tools/gui.py", line 632, in dump_objects
    map(intify, line.split()[1:]))
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 935, in append
    self.set_row(treeiter, row)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 791, in set_row
    raise ValueError('row sequence has the incorrect number of elements')
ValueError: row sequence has the incorrect number of elements

Traceback (most recent call last):
  File "pyrasite/tools/gui.py", line 301, in obj_selection_cb
    addy = model.get_value(treeiter, 0)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 977, in get_value
    return self._decode_value(treeiter, column, value)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/Gtk.py", line 803, in _decode_value
    value = value.decode('UTF-8')
AttributeError: 'NoneType' object has no attribute 'decode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant