"Lil" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] >I already double checked my C code. It runs perfectly fine in C without > any errors. So in my python program, I added a pdb.set_trace() > and step through the program and it did not dump. But when i took out > the tracing, the core dump came back. "sigh"
Check your program for _uninitialized_variables_. (Just a guess: but what other side-effect than changing the values of uninitialized variables - and the program's timing, of course - might the stepping through with a debugger have?) Regards, Christian -- http://mail.python.org/mailman/listinfo/python-list