Your message dated Fri, 05 Mar 2021 21:33:55 +0000
with message-id <[email protected]>
and subject line Bug#978105: fixed in vorta 0.7.5-1
has caused the Debian Bug report #978105,
regarding vorta: SIGSEGV on exit
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
978105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978105
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: vorta
Version: 0.7.1-2
Severity: normal
Forwarded: https://github.com/borgbase/vorta/issues/456

Hello,
when i close vorta, it SIGEGV. Attached is a gdb run that shows the problem +
some debugging commands (but i dont really know how useful that may be).

Upstream had this reported at https://github.com/borgbase/vorta/issues/456 but
got closed for lack of updates. It may be due to specific circumstances only
happening on recent debian systems?

Regards,
Sandro

-- System Information:
Debian Release: 10.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.0-1-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages vorta depends on:
ii  python3                3.9.1-1
ii  python3-appdirs        1.4.3-1
ii  python3-apscheduler    3.6.3-1
ii  python3-dateutil       2.7.3-3
ii  python3-paramiko       2.7.1-2
ii  python3-peewee         3.13.1+dfsg-1+b3
ii  python3-pkg-resources  46.1.3-1
ii  python3-psutil         5.7.3-1
ii  python3-pyqt5.qsci     2.11.6+dfsg-1
ii  python3-secretstorage  2.3.1-2

Versions of packages vorta recommends:
ii  borgbackup  1.1.14-3

vorta suggests no packages.

-- no debconf information
$ gdb python3
GNU gdb (Debian 8.2.1-2) 8.2.1
Copyright (C) 2018 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 "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://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 python3...Reading symbols from 
/usr/lib/debug/.build-id/f0/482a47eebb7993b3cc1289bd4d3c26655b94e5.debug...done.
done.
(gdb) r /usr/bin/vorta
Starting program: /usr/bin/python3 /usr/bin/vorta
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeead7700 (LWP 26084)]
[New Thread 0x7fffec83d700 (LWP 26085)]
[New Thread 0x7fffe7fff700 (LWP 26086)]
[New Thread 0x7fffe7598700 (LWP 26087)]
2020-12-25 22:15:02,527 - vorta.i18n - DEBUG - Loading translation failed for 
['en', 'en-US', 'en-Latn-US'].
2020-12-25 22:15:02,539 - apscheduler.scheduler - INFO - Scheduler started
[New Thread 0x7fffe680d700 (LWP 26089)]
[New Thread 0x7fffe600c700 (LWP 26090)]
[New Thread 0x7fffe580b700 (LWP 26091)]
[New Thread 0x7fffe500a700 (LWP 26092)]
[New Thread 0x7fffe4809700 (LWP 26093)]
[New Thread 0x7fffc3fff700 (LWP 26094)]
[New Thread 0x7fffc37fe700 (LWP 26095)]
[New Thread 0x7fffc2ffd700 (LWP 26096)]
2020-12-25 22:15:02,813 - root - INFO - Using NetworkManagerMonitor 
NetworkStatusMonitor implementation.
[New Thread 0x7fffc14cd700 (LWP 26097)]
[New Thread 0x7fffc0ccc700 (LWP 26098)]
2020-12-25 22:15:03,063 - vorta.borg.borg_thread - INFO - Running command 
/usr/bin/borg --version
[Detaching after fork from child process 26099]
[Thread 0x7fffc0ccc700 (LWP 26098) exited]
[Thread 0x7fffe580b700 (LWP 26091) exited]
[Thread 0x7fffc37fe700 (LWP 26095) exited]
[Thread 0x7fffe4809700 (LWP 26093) exited]
[Thread 0x7fffc2ffd700 (LWP 26096) exited]
[Thread 0x7fffe680d700 (LWP 26089) exited]
[Thread 0x7fffe500a700 (LWP 26092) exited]
[Thread 0x7fffc3fff700 (LWP 26094) exited]
[Thread 0x7fffe600c700 (LWP 26090) exited]

