LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-10-2021, 11:59 AM   #1
giomat
Member
 
Registered: Jul 2017
Posts: 337

Rep: Reputation: 238Reputation: 238Reputation: 238
Dolphin file search crash


I know this is something that should be reported upstream, but first I wanted to check here if I'm the only one experiencing it.

My dolphin (from latest slackware64-current) crashes when I try to search stuff in the / directory.
I was specifically searching for a library header file, and even something as simple as "*.h" searched from within /usr/include triggers a bad crash and the infamous drkonqi dialog.

I thought it had something to do with baloo, so i tried disabling systemwide search from the settings, rebooting etc., but the issue is still there no matter what i try.

No problem searching stuff in my home, hidden folders are not included but there's a toggle for that in the settings and I'm personally ok with it since i rarely mess with config files in my home, nor do i need baloo to index all the .git folders (hopefully there's some kind of blacklist for that stuff only??)

So, steps to reproduce:

1) open dolphin
2) go to / directory
3) hit Ctrl+F and type whatever

Expected results:
- some results are shown based on the input text

What happens:
- drkonqi krash

I really hope it's something on my system, because this seems to me like a very basic need.
I know i can just use bash and two hundred different tools to locate stuff, thats what i did, but still this should not be so broken out of the box in my opinion.
 
Old 06-10-2021, 12:34 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Fails here also. This a fully up updated current X64.

I got this message:

Quote:
The process for the filenamesearch protocol died unexpectedly.
Just wondering, this is running as a regular user, could that be part of the problem?

FWIW, I started dolphin as root, and tried to find fstab. I got a 'KCrash handler'.

Last edited by camorri; 06-10-2021 at 12:39 PM.
 
Old 06-10-2021, 12:51 PM   #3
giomat
Member
 
Registered: Jul 2017
Posts: 337

Original Poster
Rep: Reputation: 238Reputation: 238Reputation: 238
Yes thats the one I'm facing.
Looking around the forums people only suggest to recreate the baloo index, but I know that helps only if baloo tries
to index some strange files and fails corrupting the database. My baloo instance is in check, no issues there.
 
Old 06-10-2021, 04:24 PM   #4
enorbet
Senior Member
 
Registered: Jun 2003
Location: Virginia
Distribution: Slackware = Main OpSys
Posts: 4,784

Rep: Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434Reputation: 4434
Me too but I know in my case theirs substantially more wrong that I caused recently on my Main. When I get a chance later today I'll boot up one or some of my alternates and see if they crash on search as well or not.
 
Old 06-11-2021, 03:55 AM   #5
chrisretusn
Senior Member
 
Registered: Dec 2005
Location: Philippines
Distribution: Slackware64-current
Posts: 2,969

Rep: Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548Reputation: 1548
Same here. The search starts but stopped with "The process for the filenamesearch protocol died unexpectedly."

Subsiquent searches elsewhere end with the same result, one must exit dolphin the start it again for search to work again from other locations. At least that is what I see here.
 
Old 06-11-2021, 08:44 AM   #6
MDKDIO
Member
 
Registered: Mar 2004
Location: Sweden
Distribution: Slackware 15
Posts: 521

Rep: Reputation: 187Reputation: 187
Is this still happening after last nights updates?
 
Old 06-11-2021, 08:49 AM   #7
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
Quote:
Is this still happening after last nights updates?
Yes. Just tested, fails on the /home/$user/ also.
 
Old 06-11-2021, 11:15 AM   #8
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
This is probably the bug: https://bugs.kde.org/show_bug.cgi?id=437153
It has already been fixed upstream: https://invent.kde.org/frameworks/ki...0979ed897a8094
The patch will be in the kio-5.83 package, that should be released... tomorrow: https://community.kde.org/Schedules/Frameworks
 
2 members found this post helpful.
Old 06-14-2021, 04:34 AM   #9
ctrlaltca
Member
 
Registered: May 2019
Location: Italy
Distribution: Slackware
Posts: 323

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Unfortunately it looks like we are hitting a different bug, since it still crashes with kio-5.83.
 
Old 06-14-2021, 06:59 AM   #10
j12i
Member
 
Registered: Nov 2013
Location: UTC+1
Distribution: Slackware64 15.0
Posts: 160

Rep: Reputation: Disabled
10/10 could reproduce
(up-to-date -current64)
 
Old 06-14-2021, 07:49 AM   #11
Paulo2
Member
 
Registered: Aug 2012
Distribution: Slackware64 15.0 (started with 13.37). Testing -current in a spare partition.
Posts: 928

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Dolphin doesn't crash anymore, but the search mechanism seems to understand only RE.
As the OP, if I search for "*.h" inside /usr, it keeps searching and doesn't return any result.
If I search for ".h", it will return anything with an "h" preceded by any character.
Searching for "\.h$" will return .h files.
I'm an Xfce user so I don't know if that would be configurable in KDE.
 
Old 06-15-2021, 03:17 AM   #12
giomat
Member
 
Registered: Jul 2017
Posts: 337

Original Poster
Rep: Reputation: 238Reputation: 238Reputation: 238
still hitting this after a full upgrade to latest current.
Seems related to which directories are added to the baloo file search, if I add /usr for example and let it index it
then i can search from within /usr but not from /
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[KDE/Dolphin] Issues with Dolphin and io-slave. WisdomFire Manjaro 3 08-28-2020 05:30 PM
dolphin mess start typing in file name or requested content and search begins...non landonmkelsey Linux - Software 0 11-29-2011 05:39 PM
crash () { crash|crash& }; crash grob115 Linux - Security 6 05-07-2011 03:06 AM
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM
xmms crash xine crash mplayer crash paledread Linux - Software 9 03-09-2004 07:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration