[Matplotlib-users] Matplotlib crashes on mouse event

2010-05-13 Thread Fabrice Silva
hi folks, even on simple script, matplotlib crashes : fab:$ python Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot as plt >>>

Re: [Matplotlib-users] Matplotlib crashes on mouse event

2010-05-14 Thread Fabrice Silva
Some additional details $ python Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16) [GCC 4.4.3] on linux2 >>> import numpy, matplotlib >>> numpy.__version__, matplotlib.__version__ ('1.3.0', '0.99.1.1') and the output of lsof just before the pointer enters the canvas -- Fabrice Silva $ lsof |grep 6

Re: [Matplotlib-users] Matplotlib crashes on mouse event

2010-05-14 Thread Michael Droettboom
Can you get a gdb backtrace? (Run "gdb python", then "run name_of_script.py", cause it to crash, and type "bt" in gdb console...) Mike Fabrice Silva wrote: > hi folks, > even on simple script, matplotlib crashes : > fab:$ python > Python 2.5.5 (r255:77872, Apr 21 2010, 08:44:16

Re: [Matplotlib-users] Matplotlib crashes on mouse event

2010-05-14 Thread Fabrice Silva
Le vendredi 14 mai 2010 à 10:06 -0400, Michael Droettboom a écrit : > Can you get a gdb backtrace? > > (Run "gdb python", then "run name_of_script.py", cause it to crash, and > type "bt" in gdb console...) Here is the backtrace: (gdb) run test_plt.py Starting program: /usr/bin/

Re: [Matplotlib-users] Matplotlib crashes on mouse event

2010-05-15 Thread Fabrice Silva
I notice that the illegal instruction does not occur when the figure does not contain any axes. Fabrice -- ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge

Re: [Matplotlib-users] Matplotlib crashes on mouse event

2010-05-16 Thread Fabrice Silva
FIY, with the help of Sylvestre Ledru (debian atlas maintainer), the problem was solved installing libatlas3g-sse*. -- ___ Matplotlib-users mailing list Matplotlib-users@lists