[Numpy-discussion] NumPy segfault when running tests (2.7, 1.4.1)

Pauli Virtanen pav at iki.fi
Tue Aug 3 16:09:13 EDT 2010


Tue, 03 Aug 2010 15:52:55 -0400, David Warde-Farley wrote:
[clip]
> in PyErr_WarnEx (category=0x11eb6c54,
>     text=0x5f90c0 "PyOS_ascii_strtod and PyOS_ascii_atof are deprecated.
>      Use PyOS_string_to_double instead.", stack_level=0) at
>     Python/_warnings.c:719
> 719	    res = do_warn(message, category, stack_level); 
> (gdb)

That was probably fixed in r8394 in trunk.

But to be sure, can you supply the whole stack trace (type "bt" in the 
gdb prompt).

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list