This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author behackett
Recipients behackett, emptysquare, martin.panter, serhiy.storchaka, vstinner
Date 2015-09-24.18:42:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443120122.05.0.9619148187.issue25222@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a chunk of the call stack from the Visual Studio debugger using the debug build. Py_FatalError seems to be called multiple times:

>   ucrtbased.dll!72d27f30()    Unknown
    [Frames below may be incorrect and/or missing, no symbols loaded for ucrtbased.dll] 
    [External Code] 
    python35_d.dll!Py_FatalError(const char * msg) Line 1375    C   
    python35_d.dll!_Py_CheckRecursiveCall(const char * where) Line 733  C
    python35_d.dll!PyObject_Call(_object * func, _object * arg, _object * kw) Line 2144 C
    python35_d.dll!call_function_tail(_object * callable, _object * args) Line 2173 C
    python35_d.dll!callmethod(_object * func, const char * format, char * va, int is_size_t) Line 2242  C 
    python35_d.dll!_PyObject_CallMethodId(_object * o, _Py_Identifier * name, const char * format, ...) Line 2287   C
    python35_d.dll!flush_std_files() Line 488   C   
    python35_d.dll!Py_FatalError(const char * msg) Line 1354    C   
    python35_d.dll!_Py_CheckRecursiveCall(const char * where) Line 733  C
    python35_d.dll!PyObject_Call(_object * func, _object * arg, _object * kw) Line 2144 C
    python35_d.dll!do_call(_object * func, _object * * * pp_stack, int na, int nk) Line 4883    C       python35_d.dll!call_function(_object * * * pp_stack, int oparg) Line 4679   C
    python35_d.dll!PyEval_EvalFrameEx(_frame * f, int throwflag) Line 3183  C
    python35_d.dll!fast_function(_object * func, _object * * * pp_stack, int n, int na, int nk) Line 4751   C
    python35_d.dll!call_function(_object * * * pp_stack, int oparg) Line 4677   C
    python35_d.dll!PyEval_EvalFrameEx(_frame * f, int throwflag) Line 3183  C
    python35_d.dll!fast_function(_object * func, _object * * * pp_stack, int n, int na, int nk) Line 4751   C
    python35_d.dll!call_function(_object * * * pp_stack, int oparg) Line 4677   C
    python35_d.dll!PyEval_EvalFrameEx(_frame * f, int throwflag) Line 3183  C
    python35_d.dll!_PyEval_EvalCodeWithName(_object * _co, _object * globals, _object * locals, _object * * args, int argcount, _object * * kws, int kwcount, _object * * defs, int defcount, _object * kwdefs, _object * closure, _object * name, _object * qualname) Line 3962    C 
    python35_d.dll!fast_function(_object * func, _object * * * pp_stack, int n, int na, int nk) Line 4760   C
History
Date User Action Args
2015-09-24 18:42:02behackettsetrecipients: + behackett, vstinner, martin.panter, serhiy.storchaka, emptysquare
2015-09-24 18:42:02behackettsetmessageid: <1443120122.05.0.9619148187.issue25222@psf.upfronthosting.co.za>
2015-09-24 18:42:02behackettlinkissue25222 messages
2015-09-24 18:42:01behackettcreate