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

2021-12-23 Thread Tomasz Kloczko
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 _

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

2021-12-23 Thread Christian Heimes
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

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

2021-12-23 Thread Tomasz Kloczko
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 ===