https://bugs.kde.org/show_bug.cgi?id=425749

--- Comment #12 from Manuel Geißer <geisse...@gmail.com> ---
In gdb:

Reading symbols from python3...
Reading symbols from
/usr/lib/debug/.build-id/9c/096cdc8214a805dca8d174fe072684b0f21645.debug...
(gdb) run
Starting program: /usr/bin/python3 pyside2_test.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff3d37700 (LWP 7296)]
[New Thread 0x7ffff3536700 (LWP 7297)]
[New Thread 0x7fffe2d35700 (LWP 7298)]
[New Thread 0x7fffd01cd700 (LWP 7299)]
[New Thread 0x7fffcdca1700 (LWP 7300)]
[New Thread 0x7fffcd4a0700 (LWP 7301)]
[New Thread 0x7fffccc9f700 (LWP 7302)]
[New Thread 0x7fffbffff700 (LWP 7303)]
[Thread 0x7fffbffff700 (LWP 7303) exited]
[Thread 0x7fffccc9f700 (LWP 7302) exited]
[Thread 0x7fffcd4a0700 (LWP 7301) exited]
[Thread 0x7fffcdca1700 (LWP 7300) exited]

Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
_PyErr_SetObject (tstate=0x0, exception=<type at remote 0x8f7340>,
value=('__name__',)) at ../Python/errors.c:115
115     ../Python/errors.c: Datei oder Verzeichnis nicht gefunden.
(gdb) bt full
#0  _PyErr_SetObject (tstate=0x0, exception=<type at remote 0x8f7340>,
value=('__name__',)) at ../Python/errors.c:115
        exc_value = <optimized out>
        tb = 0x0
#1  0x00000000005d0fb4 in _PyErr_SetKeyError (arg='__name__') at
../Python/errors.c:182
        tstate = 0x0
        tup = ('__name__',)
        tstate = <optimized out>
        tup = <optimized out>
        __atomic_load_ptr = <optimized out>
        __atomic_load_tmp = <optimized out>
#2  _PyDict_DelItem_KnownHash (op=<optimized out>, key='__name__',
hash=-131977350396443160) at ../Objects/dictobject.c:1628
        ix = <optimized out>
        mp = <optimized out>
        old_value = 0x0
#3  0x000000000058fa31 in PyDict_DelItem (key='__name__', 
    op={'__getattribute__': '__getattribute__', '__getattr__': '__getattr__',
'__setattr__': '__setattr__', '__delattr__': '__delattr__', '__repr__':
'__repr__', '__hash__': '__hash__', '__call__': '__call__', '__str__':
'__str__', '__lt__': '__lt__', '__le__': '__le__', '__eq__': '__eq__',
'__ne__': '__ne__', '__gt__': '__gt__', '__ge__': '__ge__', '__next__':
'__next__', '__get__': '__get__', '__set__': '__set__', '__delete__':
'__delete__', '__init__': '__init__', '__new__': '__new__', '__del__':
'__del__', '__await__': '__await__', '__aiter__': '__aiter__', '__anext__':
'__anext__', '__add__': '__add__', '__radd__': '__radd__', '__sub__':
'__sub__', '__rsub__': '__rsub__', '__mul__': '__mul__', '__rmul__':
'__rmul__', '__mod__': '__mod__', '__rmod__': '__rmod__', '__divmod__':
'__divmod__', '__rdivmod__': '__rdivmod__', '__pow__': '__pow__', '__rpow__':
'__rpow__', '__neg__': '__neg__', '__pos__': '__pos__', '__abs__': '__abs__',
'__bool__': '__bool__', '__invert__': '__invert__', '__lshift__': '__lshift__',
'__...(truncated)) at ../Objects/dictobject.c:1607
        hash = <optimized out>
        hash = <optimized out>
#4  unicode_dealloc (unicode='__name__') at ../Objects/unicodeobject.c:1859
No locals.
#5  0x00007ffff6cd1260 in Shiboken::String::finalizeStaticStrings() ()
   from
/usr/local/lib/python3.8/dist-packages/shiboken2/libshiboken2.abi3.so.5.15
No symbol table info available.
#6  0x00000000004a54bf in call_ll_exitfuncs (runtime=<optimized out>) at
../Python/pylifecycle.c:1364
        exitfunc = <optimized out>
#7  Py_FinalizeEx () at ../Python/pylifecycle.c:1368
        status = 0
        runtime = <optimized out>
        tstate = <optimized out>
        interp = 0x962830
        malloc_stats = 0
#8  0x00000000006b6f7d in Py_RunMain () at ../Modules/main.c:691
        exitcode = 0
#9  0x00000000006b71ed in Py_BytesMain (argc=<optimized out>, argv=<optimized
out>) at ../Modules/main.c:743
        args = {argc = 2, use_bytes_argv = 1, bytes_argv = 0x7fffffffdc48,
wchar_argv = 0x0}
#10 0x00007ffff7dcb0b3 in __libc_start_main (main=0x4ef190 <main>, argc=2,
argv=0x7fffffffdc48, init=<optimized out>, fini=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=0x7fffffffdc38) at
../csu/libc-start.c:308
--Type <RET> for more, q to quit, c to continue without paging--c
        self = <optimized out>
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {7041536,
6258318027025474774, 6264496, 140737488346176, 0, 0, -6258318025837583146,
-6258335870587706154}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x2,
0x7fffffffdc48}, data = {prev = 0x0, cleanup = 0x0, canceltype = 2}}}
        not_first_call = <optimized out>
#11 0x00000000005f96de in _start () at ../Include/object.h:459
No symbol table info available.
(gdb) py-bt
Unable to locate python frame

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to