Comment 15 for bug 1842439

Revision history for this message
Benjamin Drung (bdrung) wrote :

Print-line debugging shows that the Python code for that crash is in GTKUserInterface.__init__:

```
    self.widgets.add_from_file(
        os.path.join(os.path.dirname(argv[0]), "apport-gtk.ui")
    )
```