Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] Nextcloud-desktop freezing after upgrde to bookworm

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
fch
Posts: 213
Joined: 2021-09-06 15:44
Has thanked: 23 times
Been thanked: 5 times

[Software] Nextcloud-desktop freezing after upgrde to bookworm

#1 Post by fch »

I upgrded this machines yesterday to bookworm, and everything is working fine, except for nextcloud-desktop. It was working fine yesterday, today it starts eating my cpu and pops-up a "force close" message, how to debug it?
Regards.

Code: Select all

$ nextcloud
QSocketNotifier: Can only be used with threads started with QThread

User avatar
stevepusser
Posts: 12932
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: [Software] Nextcloud-desktop freezing after upgrde to bookworm

#2 Post by stevepusser »

Is that the nextcloud in the standard Bookworm repository?

Code: Select all

apt policy nextcloud-desktop
MX Linux packager and developer

fch
Posts: 213
Joined: 2021-09-06 15:44
Has thanked: 23 times
Been thanked: 5 times

Re: [Software] Nextcloud-desktop freezing after upgrde to bookworm

#3 Post by fch »

stevepusser wrote: 2023-06-15 22:29 Is that the nextcloud in the standard Bookworm repository?

Code: Select all

apt policy nextcloud-desktop

Code: Select all

$ apt policy nextcloud-desktop
nextcloud-desktop:
  Installato: 3.7.3-1
  Candidato:  3.7.3-1
  Tabella versione:
 *** 3.7.3-1 500
        500 tor+http://2s4yqjx5ul6okpp3f2gaunr2syex5jgbfpfvhxxbbjwnrsvbk5v3qbid.onion/debian bookworm/main amd64 Packages
        100 /var/lib/dpkg/status

fch
Posts: 213
Joined: 2021-09-06 15:44
Has thanked: 23 times
Been thanked: 5 times

Re: [Software] Nextcloud-desktop freezing after upgrde to bookworm

#4 Post by fch »

it's eating my cpu all of the time, I alway have to kill nextcloud-desktop...5min later it's eating my cpu again

Aki
Global Moderator
Global Moderator
Posts: 3082
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 76 times
Been thanked: 417 times

Re: [Software] Nextcloud-desktop freezing after upgrde to bookworm

#5 Post by Aki »

Hello,

Both issues [1] [2] are reported in the BTS.

For issue [1], it is reported that it shows with gnome-shell running on wayland: is it your case ? In the nextcloud man page [3] are shown the options on how to run it to collect debugging logs, for example:

Code: Select all

nextcloud --logdebug --logfile ./nextcloud-desktop.log
I installed it and started with gnome-shell running wayland, but I didn't test it thoroughly because I don't have a nextcloud account. The program regularly started up to the nextcloud login dialog, as far as I can test it.

It could be useful to search the upstream BTS [4] for those issues and for solutions.

The latest upstream version is newer than the one currently available in Debian Stable, Testing and Unstable.


---
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980025
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926310
[3] https://manpages.debian.org/bookworm/nextcloud-desktop/nextcloud.1.en.html
[4] https://github.com/nextcloud/desktop/issues
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

fch
Posts: 213
Joined: 2021-09-06 15:44
Has thanked: 23 times
Been thanked: 5 times

Re: [Software] Nextcloud-desktop freezing after upgrde to bookworm

#6 Post by fch »

Aki wrote: 2023-06-17 10:01 Hello,

Both issues [1] [2] are reported in the BTS.

For issue [1], it is reported that it shows with gnome-shell running on wayland: is it your case ? In the nextcloud man page [3] are shown the options on how to run it to collect debugging logs, for example:

Code: Select all

nextcloud --logdebug --logfile ./nextcloud-desktop.log
I installed it and started with gnome-shell running wayland, but I didn't test it thoroughly because I don't have a nextcloud account. The program regularly started up to the nextcloud login dialog, as far as I can test it.

It could be useful to search the upstream BTS [4] for those issues and for solutions.

The latest upstream version is newer than the one currently available in Debian Stable, Testing and Unstable.


---
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980025
[2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926310
[3] https://manpages.debian.org/bookworm/nextcloud-desktop/nextcloud.1.en.html
[4] https://github.com/nextcloud/desktop/issues
It is wayland, but tested on xorg and the problem persists, also reproduceable on another machine

Post Reply