Christian Boxdörfer

Results 243 comments of Christian Boxdörfer

I can reproduce the issue and I'm working on a fix.

Thx, I'll update the Flatpak to the most recent runtime.

Duplicate results happen most likely due to having FSearch scan the same folder twice. In your case, make sure `/` and `/mnt/Extended` aren't both included in the database configuration.

Hey, thx for the bug report. It's hard to tell what's going wrong here. Can you launch FSearch with following command? `env G_MESSAGES_DEBUG=all fsearch` This will give you much more...

Does the app also freeze when you index other folders?

Also can you debug FSearch with gdb like so: 1. Launch it with `gdb fsearch` (you might need to install gdb first) 2. bring the app to freeze 3. press...

The relevant part of the output I need is from those commands: 1. bring the app to freeze 2. press `ctrl-c` within gdb 3. type `info threads` within gdb (or...

Thx, that was helpful. The application seems to be freezing while performing `stat` calls, i.e. while accessing the filesystem. This might happen due to filesystem errors or drive failures. Is...

Thx, I got the debug output. There's nothing in there indicating any issues with filesystem issues. So let's try a few other things: * Does the application also freeze when...

> ok so disabled the icons, that seemed to fix the issue, > That's a strange issue to have lol but at least its simple issue to rectify. In order...