[Numpy-discussion] Ticket 418

Fernando Perez fperez.net at gmail.com
Fri Mar 30 13:08:37 EDT 2007


On 3/30/07, Gary Pajer <gary.pajer at gmail.com> wrote:
> On 3/30/07, Nils Wagner <nwagner at iam.uni-stuttgart.de> wrote:
> > Hi all,
> >
> > Is someone able to reproduce the segfault described at
> >
> > http://projects.scipy.org/scipy/numpy/ticket/418
> >
> > with a recent svn version ?
> >
> > I am using
> > >>> numpy.__version__
> > '1.0.2.dev3616'
> > >>> scipy.__version__
> > '0.5.3.dev2892'
>
> My version is not shiny-new, bu
>
> gap at gap-laptop:~/downloads$ python sina3.py
> Optimization terminated successfully.
>          Current function value: 1.761814
>          Iterations: 8
>          Function evaluations: 42
>          Gradient evaluations: 14
> Segmentation fault
>
>
> In [3]: scipy.__version__
> Out[3]: '0.5.3.dev2844'
>
> In [4]: numpy.__version__
> Out[4]: '1.0.2.dev3573'

I get the exact same crash as Gary, with:

In [3]: N.__version__
Out[3]: '1.0.2.dev3607'

In [5]: S.__version__
Out[5]: '0.5.3.dev2878'

I'm running a 32-bit Ubuntu Edgy install on a Pentium 4.

Cheers,

f



More information about the NumPy-Discussion mailing list