[SciPy-dev] Segfault initializing _cephes.so
Robert Kern
rkern at ucsd.edu
Sun Oct 9 13:09:47 CDT 2005
It's on line 412 of _cephesmodule.c, the second ufunc to be created.
f = PyUFunc_FromFuncAndData(cephes3a_functions, bdtr_data,
cephes_4_types, 2, 3, 1, PyUFunc_None, "bdtr", bdtr_doc, 0);
The error occurs before the function can be executed.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Scipy-dev
mailing list