[NumPy-Tickets] [NumPy] #1737: numpy.test() seg faults
NumPy Trac
numpy-tickets@scipy....
Tue Feb 8 16:06:53 CST 2011
#1737: numpy.test() seg faults
------------------------+---------------------------------------------------
Reporter: sienkiew | Owner: somebody
Type: defect | Status: new
Priority: high | Milestone: 2.0.0
Component: numpy.core | Version: devel
Keywords: |
------------------------+---------------------------------------------------
Comment(by m-paradox):
Actually, for the debug printing, you should also change
{{{
#define NPY_UF_DBG_PRINTF(...) printf(__VA_ARGS__)
}}}
to
{{{
#define NPY_UF_DBG_PRINTF(...) {printf(__VA_ARGS__); fflush(stdout);}
}}}
so that the buffered printouts don't get lost when it crashes.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1737#comment:4>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list