Thread 1 "python3" received signal SIGSEGV, Segmentation fault.
0x00007ffff1ead7e7 in QWidget::~QWidget() () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
(gdb) bt
#0  0x00007ffff1ead7e7 in QWidget::~QWidget() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1  0x00007ffff21f7e1d in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2  0x00007ffff21f7502 in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x00007ffff21d7d7b in QSystemTrayIcon::~QSystemTrayIcon() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#4  0x00007ffff2521d19 in sipQSystemTrayIcon::~sipQSystemTrayIcon() 
(this=0x13c2ba0, __in_chrg=<optimized out>) at 
./build-3.9/QtWidgets/sipQtWidgetspart1.cpp:52811
#5  0x00007ffff59fdb3e in QObjectPrivate::deleteChildren() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007ffff5a08714 in QObject::~QObject() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007ffff27115e9 in sipQApplication::~sipQApplication() (this=0x121a8f0, 
__in_chrg=<optimized out>) at ./build-3.9/QtWidgets/sipQtWidgetspart9.cpp:17016
#8  0x00007ffff5e827ad in cleanup_on_exit(PyObject*, PyObject*) () at 
../../qpy/QtCore/qpycore_init.cpp:44
#9  0x000000000052607e in cfunction_vectorcall_NOARGS (func=<built-in function 
_qtcore_cleanup>, args=<optimized out>, nargsf=<optimized out>, 
kwnames=<optimized out>) at ../Objects/methodobject.c:485
#10 0x0000000000630870 in atexit_callfuncs (module=<optimized out>) at 
../Modules/atexitmodule.c:93
#11 0x000000000061abcd in call_py_exitfuncs (tstate=0x963490) at 
../Python/pylifecycle.c:2374
#12 0x0000000000619fed in Py_FinalizeEx () at ../Python/pylifecycle.c:1373
#13 0x000000000062b7e8 in Py_Exit (sts=0) at ../Python/pylifecycle.c:2433
#14 0x000000000061bbbb in handle_system_exit () at ../Python/pythonrun.c:696
#15 0x000000000061ba02 in _PyErr_PrintEx (set_sys_last_vars=1, tstate=0x963490) 
at ../Python/pythonrun.c:801
#16 0x000000000061ba02 in PyErr_PrintEx (set_sys_last_vars=1) at 
../Python/pythonrun.c:801
#17 0x0000000000618fce in PyErr_Print () at ../Python/pythonrun.c:807
#18 0x0000000000618fce in PyRun_SimpleFileExFlags (fp=<optimized out>, 
filename=<optimized out>, closeit=<optimized out>, flags=0x7fffffffdcd8) at 
../Python/pythonrun.c:444
#19 0x000000000060c903 in pymain_run_file (cf=0x7fffffffdcd8, config=0x961df0) 
at ../Modules/main.c:373
#20 0x000000000060c903 in pymain_run_python (exitcode=0x7fffffffdcd0) at 
../Modules/main.c:598
#21 0x000000000060c903 in Py_RunMain () at ../Modules/main.c:677
#22 0x00000000005e9799 in Py_BytesMain (argc=<optimized out>, argv=<optimized 
out>) at ../Modules/main.c:731
#23 0x00007ffff7a2fe0b in __libc_start_main (main=0x5e9760 <main>, argc=2, 
argv=0x7fffffffdeb8, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7fffffffdea8) at ../csu/libc-start.c:308
#24 0x00000000005e969a in _start () at ../Objects/stringlib/fastsearch.h:237
(gdb) bt full
#0  0x00007ffff1ead7e7 in QWidget::~QWidget() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1  0x00007ffff21f7e1d in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2  0x00007ffff21f7502 in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x00007ffff21d7d7b in QSystemTrayIcon::~QSystemTrayIcon() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#4  0x00007ffff2521d19 in sipQSystemTrayIcon::~sipQSystemTrayIcon() 
(this=0x13c2ba0, __in_chrg=<optimized out>) at 
./build-3.9/QtWidgets/sipQtWidgetspart1.cpp:52811
#5  0x00007ffff59fdb3e in QObjectPrivate::deleteChildren() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007ffff5a08714 in QObject::~QObject() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007ffff27115e9 in sipQApplication::~sipQApplication() (this=0x121a8f0, 
__in_chrg=<optimized out>) at ./build-3.9/QtWidgets/sipQtWidgetspart9.cpp:17016
#8  0x00007ffff5e827ad in cleanup_on_exit(PyObject*, PyObject*) () at 
../../qpy/QtCore/qpycore_init.cpp:44
        _save = 0x963490
        app = 0x121a8f0
#9  0x000000000052607e in cfunction_vectorcall_NOARGS (func=<built-in function 
_qtcore_cleanup>, args=<optimized out>, nargsf=<optimized out>, 
kwnames=<optimized out>) at ../Objects/methodobject.c:485
        tstate = 0x963490
        nargs = <optimized out>
        meth = <optimized out>
        result = <optimized out>
#10 0x0000000000630870 in atexit_callfuncs (module=<optimized out>) at 
../Modules/atexitmodule.c:93
        exc_type = 0x0
        exc_value = <unknown at remote 0xffffffff>
        exc_tb = <unknown at remote 0x1>
        r = <optimized out>
        cb = <optimized out>
        modstate = 0x7ffff793bdf0
        i = 2
#11 0x000000000061abcd in call_py_exitfuncs (tstate=0x963490) at 
../Python/pylifecycle.c:2374
        interp = <optimized out>
#12 0x0000000000619fed in Py_FinalizeEx () at ../Python/pylifecycle.c:1373
        status = 0
        tstate = 0x963490
        malloc_stats = <optimized out>
#13 0x000000000062b7e8 in Py_Exit (sts=0) at ../Python/pylifecycle.c:2433
#14 0x000000000061bbbb in handle_system_exit () at ../Python/pythonrun.c:696
        exitcode = 0
#15 0x000000000061ba02 in _PyErr_PrintEx (set_sys_last_vars=1, tstate=0x963490) 
at ../Python/pythonrun.c:801
        tstate = 0x963490
#16 0x000000000061ba02 in PyErr_PrintEx (set_sys_last_vars=1) at 
../Python/pythonrun.c:801
        tstate = 0x963490
#17 0x0000000000618fce in PyErr_Print () at ../Python/pythonrun.c:807
        m = 0x0
        d = {'__name__': '__main__', '__doc__': None, '__package__': None, 
'__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/vorta') at 
remote 0x7ffff78c5e20>, '__spec__': None, '__annotations__': {}, 
'__builtins__': <module at remote 0x7ffff7941900>, '__file__': 
'/usr/bin/vorta', '__cached__': None, 're': <module at remote 0x7ffff780a950>, 
'sys': <module at remote 0x7ffff793a810>, '__requires__': 'vorta==0.7.1', 
'distribution': <function at remote 0x7ffff7744820>, 
'importlib_load_entry_point': <function at remote 0x7ffff79260d0>, 
'load_entry_point': <function at remote 0x7ffff79260d0>}
        v = <optimized out>
        ext = <optimized out>
        set_file_name = 1
        ret = -1
        len = <optimized out>
#18 0x0000000000618fce in PyRun_SimpleFileExFlags (fp=<optimized out>, 
filename=<optimized out>, closeit=<optimized out>, flags=0x7fffffffdcd8) at 
../Python/pythonrun.c:444
        m = 0x0
        d = {'__name__': '__main__', '__doc__': None, '__package__': None, 
'__loader__': <SourceFileLoader(name='__main__', path='/usr/bin/vorta') at 
remote 0x7ffff78c5e20>, '__spec__': None, '__annotations__': {}, 
'__builtins__': <module at remote 0x7ffff7941900>, '__file__': 
'/usr/bin/vorta', '__cached__': None, 're': <module at remote 0x7ffff780a950>, 
'sys': <module at remote 0x7ffff793a810>, '__requires__': 'vorta==0.7.1', 
'distribution': <function at remote 0x7ffff7744820>, 
'importlib_load_entry_point': <function at remote 0x7ffff79260d0>, 
'load_entry_point': <function at remote 0x7ffff79260d0>}
        v = <optimized out>
        ext = <optimized out>
        set_file_name = 1
        ret = -1
        len = <optimized out>
#19 0x000000000060c903 in pymain_run_file (cf=0x7fffffffdcd8, config=0x961df0) 
at ../Modules/main.c:373
        fp = 0x95f340
        unicode = '/usr/bin/vorta'
        bytes = <optimized out>
        run = <optimized out>
--Type <RET> for more, q to quit, c to continue without paging--c
        filename = <optimized out>
        sb = {st_dev = 65024, st_ino = 51383979, st_nlink = 1, st_mode = 33261, 
st_uid = 0, st_gid = 0, __pad0 = 0, st_rdev = 0, st_size = 940, st_blksize = 
4096, st_blocks = 8, st_atim = {tv_sec = 1608869677, tv_nsec = 0}, st_mtim = 
{tv_sec = 1606501894, tv_nsec = 0}, st_ctim = {tv_sec = 1608869690, tv_nsec = 
590815006}, __glibc_reserved = {0, 0, 0}}
        filename_str = <optimized out>
        interp = 0x961a20
        config = 0x961df0
        main_importer_path = <optimized out>
        cf = {cf_flags = 0, cf_feature_version = 9}
        exitcode = 0
