-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Closed
Description
Original ticket http://projects.scipy.org/numpy/ticket/1775 on 2011-03-18 by trac user borisaqua, assigned to unknown.
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)