Discussion:
[BitPim-devel] bitpim crashes or hangs on exit
Alin Nastac
2006-04-23 09:02:58 UTC
Permalink
Do you guys have a solution to the problem exposed in
http://bugs.gentoo.org/show_bug.cgi?id=130914 ?
To be noted that on Gentoo, only bitpim Python sources gets installed
(and bmp2avi program, but this is irrelevant).
The user has the latest wxGTK & wxpython, namely 2.6.3.2.
Roger Binns
2006-04-24 05:12:05 UTC
Permalink
Post by Alin Nastac
http://bugs.gentoo.org/show_bug.cgi?id=130914
Note that in neither case is BitPim code actually running.
There is a call way higher in the stack doing wx.App:MainLoop()
and then lots of gtk stuff.

I have seen cases where BitPim doesn't exit with Gtk (it always
works fine with Windows and Mac). What could be done is
a flat out sys.exit() call but I don't know how well Gtk will
take that. Even more severe is os.exit which will terminate
the process with a system call.

Roger

Loading...