[NumPy-Tickets] [NumPy] #1775: Vectorized function segfault
NumPy Trac
numpy-tickets@scipy....
Fri Mar 18 09:08:27 CDT 2011
#1775: Vectorized function segfault
-----------------------+----------------------------------------------------
Reporter: borisaqua | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: Other | Version: 1.5.1
Keywords: |
-----------------------+----------------------------------------------------
from numpy import *
fv = vectorize(lambda a: tuple([a]*50))
fv([2,3])
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6252acf in ?? () from
/usr/lib/pymodules/python2.6/numpy/core/umath.so
(gdb) bt
#0 0x00007ffff6252acf in ?? () from
/usr/lib/pymodules/python2.6/numpy/core/umath.so
#1 0x00007ffff6254734 in ?? () from
/usr/lib/pymodules/python2.6/numpy/core/umath.so
#2 0x00007ffff6255928 in ?? () from
/usr/lib/pymodules/python2.6/numpy/core/umath.so
#3 0x0000000000000000 in ?? ()
(gdb)
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1775>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list