#20 0x000000000060c903 in pymain_run_python (exitcode=0x7fffffffdcd0) at 
../Modules/main.c:598
        interp = 0x961a20
        config = 0x961df0
        main_importer_path = <optimized out>
        cf = {cf_flags = 0, cf_feature_version = 9}
        exitcode = 0
#21 0x000000000060c903 in Py_RunMain () at ../Modules/main.c:677
        exitcode = 0
#22 0x00000000005e9799 in Py_BytesMain (argc=<optimized out>, argv=<optimized 
out>) at ../Modules/main.c:731
        args = {argc = 2, use_bytes_argv = 1, bytes_argv = 0x7fffffffdeb8, 
wchar_argv = 0x0}
#23 0x00007ffff7a2fe0b in __libc_start_main (main=0x5e9760 <main>, argc=2, 
argv=0x7fffffffdeb8, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7fffffffdea8) at ../csu/libc-start.c:308
        result = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 1172945445328416335, 
6198896, 140737488346800, 0, 0, -1172945258517467569, -1172963152421163441}, 
mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7fffffffded0, 0x7ffff7ffe190}, 
data = {prev = 0x0, cleanup = 0x0, canceltype = -8496}}}
        not_first_call = <optimized out>
#24 0x00000000005e969a in _start () at ../Objects/stringlib/fastsearch.h:237
(gdb) thread apply all bt

Thread 14 (Thread 0x7fffc14cd700 (LWP 26097)):
#0  0x00007ffff7f875e5 in futex_wait_cancelable (private=0, expected=0, 
futex_word=0x1491ed8) at ../sysdeps/unix/sysv/linux/futex-internal.h:80
#1  0x00007ffff7f875e5 in __pthread_cond_wait_common (abstime=0x0, clockid=0, 
mutex=0x1491e88, cond=0x1491eb0) at pthread_cond_wait.c:508
#2  0x00007ffff7f875e5 in __pthread_cond_wait (cond=0x1491eb0, mutex=0x1491e88) 
at pthread_cond_wait.c:638
#3  0x00007fffc1ad9e03 in  () at /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4  0x00007fffc1ad9b57 in  () at /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#5  0x00007ffff7f80f27 in start_thread (arg=<optimized out>) at 
pthread_create.c:479
#6  0x00007ffff7b062af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 5 (Thread 0x7fffe7598700 (LWP 26087)):
#0  0x00007ffff7afbb0f in __GI___poll (fds=0x7fffd4011160, nfds=5, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007ffff4e647fe in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff4e6491f in g_main_context_iteration () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff5a2b47f in 
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () 
at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#4  0x00007ffff59d28eb in 
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007ffff57f1a3e in QThread::exec() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007fffefd54a27 in  () at /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5
#7  0x00007ffff57f2b81 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#8  0x00007ffff7f80f27 in start_thread (arg=<optimized out>) at 
pthread_create.c:479
#9  0x00007ffff7b062af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 4 (Thread 0x7fffe7fff700 (LWP 26086)):
#0  0x00007ffff7afbb0f in __GI___poll (fds=0x139b850, nfds=2, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007ffff4e647fe in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff4e64b63 in g_main_loop_run () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007fffed1eff16 in  () at /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#4  0x00007ffff4e8d52d in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff7f80f27 in start_thread (arg=<optimized out>) at 
pthread_create.c:479
#6  0x00007ffff7b062af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 3 (Thread 0x7fffec83d700 (LWP 26085)):
#0  0x00007ffff7afbb0f in __GI___poll (fds=0x138afb0, nfds=1, timeout=-1) at 
../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007ffff4e647fe in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x00007ffff4e6491f in g_main_context_iteration () at 
/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x00007ffff4e64971 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00007ffff4e8d52d in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#5  0x00007ffff7f80f27 in start_thread (arg=<optimized out>) at 
pthread_create.c:479
#6  0x00007ffff7b062af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 2 (Thread 0x7fffeead7700 (LWP 26084)):
#0  0x00007ffff7afbb0f in __GI___poll (fds=0x7fffeead6d68, nfds=1, timeout=-1) 
at ../sysdeps/unix/sysv/linux/poll.c:29
#1  0x00007ffff114ecf7 in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#2  0x00007ffff115091a in xcb_wait_for_event () at 
/usr/lib/x86_64-linux-gnu/libxcb.so.1
#3  0x00007fffef88f7e0 in  () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#4  0x00007ffff57f2b81 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#5  0x00007ffff7f80f27 in start_thread (arg=<optimized out>) at 
pthread_create.c:479
#6  0x00007ffff7b062af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95

