NextCloud client starts.
NextCloud gives Segmentation fault at startup.
gdb /usr/bin/nextcloud
GNU gdb (GDB) 17.2
Copyright (C) 2025 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-unknown-linux-gnu".
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/bin/nextcloud...
(No debugging symbols found in /usr/bin/nextcloud)
(gdb) run
Starting program: /usr/bin/nextcloud
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
[New Thread 0x7ffff1bff6c0 (LWP 17415)]
[New Thread 0x7fffea5ff6c0 (LWP 17416)]
[New Thread 0x7fffe9dfe6c0 (LWP 17417)]
[New Thread 0x7fffe95fd6c0 (LWP 17418)]
[New Thread 0x7fffe8dfc6c0 (LWP 17419)]
[New Thread 0x7fffdbfff6c0 (LWP 17420)]
[New Thread 0x7fffdb7fe6c0 (LWP 17421)]
[New Thread 0x7fffd97796c0 (LWP 17423)]
[New Thread 0x7fffd8f786c0 (LWP 17424)]
[New Thread 0x7fffc7fff6c0 (LWP 17425)]
[New Thread 0x7fffc77fe6c0 (LWP 17426)]
Thread 1 "nextcloud" received signal SIGSEGV, Segmentation fault.
0x000055555573c9c6 in void QtPrivate::QMovableArrayOps<QVariant>::emplace<QVariant>(long long, QVariant&&) ()
(gdb) bt full
#0 0x000055555573c9c6 in void QtPrivate::QMovableArrayOps<QVariant>::emplace<QVariant>(long long, QVariant&&) ()
No symbol table info available.
#1 0x00007ffff7df855f in OrgKdeKWalletInterface::open(QString const&, long long, QString const&) () from /usr/lib/libqt6keychain.so.1
No symbol table info available.
#2 0x00007ffff7df3397 in QKeychain::JobPrivate::kwalletWalletFound(QDBusPendingCallWatcher*) () from /usr/lib/libqt6keychain.so.1
No symbol table info available.
#3 0x00007ffff43f1a78 in ?? () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#4 0x00007ffff78bdef3 in QDBusPendingCallWatcher::finished(QDBusPendingCallWatcher*) () from /usr/lib/libQt6DBus.so.6
No symbol table info available.
#5 0x00007ffff43e7c3f in QObject::event(QEvent*) () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#6 0x00007ffff6b8b13a in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt6Widgets.so.6
No symbol table info available.
#7 0x00007ffff4390568 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#8 0x00007ffff439445b in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#9 0x00007ffff46485a7 in ?? () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#10 0x00007ffff5512b96 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#11 0x00007ffff5516117 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#12 0x00007ffff551686c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#13 0x00007ffff4647ae3 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#14 0x00007ffff439cada in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#15 0x00007ffff439836c in QCoreApplication::exec() () from /usr/lib/libQt6Core.so.6
No symbol table info available.
#16 0x000055555564e244 in ?? ()
No symbol table info available.
#17 0x00007ffff4c40bfc in __libc_start_call_main (main=main@entry=0x55555564de40, argc=argc@entry=1, argv=argv@entry=0x7fffffffe538)
at ../sysdeps/nptl/libc_start_call_main.h:58
self = <optimized out>
result = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140737488348472, -4844717033312581767, 0, 140737488348488, 140737354125312, 93824998138680,
4844717032920090489, 4844731969456867193}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x5555558fe2be, 0x1}, data = {prev = 0x0,
cleanup = 0x0, canceltype = 1435493054}}}
not_first_call = <optimized out>
#18 0x00007ffff4c40cb5 in __libc_start_main_impl (main=0x55555564de40, argc=1, argv=0x7fffffffe538, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe528) at ../csu/libc-start.c:360
No locals.
#19 0x00005555556b1dc1 in ?? ()
No symbol table info available.
Is this a new report?
Yes
System Info
Void 6.18.52_1 x86_64 AuthenticAMD uptodate rrrrmmn
Package(s) Affected
nextcloud-client-34.0.3_2
Does a report exist for this bug with the project's home (upstream) and/or another distro?
Might be the same issue as this: nextcloud/desktop#10727
Expected behaviour
NextCloud client starts.
Actual behaviour
NextCloud gives Segmentation fault at startup.
Might be helpful:
Steps to reproduce