segmentation fault

David Cournapeau cournape at gmail.com
Thu Oct 15 06:05:17 EDT 2009


On Thu, Oct 15, 2009 at 6:14 PM, ankita dutta <ankita.dutta09 at 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



More information about the Python-list mailing list