Thread 1 (Thread 0x7ffff7a06740 (LWP 26071)):
#0  0x00007ffff1ead7e7 in QWidget::~QWidget() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#1  0x00007ffff21f7e1d in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#2  0x00007ffff21f7502 in  () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#3  0x00007ffff21d7d7b in QSystemTrayIcon::~QSystemTrayIcon() () at 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#4  0x00007ffff2521d19 in sipQSystemTrayIcon::~sipQSystemTrayIcon() 
(this=0x13c2ba0, __in_chrg=<optimized out>) at 
./build-3.9/QtWidgets/sipQtWidgetspart1.cpp:52811
#5  0x00007ffff59fdb3e in QObjectPrivate::deleteChildren() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#6  0x00007ffff5a08714 in QObject::~QObject() () at 
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#7  0x00007ffff27115e9 in sipQApplication::~sipQApplication() (this=0x121a8f0, 
__in_chrg=<optimized out>) at ./build-3.9/QtWidgets/sipQtWidgetspart9.cpp:17016
#8  0x00007ffff5e827ad in cleanup_on_exit(PyObject*, PyObject*) () at 
../../qpy/QtCore/qpycore_init.cpp:44
#9  0x000000000052607e in cfunction_vectorcall_NOARGS (func=<built-in function 
_qtcore_cleanup>, args=<optimized out>, nargsf=<optimized out>, 
kwnames=<optimized out>) at ../Objects/methodobject.c:485
#10 0x0000000000630870 in atexit_callfuncs (module=<optimized out>) at 
../Modules/atexitmodule.c:93
#11 0x000000000061abcd in call_py_exitfuncs (tstate=0x963490) at 
../Python/pylifecycle.c:2374
--Type <RET> for more, q to quit, c to continue without paging--c
#12 0x0000000000619fed in Py_FinalizeEx () at ../Python/pylifecycle.c:1373
#13 0x000000000062b7e8 in Py_Exit (sts=0) at ../Python/pylifecycle.c:2433
#14 0x000000000061bbbb in handle_system_exit () at ../Python/pythonrun.c:696
#15 0x000000000061ba02 in _PyErr_PrintEx (set_sys_last_vars=1, tstate=0x963490) 
at ../Python/pythonrun.c:801
#16 0x000000000061ba02 in PyErr_PrintEx (set_sys_last_vars=1) at 
../Python/pythonrun.c:801
#17 0x0000000000618fce in PyErr_Print () at ../Python/pythonrun.c:807
#18 0x0000000000618fce in PyRun_SimpleFileExFlags (fp=<optimized out>, 
filename=<optimized out>, closeit=<optimized out>, flags=0x7fffffffdcd8) at 
../Python/pythonrun.c:444
#19 0x000000000060c903 in pymain_run_file (cf=0x7fffffffdcd8, config=0x961df0) 
at ../Modules/main.c:373
#20 0x000000000060c903 in pymain_run_python (exitcode=0x7fffffffdcd0) at 
../Modules/main.c:598
#21 0x000000000060c903 in Py_RunMain () at ../Modules/main.c:677
#22 0x00000000005e9799 in Py_BytesMain (argc=<optimized out>, argv=<optimized 
out>) at ../Modules/main.c:731
#23 0x00007ffff7a2fe0b in __libc_start_main (main=0x5e9760 <main>, argc=2, 
argv=0x7fffffffdeb8, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7fffffffdea8) at ../csu/libc-start.c:308
#24 0x00000000005e969a in _start () at ../Objects/stringlib/fastsearch.h:237
(gdb) 
(gdb) 


--- End Message ---
--- Begin Message ---
Source: vorta
Source-Version: 0.7.5-1
Done: Nicholas D Steeves <[email protected]>

