pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/58207



The following reply was made to PR pkg/58207; it has been noted by GNATS.

From: Ramiro Aceves <ea1abz%gmail.com@localhost>
To: NetBSD bugtracking <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: pkg/58207
Date: Fri, 6 Sep 2024 12:20:28 +0200

 Not sure how to help debug this. I get the following:
 
 netbsd-raspa4$ gdb /usr/pkg/bin/python3.11 python3.11.core
 GNU gdb (GDB) 11.0.50.20200914-git
 Copyright (C) 2020 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 Type "show copying" and "show warranty" for details.
 This GDB was configured as "aarch64--netbsd".
 Type "show configuration" for configuration details.
 For bug reporting instructions, please see:
 <https://www.gnu.org/software/gdb/bugs/>.
 Find the GDB manual and other documentation resources online at:
     <http://www.gnu.org/software/gdb/documentation/>.
 
 For help, type "help".
 Type "apropos word" to search for commands related to "word"...
 Reading symbols from /usr/pkg/bin/python3.11...
 (No debugging symbols found in /usr/pkg/bin/python3.11)
 [New process 21687]
 [New process 10285]
 [New process 12683]
 [New process 2306]
 [New process 17208]
 [New process 4406]
 [New process 4828]
 Core was generated by `python3.11'.
 Program terminated with signal SIGSEGV, Segmentation fault.
 #0  0x0000f723cbbf060c in QThreadData::current(bool) () from
 /usr/pkg/qt5/lib/libQt5Core.so.5
 [Current thread is 1 (process 21687)]
 (gdb) bt
 #0  0x0000f723cbbf060c in QThreadData::current(bool) () from
 /usr/pkg/qt5/lib/libQt5Core.so.5
 #1  0x0000f723cbdaaa84 in QObject::QObject(QObjectPrivate&, QObject*) ()
    from /usr/pkg/qt5/lib/libQt5Core.so.5
 #2  0x0000f723c8d32918 in qpycore_register_event_handlers() ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/QtCore.abi3.so
 #3  0x0000f723c8d3e3b4 in qpycore_post_init(_object*) ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/QtCore.abi3.so
 #4  0x0000f723c8bb614c in PyInit_QtCore ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/QtCore.abi3.so
 #5  0x0000f723da75d414 in _PyImport_LoadDynamicModuleWithSpec ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #6  0x0000f723da75a178 in _imp_create_dynamic () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #7  0x0000f723da6a7ae4 in cfunction_vectorcall_FASTCALL () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #8  0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #9  0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #10 0x0000f723da6617f0 in object_vacall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #11 0x0000f723da6619f4 in PyObject_CallMethodObjArgs () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #12 0x0000f723da75c110 in PyImport_ImportModuleLevelObject ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #13 0x0000f723da72ca30 in builtin___import__ () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #14 0x0000f723da6a7384 in cfunction_vectorcall_FASTCALL_KEYWORDS ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #15 0x0000f723da661d6c in _PyObject_CallFunctionVa () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #16 0x0000f723da662000 in PyObject_CallFunction () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #17 0x0000f723da75c858 in PyImport_Import () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #18 0x0000f723da75ca7c in PyImport_ImportModule () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #19 0x0000f723c8e60624 in sip_api_export_module ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/sip.so
 #20 0x0000f723cc672580 in PyInit_QtXmlPatterns ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/QtXmlPatterns.abi3.so
 #21 0x0000f723da75d414 in _PyImport_LoadDynamicModuleWithSpec ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #22 0x0000f723da75a178 in _imp_create_dynamic () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #23 0x0000f723da6a7ae4 in cfunction_vectorcall_FASTCALL () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #24 0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #25 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #26 0x0000f723da6617f0 in object_vacall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 --Type <RET> for more, q to quit, c to continue without paging--
 #27 0x0000f723da6619f4 in PyObject_CallMethodObjArgs () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #28 0x0000f723da75c110 in PyImport_ImportModuleLevelObject ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #29 0x0000f723da72ca30 in builtin___import__ () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #30 0x0000f723da6a7384 in cfunction_vectorcall_FASTCALL_KEYWORDS ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #31 0x0000f723da661d6c in _PyObject_CallFunctionVa () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #32 0x0000f723da662000 in PyObject_CallFunction () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #33 0x0000f723da75c858 in PyImport_Import () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #34 0x0000f723da75ca7c in PyImport_ImportModule () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #35 0x0000f723cc6b07c0 in sip_import_component_module ()
    from /usr/pkg/lib/python3.11/site-packages/PyQt5/Qt.abi3.so
 #36 0x0000f723cc6b0848 in PyInit_Qt () from
 /usr/pkg/lib/python3.11/site-packages/PyQt5/Qt.abi3.so
 #37 0x0000f723da75d414 in _PyImport_LoadDynamicModuleWithSpec ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #38 0x0000f723da75a178 in _imp_create_dynamic () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #39 0x0000f723da6a7ae4 in cfunction_vectorcall_FASTCALL () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #40 0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #41 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #42 0x0000f723da6617f0 in object_vacall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #43 0x0000f723da6619f4 in PyObject_CallMethodObjArgs () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #44 0x0000f723da75c110 in PyImport_ImportModuleLevelObject ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #45 0x0000f723da72ca30 in builtin___import__ () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #46 0x0000f723da6a7384 in cfunction_vectorcall_FASTCALL_KEYWORDS ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #47 0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #48 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #49 0x0000f723da6617f0 in object_vacall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #50 0x0000f723da6619f4 in PyObject_CallMethodObjArgs () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #51 0x0000f723da75bf3c in PyImport_ImportModuleLevelObject ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #52 0x0000f723da809924 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #53 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #54 0x0000f723da734598 in PyEval_EvalCode () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #55 0x0000f723da7738ac in run_eval_code_obj () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #56 0x0000f723da773ad8 in run_mod () from /usr/pkg/lib/libpython3.11.so.1.0
 --Type <RET> for more, q to quit, c to continue without paging--
 #57 0x0000f723da776adc in PyRun_StringFlags () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #58 0x0000f723da72e1a0 in builtin_exec () from /usr/pkg/lib/libpython3.11.so.1.0
 #59 0x0000f723da6a7384 in cfunction_vectorcall_FASTCALL_KEYWORDS ()
    from /usr/pkg/lib/libpython3.11.so.1.0
 #60 0x0000f723da66154c in PyObject_Vectorcall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #61 0x0000f723da802850 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #62 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #63 0x0000f723da664140 in method_vectorcall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #64 0x0000f723da660a98 in _PyVectorcall_Call () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #65 0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #66 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #67 0x0000f723da661084 in _PyObject_FastCallDictTstate () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #68 0x0000f723da661290 in _PyObject_Call_Prepend () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #69 0x0000f723da6c7a80 in slot_tp_init () from /usr/pkg/lib/libpython3.11.so.1.0
 #70 0x0000f723da6c05c8 in type_call () from /usr/pkg/lib/libpython3.11.so.1.0
 #71 0x0000f723da660e60 in _PyObject_MakeTpCall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #72 0x0000f723da802850 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #73 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #74 0x0000f723da6640a8 in method_vectorcall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #75 0x0000f723d6a21fb8 in pygi_signal_closure_marshal ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #76 0x0000f723d67d70c8 in g_closure_invoke () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #77 0x0000f723d67ec224 in signal_emit_unlocked_R.isra.0 () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #78 0x0000f723d67ed5e8 in signal_emit_valist_unlocked () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #79 0x0000f723d67f2a08 in g_signal_emit_valist () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #80 0x0000f723d67f2ac0 in g_signal_emit () from /usr/pkg/lib/libgobject-2.0.so.0
 #81 0x0000f723d5bbb47c in g_simple_action_activate () from
 /usr/pkg/lib/libgio-2.0.so.0
 #82 0x0000f723d8032e44 in ffi_call_SYSV () from /usr/pkg/lib/libffi.so.8
 #83 0x0000f723d8032584 in ffi_call_int () from /usr/pkg/lib/libffi.so.8
 #84 0x0000f723d6a22de4 in pygi_invoke_c_callable ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #85 0x0000f723d6a24a28 in pygi_function_cache_invoke ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #86 0x0000f723d6a146fc in _callable_info_call ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #87 0x0000f723da660e60 in _PyObject_MakeTpCall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #88 0x0000f723da802850 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 --Type <RET> for more, q to quit, c to continue without paging--
 #89 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #90 0x0000f723da661008 in _PyObject_FastCallDictTstate () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #91 0x0000f723da661290 in _PyObject_Call_Prepend () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #92 0x0000f723da6c792c in slot_tp_call () from /usr/pkg/lib/libpython3.11.so.1.0
 #93 0x0000f723da660e60 in _PyObject_MakeTpCall () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #94 0x0000f723da802850 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #95 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #96 0x0000f723d6a20458 in _pygi_closure_handle ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #97 0x0000f723d8032c10 in ffi_closure_SYSV_inner () from
 /usr/pkg/lib/libffi.so.8
 #98 0x0000f723d80330d8 in ffi_closure_SYSV () from /usr/pkg/lib/libffi.so.8
 #99 0x0000f723d67d5914 in g_type_class_meta_marshalv () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #100 0x0000f723d67d7310 in _g_closure_invoke_va () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #101 0x0000f723d67ecce8 in signal_emit_valist_unlocked () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #102 0x0000f723d67f2a08 in g_signal_emit_valist () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #103 0x0000f723d67f2ac0 in g_signal_emit () from
 /usr/pkg/lib/libgobject-2.0.so.0
 #104 0x0000f723d5bb1584 in g_application_real_local_command_line ()
    from /usr/pkg/lib/libgio-2.0.so.0
 #105 0x0000f723d5bb1768 in g_application_run () from
 /usr/pkg/lib/libgio-2.0.so.0
 #106 0x0000f723d8032e44 in ffi_call_SYSV () from /usr/pkg/lib/libffi.so.8
 #107 0x0000f723d8032584 in ffi_call_int () from /usr/pkg/lib/libffi.so.8
 #108 0x0000f723d6a22de4 in pygi_invoke_c_callable ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #109 0x0000f723d6a24a28 in pygi_function_cache_invoke ()
    from /usr/pkg/lib/python3.11/site-packages/gi/_gi.so
 #110 0x0000f723da660c70 in _PyObject_Call () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #111 0x0000f723da802ec0 in _PyEval_EvalFrameDefault () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #112 0x0000f723da7344fc in _PyEval_Vector () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #113 0x0000f723da734598 in PyEval_EvalCode () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #114 0x0000f723da7738ac in run_eval_code_obj () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #115 0x0000f723da773ad8 in run_mod () from /usr/pkg/lib/libpython3.11.so.1.0
 #116 0x0000f723da773be8 in pyrun_file () from /usr/pkg/lib/libpython3.11.so.1.0
 #117 0x0000f723da776494 in _PyRun_SimpleFileObject () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #118 0x0000f723da776954 in _PyRun_AnyFileObject () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #119 0x0000f723da793094 in Py_RunMain () from /usr/pkg/lib/libpython3.11.so.1.0
 #120 0x0000f723da793588 in Py_BytesMain () from
 /usr/pkg/lib/libpython3.11.so.1.0
 #121 0x0000000004a50b98 in ?? ()
 --Type <RET> for more, q to quit, c to continue without paging--
 #122 0x0000fffff5060b10 in _rtld_start () from /usr/libexec/ld.elf_so
 Backtrace stopped: previous frame identical to this frame (corrupt stack?)
 (gdb)
 
 Thanks
 


Home | Main Index | Thread Index | Old Index