Your message dated Tue, 08 Feb 2022 16:05:30 +0000
with message-id <[email protected]>
and subject line Bug#987073: fixed in vorta 0.8.3-1
has caused the Debian Bug report #987073,
regarding vorta: another SIGSEGV on exit (after creating a new profile)
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.)


-- 
987073: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987073
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.8.3-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: Tue, 08 Feb 2022 10:48:23 -0500
Source: vorta
Architecture: source
Version: 0.8.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Nicholas D Steeves <[email protected]>
Closes: 985424 987073
Changes:
 vorta (0.8.3-1) unstable; urgency=medium
 .
   * New upstream release (Closes: #985424, #987073).
   * Rebase patch queue onto 0.8.3, and drop patches for all commits present
     in this release:
     0006-Create-missing-parents-of-autostart-folder.-See-930.patch
     0007-Close-SVG-files-after-reading.-By-hroncok-1135.patch
     0008-Update-translations-ensure-new-store-module-is-inclu.patch
     0009-Remove-unused-pytest-runner-dependency.-Fixes-1136-1.patch
     0010-Remove-unused-setuptools-git-dependency.patch
     0011-Minor-test-fixes-1150.patch from upstream
     0012-Add-Bastien-to-contributors-1148.patch
     0013-Shows-folder-sizes-in-diff-view.-By-skrap-1156.patch
     0014-Ignore-encoding-errors-in-Wifi-names-darwin-1158.patch
     0015-Distinguish-different-errors-in-case-borg-check-fail.patch
     0016-Remove-unnecessary-qtbot.wait-1172.patch
   * Renumber 3/4 of the remaining patches:
     0006-fix-desktop_file-path-in-tests.patch
       -> 0002-fix-desktop_file-path-in-tests.patch
     0008-fix-generic-privacy-breach-in-appdata.patch
       -> 0003-fix-generic-privacy-breach-in-appdata.patch
     0011-use-python3-in-Makefile.patch
       -> 0004-use-python3-in-Makefile.patch
   * tests/control: Drop python3-pytest-runner and python3-networkmanager
     Depends, and add openssh-client.  For further information, refer to the
     build-time unit test rationale provided in the 0.8.2-1 changelog entry.
Checksums-Sha1:
 81180664aeda50517a65eeb7ed293042bb07f0f5 2536 vorta_0.8.3-1.dsc
 b0549b7b39867bde0db266bfa57b564db6039b5c 470028 vorta_0.8.3.orig.tar.xz
 3b84e57b7cd71658e474cd3bf93594533ed45fe8 8296 vorta_0.8.3-1.debian.tar.xz
 3eeab585c1835ba52bfe1e5f87d74572440bd604 12039 vorta_0.8.3-1_amd64.buildinfo
Checksums-Sha256:
 d16406e4f288d24ea2aba624a104aa51420270abac6d0d58049a135567a306a6 2536 
vorta_0.8.3-1.dsc
 638ff3406c9ee273ac6bb009d5b86cdd2488549607a25feb02c5ff9525cc4dec 470028 
vorta_0.8.3.orig.tar.xz
 ee7a0892d249b14f7fc33fbd2306ddac6433dfabc4a428acd8933b536b4757b5 8296 
vorta_0.8.3-1.debian.tar.xz
 394d64ead85ecb11ed84c55579f819d3a3e3e10623248a44d0e30a3ddaa35f30 12039 
vorta_0.8.3-1_amd64.buildinfo
Files:
 b0bbd11b73b72815a554f75cc2da721a 2536 utils optional vorta_0.8.3-1.dsc
 32070a75cb7ce6b34e6b2752acb3a37b 470028 utils optional vorta_0.8.3.orig.tar.xz
 846ab08ff0e009e10f05a6c889c76383 8296 utils optional 
vorta_0.8.3-1.debian.tar.xz
 8c865923e18e5b25d4ed584aea257bd3 12039 utils optional 
vorta_0.8.3-1_amd64.buildinfo

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

iQIzBAEBCgAdFiEE4qYmHjkArtfNxmcIWogwR199EGEFAmICkYkACgkQWogwR199
EGG13xAAuycybSyRfOq323ChD/EzGhRunSR1rPW2u92MTzCsA+JeGxJJfApVfZAT
cOPglH5xgMiCYRs0YX6aC4yXBP1yo3LCPLkQDTvQYYmXixD8PmO+5oZdU8YCmsP0
wrzo1KPE1Jdgd435X5NKcuGIphtMdJwtJnM5Tk96e6GkZJ5REfJbIdXE4BvG1w5p
AZpcWcD+/2hVFY1o1OWQjF7ZTcnNRQg+iis3I34h9KTJBoBF1CNlLLEL6fsoJZx1
SDVM2j55XDT6WStrgsc7Ko4od1LsV6V6YIJq+yNifLPRIowsNSl5heaROP+bZ1lV
S0Cfj5AuGc8meuPEgiMqLU5MtCffLCm8GtsRRDSfWUtTjs6DJyr1kZAeJpGFyRy3
998NbQyO5xXaVo4I96Vrjh0rshAUr+Ha02ugzCR+TWZGnf6sru+4wmrXn7PF2CW7
sjTBdMAcz8qCkFEraHZ+mvlV7kdKOt4HtO+ZsqXxNv/656LQ/X//q+7EqglgVQpL
M07uzy7MDNy6939B4Ma8kIzsFm4LUEZvc3GA6+lwFU0JL7oiZ0K2QyUxFWwG10At
7hy1bW4CwNM5yiGe8jULChlTjnBgByrHE3Lajr4noYSoEA0TfJLlvEpBGvwQz6NZ
Q00TBv24qettnr7XTCoDRKVBU3bApUT0BjryUabuwBZFylCs9F4=
=O5te
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to