Desktop client manually built segmentation fault

I’ve built latest desktop client (5.0.0) on Linux, however when I start the client I get segmentation fault like:

arne@ubuntu-arne:~/development/c/owncloud/client-build$ ./bin/owncloud
Segmentation fault (core dumped)

To build owncloud successfully I had to change in src/gui/CMakeLists.txt from
find_package(KDSingleApplication-qt6 1.0.0 REQUIRED) to find_package(KDSingleApplication 1.0.0 REQUIRED) and comment line 1213 in test/testutils/syncenginetestutils.cpp // QTimer::singleShot(0, this, &QNetworkReply::requestSent);.

gdb bt returns:

#0  0x00007ffff6351ea1 in operator==(QString const&, QString const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#1  0x00007ffff64ba9ea in QCoreApplication::setOrganizationDomain(QString const&) () from /lib/x86_64-linux-gnu/libQt5Core.so.5
#2  0x00005555555bce44 in main (argc=1, argv=0x7fffffffe828) at /home/arne/development/c/owncloud/src/gui/main.cpp:326

Any ideas why this may happen?

Related:

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.