We believe that the bug you reported is fixed in the latest version of
vorta, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nicholas D Steeves <[email protected]> (supplier of updated vorta package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 05 Mar 2021 16:05:28 -0500
Source: vorta
Architecture: source
Version: 0.7.5-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Nicholas D Steeves <[email protected]>
Closes: 978105 983265
Changes:
 vorta (0.7.5-1) unstable; urgency=medium
 .
   * New upstream release.
     af2d6a9  v0.7.5 Bump version to v0.7.5, update translations
     c66b102  Use json mode to list archive files. By @rblenis (#885)
     bd3c479  Add untranslated strings. By @samuel-w (#902)
     f7533b7  Disable codecov comments (#904)
     6d8ad90  Allow to fully disable using the system keychain. (#898)
     - This commit also switches from PyQT mutexes and locks to the stdlib
       ones, finally solving CI failures on armhf.  This release shows 100%
       success over 10 runs of built-time tests on able.debian.org, and the
       same rate of success for formal DebCI on LXC on a virtualised armhf
       machine (Closes: #983265).
     - This commit also cleans up the tray applet, allowing the application to
       cleanly exit, thus solving the SIGSEGV (Closes: #978105).
     824707c  Fix issue with unassigned self.handle (#899)
   * Rebase patch queue onto this release:
     - Drop 0006-Fix-issue-with-unassigned-self.handle-899.patch
       (it's already part of this release).
Checksums-Sha1:
 2e4dbefc560246c747f689fe8fe03f6cd509ac2f 2714 vorta_0.7.5-1.dsc
 74201d1687e83bd84920a7bc9db8a73988629b2f 423460 vorta_0.7.5.orig.tar.xz
 431e54b872f68e8e0c44fd4b9fcc4649f026652b 7492 vorta_0.7.5-1.debian.tar.xz
 39bf3cc21e8215103a321909402d3b44cc9a441c 13413 vorta_0.7.5-1_amd64.buildinfo
Checksums-Sha256:
 b976841ab8eb7b9210df10931f97dacb9a5894582627091e830c1621eabb4681 2714 
vorta_0.7.5-1.dsc
 f4b6d91e88b32c2bd4739554c0f17b8a163cf82b7bbfa411141a3b8bf3bba641 423460 
vorta_0.7.5.orig.tar.xz
 9c9fe3f63f3e1e51f8aa81dc693bb3407af641e8e4289a46132b6d4f0d55b111 7492 
vorta_0.7.5-1.debian.tar.xz
 642db8e78fe395146fffeb36b86552259df02d63ec9705d4e8b6c9898327b17d 13413 
vorta_0.7.5-1_amd64.buildinfo
Files:
 65abe294f1ea3ddc9f85880478588987 2714 utils optional vorta_0.7.5-1.dsc
 6dd2f26c6af4356eaecc7de3a8f47004 423460 utils optional vorta_0.7.5.orig.tar.xz
 c83c27d5d387065987888b40f94b8db5 7492 utils optional 
vorta_0.7.5-1.debian.tar.xz
 e904041ea4a9d3f5ce45bf3a9e23d55a 13413 utils optional 
vorta_0.7.5-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4qYmHjkArtfNxmcIWogwR199EGEFAmBCnz0ACgkQWogwR199
EGGPUQ/+LTgxqCIwkrTpB9wmdoHheM/ZR/tDP1MQN4ndWAGPAIH86wePqAOBrsoR
9r+k0r+5JVSzb9BQgXmwBLfcKer/JYx5qgcyUZ/DoDNUUSBebQjcus3Bn+4syWFu
6RxDwDVUmcgeRte/849luwTvWDhJlJE177pFhzox7Df0tk23xyJbofr+ZKr2Xt5o
OllnqRKqg0DHKfRmqHr+220PfK3aqDlkYKeciWAyxFvyQHbRczcg1nfsJt3RUIWQ
Bw2aEtASeUQkylKNTjyjV2pUiVNPtF2/IpRYoVHtNAdhAz87iU4Js6YfDhGz11PH
zXhfS76CKdPeSudt0GD2wgN1cFoXP0deCUzJfgdswvC+aR8eYmyd/JBhe2ceXQ22
6OxAA9hftAzdeLWbBqPas4Lty4/xV5QD3CjZi4CYb9iZivI8/SEtefzAS+Ezwr7Y
IO0SxZRdzRRhXAQI7c1rq3O2ZqJmyXSWrXt9RFuWlOkurWBadJq9whLZhbpfM5TM
TZq16fyBdR4LkQMz0xg9D6f2sSJf+JTd2zQgsAvz/o6f7aZsbIzMrU834qbTblYI
VpwMmsWLUz45Y1bfwpBNJNkn7oeEHzuDh7Ye/ntx9297aBXzzGHKcvJasrIZY5Hr
7P5xuCdOPDhGaL2H2yLtMEw4EDTizpFzIGBXOlBwGaVIaaKzNEU=
=cmPR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to