Home
last modified time | relevance | path

Searched refs:Py_FatalError (Results 1 – 25 of 58) sorted by relevance

123

/external/python/cpython2/Python/
Dpystate.c67 Py_FatalError("Can't initialize threads for interpreter"); in PyInterpreterState_New()
136 Py_FatalError( in PyInterpreterState_Delete()
142 Py_FatalError("PyInterpreterState_Delete: remaining threads"); in PyInterpreterState_Delete()
265 Py_FatalError("PyThreadState_Delete: NULL tstate"); in tstate_delete_common()
268 Py_FatalError("PyThreadState_Delete: NULL interp"); in tstate_delete_common()
272 Py_FatalError( in tstate_delete_common()
281 Py_FatalError( in tstate_delete_common()
286 Py_FatalError( in tstate_delete_common()
300 Py_FatalError("PyThreadState_Delete: tstate is still current"); in PyThreadState_Delete()
315 Py_FatalError( in PyThreadState_DeleteCurrent()
[all …]
Drandom.c63 Py_FatalError("Failed to initialize Windows random API (CryptoGen)"); in win32_urandom_init()
89 Py_FatalError("Failed to initialized the randomized hash " in win32_urandom()
128 Py_FatalError("getentropy() failed"); in py_getentropy()
149 Py_FatalError("Failed to initialize the randomized hash " in vms_urandom()
179 Py_FatalError("Failed to open /dev/urandom"); in dev_urandom_noraise()
189 Py_FatalError("Failed to read bytes from /dev/urandom"); in dev_urandom_noraise()
390 Py_FatalError("PYTHONHASHSEED must be \"random\" or an integer " in _PyRandom_Init()
Dpythonrun.c198 Py_FatalError("Py_Initialize: can't make first interpreter"); in Py_InitializeEx()
202 Py_FatalError("Py_Initialize: can't make first thread"); in Py_InitializeEx()
208 Py_FatalError("Py_Initialize: can't init frames"); in Py_InitializeEx()
211 Py_FatalError("Py_Initialize: can't init ints"); in Py_InitializeEx()
214 Py_FatalError("Py_Initialize: can't init longs"); in Py_InitializeEx()
217 Py_FatalError("Py_Initialize: can't init bytearray"); in Py_InitializeEx()
223 Py_FatalError("Py_Initialize: can't make modules dictionary"); in Py_InitializeEx()
226 Py_FatalError("Py_Initialize: can't make modules_reloading dictionary"); in Py_InitializeEx()
235 Py_FatalError("Py_Initialize: can't initialize __builtin__"); in Py_InitializeEx()
238 Py_FatalError("Py_Initialize: can't initialize builtins dict"); in Py_InitializeEx()
[all …]
Dthread.c278 Py_FatalError("tls find_key: small circular list(!)"); in find_key()
281 Py_FatalError("tls find_key: circular list(!)"); in find_key()
Dfrozenmain.c53 Py_FatalError("__main__ not frozen"); in Py_FrozenMain()
Dmysnprintf.c89 Py_FatalError("Buffer overflow in PyOS_snprintf/PyOS_vsnprintf"); in PyOS_vsnprintf()
Dsysmodule.c1571 Py_FatalError("can't create sys.path"); in PySys_SetPath()
1573 Py_FatalError("can't assign sys.path"); in PySys_SetPath()
1629 Py_FatalError("no mem for sys.argv"); in PySys_SetArgvEx()
1631 Py_FatalError("can't assign sys.argv"); in PySys_SetArgvEx()
1714 Py_FatalError("no mem for sys.path insertion"); in PySys_SetArgvEx()
1716 Py_FatalError("sys.path.insert(0) failed"); in PySys_SetArgvEx()
Dcodecs.c1017 Py_FatalError("can't initialize codec error registry"); in _PyCodecRegistry_Init()
1021 Py_FatalError("can't initialize codec error registry"); in _PyCodecRegistry_Init()
1028 Py_FatalError("can't initialize codec registry"); in _PyCodecRegistry_Init()
Dceval.c274 Py_FatalError("PyEval_AcquireThread: NULL new thread state"); in PyEval_AcquireThread()
279 Py_FatalError( in PyEval_AcquireThread()
287 Py_FatalError("PyEval_ReleaseThread: NULL thread state"); in PyEval_ReleaseThread()
289 Py_FatalError("PyEval_ReleaseThread: wrong thread state"); in PyEval_ReleaseThread()
343 Py_FatalError("PyEval_SaveThread: NULL tstate"); in PyEval_SaveThread()
355 Py_FatalError("PyEval_RestoreThread: NULL tstate"); in PyEval_RestoreThread()
1114 Py_FatalError("ceval: tstate mix-up"); in PyEval_EvalFrameEx()
1122 Py_FatalError("ceval: orphan tstate"); in PyEval_EvalFrameEx()
1317 Py_FatalError("invalid argument to DUP_TOPX" in PyEval_EvalFrameEx()
3186 Py_FatalError(buf); in PyEval_EvalFrameEx()
/external/python/cpython2/Objects/
Dobject.c144 Py_FatalError("XXX inc_count sanity check"); in inc_count()
200 Py_FatalError(buf); in _Py_NegativeRefcount()
2011 Py_FatalError("deallocating None"); in none_dealloc()
2072 Py_FatalError("Can't initialize type type"); in _Py_ReadyTypes()
2075 Py_FatalError("Can't initialize weakref type"); in _Py_ReadyTypes()
2078 Py_FatalError("Can't initialize callable weakref proxy type"); in _Py_ReadyTypes()
2081 Py_FatalError("Can't initialize weakref proxy type"); in _Py_ReadyTypes()
2084 Py_FatalError("Can't initialize bool type"); in _Py_ReadyTypes()
2087 Py_FatalError("Can't initialize str type"); in _Py_ReadyTypes()
2090 Py_FatalError("Can't initialize bytearray type"); in _Py_ReadyTypes()
[all …]
Dexceptions.c2045 Py_FatalError("exceptions bootstrapping error.");
2050 Py_FatalError("Module dictionary insertion problem.");
2122 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2125 Py_FatalError("exceptions bootstrapping error."); in _PyExc_Init()
2186 Py_FatalError("Cannot pre-allocate MemoryError instance"); in _PyExc_Init()
2190 Py_FatalError("Cannot pre-allocate RuntimeError instance for " in _PyExc_Init()
2199 Py_FatalError("cannot allocate argument for RuntimeError " in _PyExc_Init()
2203 Py_FatalError("cannot allocate tuple for RuntimeError " in _PyExc_Init()
2207 Py_FatalError("init of pre-allocated RuntimeError failed"); in _PyExc_Init()
/external/python/cpython2/Parser/
Dgrammar.c25 Py_FatalError("no mem for new grammar"); in newgrammar()
43 Py_FatalError("no mem to resize dfa in adddfa"); in adddfa()
62 Py_FatalError("no mem to resize state in addstate"); in addstate()
85 Py_FatalError("no mem to resize arc list in addarc"); in addarc()
105 Py_FatalError("no mem to resize labellist in addlabel"); in addlabel()
128 Py_FatalError("grammar.c:findlabel()"); in findlabel()
Dpgen.c55 Py_FatalError("out of mem"); in addnfastate()
72 Py_FatalError("out of mem"); in addnfaarc()
86 Py_FatalError("no mem for new nfa"); in newnfa()
111 Py_FatalError("no mem for new nfa grammar"); in newnfagrammar()
129 Py_FatalError("out of mem"); in addnfa()
142 Py_FatalError("REQN"); \
402 Py_FatalError("no mem for xx_state in makedfa"); in makedfa()
443 Py_FatalError("out of mem"); in makedfa()
467 Py_FatalError("out of mem"); in makedfa()
Dfirstsets.c64 Py_FatalError("no mem for new sym in calcfirstset"); in calcfirstset()
79 Py_FatalError( in calcfirstset()
Dbitset.c14 Py_FatalError("no mem for bitset"); in newbitset()
Dpgenmain.c127 Py_FatalError(const char *msg) in Py_FatalError() function
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dffi.c37 extern void Py_FatalError(const char *msg);
124 Py_FatalError("FFI BUG: not enough stack space for arguments"); in ffi_prep_args()
480 Py_FatalError("FFI_TRAMPOLINE_SIZE too small in " __FILE__); in ffi_prep_closure_loc()
/external/python/cpython2/Modules/
Dmain.c301 Py_FatalError( in Py_Main()
314 Py_FatalError( in Py_Main()
470 Py_FatalError( in Py_Main()
Dfpectlmodule.c285 Py_FatalError("Unprotected floating point exception"); in sigfpe_handler()
Dgcmodule.c785 Py_FatalError("gc couldn't create gc.garbage list"); in handle_finalizers()
887 Py_FatalError("gc couldn't allocate \"__del__\""); in collect()
1027 Py_FatalError("unexpected exception during garbage collection"); in collect()
Dreadline.c910 Py_FatalError("not enough memory to save locale"); in setup_readline()
1130 Py_FatalError("not enough memory to save locale"); in call_readline()
/external/python/cpython2/Include/
Dpydebug.h36 PyAPI_FUNC(void) Py_FatalError(const char *message);
Dobjimpl.h274 Py_FatalError("GC object already tracked"); \
/external/python/cpython2/Mac/Modules/
DColorPickermodule.c88 Py_FatalError("can't initialize module ColorPicker"); in initColorPicker()
/external/python/cpython2/PC/os2emx/
Dgetpathp.c157 Py_FatalError("buffer overflow in getpathp.c's joinpath()"); in join()

123