Tomasz Kloczko 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 0x7f480be7a54c _
Christian Heimes added the comment:
The traceback indicates that it's a problem with a 3rd party extension module
and not a bug in CPython core. The C stack suggests that your copy of libargon2
is the root cause.
--
nosy: +christian.heimes
resolution: -> third party
stage: -> resol
New submission from Tomasz Kloczko :
I;m packaging python modules as rpm packages and just found that package
jupyter-server (1.13.1) when pytest was executed python crashed with call trace
+ /usr/bin/pytest -ra jupyter_server
===