Re: Help! Python either hangs or core dumps when calling C malloc

2005-09-08 Thread Lil
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" -- http://mail.python.org/mailman/listinfo/pyth

Re: Help! Python either hangs or core dumps when calling C malloc

2005-09-08 Thread Lil
ue? I'm going to try it on my windows machine now and see what happens. thanks! Lil -- http://mail.python.org/mailman/listinfo/python-list

Help! Python either hangs or core dumps when calling C malloc

2005-09-08 Thread Lil
the C function, it core dumps at malloc. I've tried multiple binary files with different sizes and the result is: if file size is < 20 bytes , works fine if file size is > 20 bytes, it hangs or core dumps. Please help!! Lil -- http://mail.python.org/mailman/listinfo/python-list