[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2023-01-06 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60 days.] ** Changed in: nautilus (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu.

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-11-07 Thread Philippe Lamalle
Sebastien, Sorry, haven't had time to pursue this recently... A little more searching led me to this question: https://askubuntu.com/questions/346211/tracker-store-and-tracker-miner-fs-eating-up-my-cpu-on-every-startup What I see appears completely similar. The syslog gets huge, filled with

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Philippe Lamalle
Here is an attempt with tracker3... ** Attachment added: "gdb-tracker3.txt" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1993557/+attachment/5625451/+files/gdb-tracker3.txt -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Sebastien Bacher
thanks, the new gdb file confirms it's hanging due to tracker they renamed the utility to tracker3, could you try to $ tracker3 search something and share the output on the report? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Philippe Lamalle
Sorry, in second paragraph I meant *without* force quit in Files! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1993557 Title: Nautilus "Files" hangs when trying to type search

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Philippe Lamalle
I performed a Files search with gdb running - since this is where my trouble lies. Files hanged as before. I tried ^C within the gdb screen, but without effect. I had to force quit Files before I could type anything in the gdb. Now, I have tried again and was able to ^C in gdb with force quit in

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Sebastien Bacher
gdb didn't manage to get a backtrace it seems :( did you try if 'tracker search ' is also misbehaving? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1993557 Title: Nautilus

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Philippe Lamalle
Hello and thanks for your replies. I followed the instructions provided in your first reply to generate the attached gdb-nautilus.txt ** Attachment added: "gdb-nautilus.txt" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1993557/+attachment/5625438/+files/gdb-nautilus.txt --

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Sebastien Bacher
It seems the indexing service is also having an issue, probably hitting a bug on one of the files it tries to index and not dealing with the error correctly. https://wiki.gnome.org/Projects/Tracker/Documentation/Debugging has the debugging details is 'tracker search <...>' working or is it also

[Bug 1993557] Re: Nautilus "Files" hangs when trying to type search string

2022-10-20 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at https://wiki.ubuntu.com/Backtrace#Generation and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down