My somewhat complicated PyGTK program (involving threads, signals and callbacks) has a Python-wrapping-C part, and somewhere along the line, the program crashes when I do:
import gc gc.collect() The stack trace (http://bugzilla.gnome.org/show_bug.cgi?id=322119) doesn't give me any obvious clues. How can I get a little more information? For example, is a particular object badly ref-counted (e.g., with a ref-count of -1)? How can I get the name of the Python class of the rogue object? tia, Nigel. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
