feeling_finder icon indicating copy to clipboard operation
feeling_finder copied to clipboard

Freezing on search

Open shavounet opened this issue 1 year ago • 6 comments

Hi !

With the latest version (1.7.0) on Linux, whenever I click on the search bar, the app freeze for a few minutes. If I wait a little, then it becomes responsive, until I open the search bar again...

I do not see any increased CPU load. I only found this log in .xession-errors

** (caribou:2406): WARNING **: 15:37:08.566: daemon.vala:120: error in focus handler: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

shavounet avatar Aug 21 '24 13:08 shavounet

FYI, I found the verbose option -v but no specific log appeared during freezing

shavounet avatar Aug 21 '24 14:08 shavounet

Thanks for opening the issue!

I can't reproduce locally. Please provide some more details about your setup, such as:

  • How you get Feeling Finder; Flatpak / Portable / Other?
  • Distro / Distro version
  • Desktop Environment
  • Wayland / X11

Merrit avatar Aug 21 '24 14:08 Merrit

Hi ! It was bundled (I think) with my Linux Mint 21.2 installation as a Flatpack package. I can reproduce it when finding the binary directly and executing it raw. Just checked, and the portable version is impacted too. Never played with desktop env, I'm on X11.

I tried to play with strace, but couldn't find relevant data (but I'm not very used to it :sweat_smile: )

shavounet avatar Aug 27 '24 12:08 shavounet

I tried installing Linux Mint (21.2 Cinnamon) in a VM, and it runs normally. So seems it may be something specific with your setup.

Is there a reason you don't update your OS to the new version? After installing and updating it immediately prompted me to update to 21.3 - possible that whatever the issue is, they have fixed distro-side.

Merrit avatar Aug 27 '24 16:08 Merrit

My home folder is encrypted (with ecryptfs), maybe it's related ? Not the first time it causes an issue... Aside from this, my setup is very vanilla. My Linux kernel is 6.8 :shrug:.

Upgrading is in my TODO, just have been postponed for a long time :sweat_smile: I'll tell you if it changes anything, but I slightly doubt so.

If you want me to test anything (e.g. a debug build ?), feel free to ask :)

shavounet avatar Aug 28 '24 07:08 shavounet

Upgrading is in my TODO, just have been postponed for a long time 😅 I'll tell you if it changes anything, but I slightly doubt so.

I kind of doubt so too, but I've seen stranger things! :laughing:

I upgraded the logging system we use, which should hopefully be able to catch more errors, including base platform errors. Please give this a try:

FeelingFinder-Linux-Portable.tar.gz

Extract it, then run it from terminal. eg:

./feeling_finder -v

Reproduce the issue, and paste the output here.

If the console doesn't produce any meaningful logs when it freezes, perhaps check the logs directory for anything that may have gotten written there: ~/.local/share/codes.merritt.FeelingFinder/logs/

Merrit avatar Aug 29 '24 17:08 Merrit