On Wed, Jul 30, 2003 at 11:39:52PM +0200, Pere Pujal i Carabantes wrote: > > Before submitting reports of crashers, it would be really nice if you > > could test against CVS HEAD. A lot goes in between releases and the team > > is very small to be able to triage all reports that come in. > Just build the CVS HEAD, but how to ensure python is using it instead of > the supplied with the distribution when both coexist?
The PYTHONPATH (or sys.path) must be set correctly. > > A stack trace would be great too. > > If for stack trace you mean the output of 'strace' here are one for the > crash: > http://perso.wanadoo.es/perepujal/trace_with_python2.2.gz No, the output of gdb's 'where' or 'bt' command, after the dump. http://users.actcom.co.il/~choo/lupg/tutorials/debugging/debugging-with-gdb.html Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
