[issue46165] pythin is core dumping with SIGILL in pytest of the jupyter-server

Tomasz Kloczko report at bugs.python.org
Thu Dec 23 23:07:42 EST 2021


Tomasz Kloczko <kloczko.tomasz at gmail.com> added the comment:

OK accorting to your expertise this could be somethning wrong in some of the DSOs ..

May I ask for a little help with pointing on possible module which i doing sometbing wrong?

Just looking on top of the call trace 

                #0  0x00007f480be7a54c __pthread_kill_implementation (libc.so.6 + 0x8f54c)
                #1  0x00007f480be2d696 raise (libc.so.6 + 0x42696)
                #2  0x00007f480be2d740 __restore_rt (libc.so.6 + 0x42740)
                #3  0x00007f47f9fbe8ff blake2b_init (libargon2.so.1 + 0x38ff)
                #4  0x00007f47f9fbfb0e argon2_ctx.part.0 (libargon2.so.1 + 0x4b0e)
                #5  0x00007f47f9fc0a9f argon2_hash (libargon2.so.1 + 0x5a9f)
                #6  0x00007f47f9fc8f16 _cffi_f_argon2_hash (_ffi.abi3.so + 0x2f16)
                #7  0x00007f480c0a0077 cfunction_call_varargs (libpython3.8.so.1.0 + 0xb7077)
                #8  0x00007f480c10febb _PyObject_MakeTpCall (libpython3.8.so.1.0 + 0x126ebb)
                #9  0x00007f480c05eee4 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x75ee4)
                #10 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #11 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #12 0x00007f480c05d42c _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7442c)
                #13 0x00007f480c05897b function_code_fastcall (libpython3.8.so.1.0 + 0x6f97b)
                #14 0x00007f480c05d8e3 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x748e3)
                #15 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #16 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #17 0x00007f480c05d3e0 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x743e0)
                #18 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #19 0x00007f480c1784e7 PyEval_EvalCode (libpython3.8.so.1.0 + 0x18f4e7)
                #20 0x00007f480c1d9295 builtin_exec (libpython3.8.so.1.0 + 0x1f0295)
                #21 0x00007f480c176c37 cfunction_vectorcall_FASTCALL (libpython3.8.so.1.0 + 0x18dc37)
                #22 0x00007f480c05d3e0 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x743e0)
                #23 0x00007f480c05897b function_code_fastcall (libpython3.8.so.1.0 + 0x6f97b)
                #24 0x00007f480c05d8e3 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x748e3)
                #25 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #26 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #27 0x00007f480c05e93d _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7593d)
                #28 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #29 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #30 0x00007f480c132c9a method_vectorcall (libpython3.8.so.1.0 + 0x149c9a)
                #31 0x00007f480c05d42c _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7442c)
                #32 0x00007f480c05897b function_code_fastcall (libpython3.8.so.1.0 + 0x6f97b)
                #33 0x00007f480c05d8e3 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x748e3)
                #34 0x00007f480c05897b function_code_fastcall (libpython3.8.so.1.0 + 0x6f97b)
                #35 0x00007f480c1100bd PyVectorcall_Call (libpython3.8.so.1.0 + 0x1270bd)
                #36 0x00007f480c05ada7 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x71da7)
                #37 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #38 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #39 0x00007f480c05e93d _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7593d)
                #40 0x00007f480c05897b function_code_fastcall (libpython3.8.so.1.0 + 0x6f97b)
                #41 0x00007f480c132c9a method_vectorcall (libpython3.8.so.1.0 + 0x149c9a)
                #42 0x00007f480c05e93d _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7593d)
                #43 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #44 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #45 0x00007f480c110246 _PyObject_FastCallDict (libpython3.8.so.1.0 + 0x127246)
                #46 0x00007f480c11042d _PyObject_Call_Prepend (libpython3.8.so.1.0 + 0x12742d)
                #47 0x00007f480c110501 slot_tp_call (libpython3.8.so.1.0 + 0x127501)
                #48 0x00007f480c0a01f4 PyObject_Call (libpython3.8.so.1.0 + 0xb71f4)
                #49 0x00007f480c05ada7 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x71da7)
                #50 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #51 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #52 0x00007f480c05d3e0 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x743e0)
                #53 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #54 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #55 0x00007f480c132c9a method_vectorcall (libpython3.8.so.1.0 + 0x149c9a)
                #56 0x00007f480c05d42c _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x7442c)
                #57 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #58 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #59 0x00007f480c1100bd PyVectorcall_Call (libpython3.8.so.1.0 + 0x1270bd)
                #60 0x00007f480c05ada7 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x71da7)
                #61 0x00007f480c1781b7 _PyEval_EvalCodeWithName (libpython3.8.so.1.0 + 0x18f1b7)
                #62 0x00007f480c1787e3 _PyFunction_Vectorcall (libpython3.8.so.1.0 + 0x18f7e3)
                #63 0x00007f480c05d3e0 _PyEval_EvalFrameDefault (libpython3.8.so.1.0 + 0x743e0)


I don't see any DSO module code on that call trace (?!?)
May I ask help with assesment which one module may be messing here?

Thank you for any help

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46165>
_______________________________________


More information about the Python-bugs-list mailing list