nixpkgs-python icon indicating copy to clipboard operation
nixpkgs-python copied to clipboard

Immediate SIGSEGV when runing Python executable

Open samvv opened this issue 1 year ago • 0 comments

The title says it all. I'm receiving a big SIGSEGV whenever I try to run Python.

Tested versions:

  • 3.10
  • 3.12.4

GDB does not tell me much:

❯ gdb --args python3.10
(gdb) bt
#0  0x0000000000000000 in ?? ()
#1  0x00007ffff78ddf69 in ?? ()
#2  0x0000000000000000 in ?? ()

samvv avatar Aug 30 '24 22:08 samvv