Indeed this call happens in

    def excepthook(self, exctype, excvalue, exctb):


which has the exact same signature as apport_excepthook() (well, 
unsurprisingly, as both are standard Python exception handlers). So it would 
just need to import apport_python_hook and call apport_excepthook(exctype, 
excvalue, exctb).

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

Title:
  excepthook in gtk_ui.py should write a crash report instead of calling
  ubuntu-bug

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to