[Numpy-discussion] Segfault!

Sasha ndarray at mac.com
Thu Mar 30 21:20:02 EST 2006


Fixed. <http://projects.scipy.org/scipy/numpy/changeset/2312>

On 3/30/06, Tim Hochberg <tim.hochberg at cox.net> wrote:
>
> The following snippet utilizing a rank-0 array will segfault numpy:
>
>     import numpy
>     a = numpy.array(4)
>     b = numpy.arange(10)
>     a *= b
>
> (Build '0.9.7.2301' using VC7 on windows).
>
> I'll file a better bug report tomorrow, assuming this hasn't been fixed,
> but I'm on my way out the door.
>
> -tim
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by xPML, a groundbreaking scripting language
> that extends applications into web and mobile media. Attend the live webcast
> and join the prime developer group breaking into this new coding territory!
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/numpy-discussion
>




More information about the NumPy-Discussion mailing list