Author faik
Recipients
Date 2006-06-26.14:08:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1541018

I tracked the seg. fault. It seg. faults in method 
PyTuple_Pack(). When python receives the keyboard 
interrupt:
                o = va_arg(vargs, PyObject *);
                Py_INCREF(o);

va_arg returns NULL, and Py_INCREF causes the seg.fault.
History
Date User Action Args
2007-08-23 14:40:50adminlinkissue1512695 messages
2007-08-23 14:40:50admincreate