Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2761

SIGSEGV Upon Launch of Simple PySide6 Program

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 6.7.0
    • PySide, Shiboken
    • None
    • Fedora 40
    • Linux/Wayland

    Description

      When running a simple PySide program like the following:

      import PySide6 
      # Do nothing else

      I get the following SIGSEGV back trace:

      #0  0x00007ffff79f65a4 in PyType_Ready () from /lib64/libpython3.12.so.1.0
      #1  0x00007ffff75a7db7 in Shiboken::init() () from /home/wyatt/.local/lib/python3.12/site-packages/shiboken6/libshiboken6.abi3.so.6.7
      #2  0x00007ffff75a9466 in Shiboken::Module::create(char const*, void*) () from /home/wyatt/.local/lib/python3.12/site-packages/shiboken6/libshiboken6.abi3.so.6.7
      #3  0x00007ffff75dc1f1 in PyInit_Shiboken () from /home/wyatt/.local/lib/python3.12/site-packages/shiboken6/Shiboken.abi3.so
      #4  0x00007ffff7a313c7 in _imp_create_dynamic () from /lib64/libpython3.12.so.1.0
      #5  0x00007ffff79910c2 in cfunction_vectorcall_FASTCALL () from /lib64/libpython3.12.so.1.0
      #6  0x00007ffff7976d14 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #7  0x00007ffff799042b in object_vacall () from /lib64/libpython3.12.so.1.0
      #8  0x00007ffff79aecba in PyObject_CallMethodObjArgs () from /lib64/libpython3.12.so.1.0
      #9  0x00007ffff79ae5b2 in PyImport_ImportModuleLevelObject () from /lib64/libpython3.12.so.1.0
      #10 0x00007ffff7977fb7 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #11 0x00007ffff79fbe24 in PyEval_EvalCode () from /lib64/libpython3.12.so.1.0
      #12 0x00007ffff7a196b7 in builtin_exec () from /lib64/libpython3.12.so.1.0
      #13 0x00007ffff798863c in cfunction_vectorcall_FASTCALL_KEYWORDS () from /lib64/libpython3.12.so.1.0
      #14 0x00007ffff7976d14 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #15 0x00007ffff799042b in object_vacall () from /lib64/libpython3.12.so.1.0
      #16 0x00007ffff79aecba in PyObject_CallMethodObjArgs () from /lib64/libpython3.12.so.1.0
      #17 0x00007ffff79ae5b2 in PyImport_ImportModuleLevelObject () from /lib64/libpython3.12.so.1.0
      #18 0x00007ffff7977fb7 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #19 0x00007ffff79fbe24 in PyEval_EvalCode () from /lib64/libpython3.12.so.1.0
      #20 0x00007ffff7a196b7 in builtin_exec () from /lib64/libpython3.12.so.1.0
      #21 0x00007ffff798863c in cfunction_vectorcall_FASTCALL_KEYWORDS () from /lib64/libpython3.12.so.1.0
      #22 0x00007ffff7976d14 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #23 0x00007ffff799042b in object_vacall () from /lib64/libpython3.12.so.1.0
      #24 0x00007ffff79aecba in PyObject_CallMethodObjArgs () from /lib64/libpython3.12.so.1.0
      #25 0x00007ffff79ae5b2 in PyImport_ImportModuleLevelObject () from /lib64/libpython3.12.so.1.0
      #26 0x00007ffff7977fb7 in _PyEval_EvalFrameDefault () from /lib64/libpython3.12.so.1.0
      #27 0x00007ffff79fbe24 in PyEval_EvalCode () from /lib64/libpython3.12.so.1.0
      #28 0x00007ffff7a206da in run_eval_code_obj () from /lib64/libpython3.12.so.1.0
      #29 0x00007ffff7a1adee in run_mod () from /lib64/libpython3.12.so.1.0
      #30 0x00007ffff7a35503 in pyrun_file () from /lib64/libpython3.12.so.1.0
      #31 0x00007ffff7a3481c in _PyRun_SimpleFileObject () from /lib64/libpython3.12.so.1.0
      #32 0x00007ffff7a3443f in _PyRun_AnyFileObject () from /lib64/libpython3.12.so.1.0
      #33 0x00007ffff7a2cc73 in Py_RunMain () from /lib64/libpython3.12.so.1.0
      #34 0x00007ffff79e403c in Py_BytesMain () from /lib64/libpython3.12.so.1.0
      #35 0x00007ffff763d088 in __libc_start_call_main () from /lib64/libc.so.6
      #36 0x00007ffff763d14b in __libc_start_main_impl () from /lib64/libc.so.6
      #37 0x0000555555555095 in _start () 

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              crmaurei Cristian Maureira-Fredes
              dark_arc Wyatt Childers
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes