geisview crash on Segmentation fault (17.04)

Bug #1695998 reported by stefano
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Geis
New
Undecided
Unassigned
Debian
Fix Released
Unknown
geis (Ubuntu)
New
Undecided
Unassigned

Bug Description

geisview from geis-tools_2.2.17+16.04.20160126-0ubuntu1_amd64 crash on segmentation fault on Ubuntu 17.04 with 4.10.0-21 kernel.
Here the output:

>> geisview
/usr/lib/python3/dist-packages/geisview/classview.py:22: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
Segmentation fault (core dumped)

I'm new on this so please help me and tell me if I need to provide more information and how.

Revision history for this message
stefano (velix) wrote :

Trying to correct line 22 of file "classview.py" with:

import gi
gi.require_version('Gtk', '3.0')
from gi.repository import Gtk

lead to an anonymous:

>> geisview
Segmentation fault (core dumped)

Changed in debian:
status: Unknown → New
Changed in debian:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.