> Program received signal SIGSEGV, Segmentation fault. > 0xdd88f724 in strlen () from /usr/lib/libc.so.1 > (gdb) bt > #7 0xdd648ed3 in object_doc_descr_get (self=0x818a3b8, obj=0x0, > type=0xdd4638a0) at pygtype.c:1010
obj=0x0 seems to be the problem. It's possibly trivial to add a NULL check for it in the function, if it's correct. I tried to reproduce it, but could not (under Python 2.2.3), and I'm not really up to compiling Python CVS right now. Has anything related to descriptors changed in the current CVS? -- Johan Dahlin <[EMAIL PROTECTED]> _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
