On Thu, Oct 15, 2009 at 6:14 PM, ankita dutta <ankita.dutt...@gmail.com> wrote:

> <some random value>  is dumped
> segmentation fault
>
>

It looks like you are using matplotlib, and matplotlib is the one
likely to segfault. You could check that it is indeed the case by just
commenting the part which does the plot - but I would be very
surprised if the lines before "lines=plt.plot(c1,exp,'ro')" are the
ones causing the segfault.

You should email the matplotlib user ML,

David
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to