Ok, the secret to causing the seg fault seems to be that I am running the 
application UI on a thread, starting gtk.main() in a context like this:
 gtk.gdk.threads_init()
 gtk.gdk.threads_enter()
 gtk.main()
 gtk.gdk.threads_leave()

When I comment out gtk.gdk.threads_enter(), and gtk.gdk.threads_leave()
the program does not seg fault.

-- 
credentials.get_request_token function causes a segmentation fault
https://bugs.launchpad.net/bugs/384643
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to