Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2880 by zubai...@hotmail.fr: segmentation fault after plotting
http://code.google.com/p/sympy/issues/detail?id=2880

I use "IPython console for SymPy 0.7.1 (Python 2.7.2-32-bit)", and when I try to close the window of some plot, I found a segmentation fault.
Here is what I typed:

IPython console for SymPy 0.7.1 (Python 2.7.2-32-bit) (ground types: python)

These commands were executed:
from __future__ import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)

Documentation can be found at http://www.sympy.org

In [1]: Plot(sin(x))
Out[1]: [0]: sin(x), 'mode=cartesian'

In [2]: Erreur de segmentation

The windows opened correctly, and I could see the graph.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to