[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-05-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

tagwer...@innerjoin.org changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #11 from tagwer...@innerjoin.org ---
Was listed in the the Frameworks 5.82 release...
https://kde.org/announcements/frameworks/5/5.82.0/
Suspect can now be closed...

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

--- Comment #10 from tagwer...@innerjoin.org ---
(In reply to Stefan Brüns from comment #9)
> With this change, the communcation between the controlling baloo_file
> process and its worker process is now actually tested.

Checked on Neon Testing; "balooctl monitor" shows the stream of files being
index, with a slight pause every 40 files (*).

$ apt list --installed | grep baloo

baloo-kf5/focal,now 5.81.0+p20.04+tunstable+git20210428.0140-0 amd64
[installed,automatic]
libkf5baloo5/focal,now 5.81.0+p20.04+tunstable+git20210428.0140-0 amd64
[installed,automatic]
libkf5balooengine5/focal,now 5.81.0+p20.04+tunstable+git20210428.0140-0
amd64 [installed,automatic]
libkf5baloowidgets-bin/focal,now
4:21.04.0+p20.04+tstable+git20210419.1043-0 amd64 [installed,automatic]
libkf5baloowidgets5/focal,now 4:21.04.0+p20.04+tstable+git20210419.1043-0
amd64 [installed,automatic]

Looks so much better. Many thanks!

*) For completeness, there might still be something being "reserved and not
released" in baloo_file if baloo_file_extractor dies/is killed. If that
happens, indexing _does_ continue but with a pause every 20 files.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-27 Thread Stefan Brüns
https://bugs.kde.org/show_bug.cgi?id=435521

--- Comment #9 from Stefan Brüns  ---
Git commit 47bf0f33551428556e8e8e8b3100e0c61f90f9a0 by Stefan Brüns.
Committed on 27/04/2021 at 18:55.
Pushed by bruns into branch 'master'.

Port extractorprocess to WorkerPipe/ControllerPipe helper classes

With this change, the communcation between the controlling baloo_file
process and its worker process is now actually tested.

M  +12   -23   src/file/extractor/app.cpp
M  +4-5src/file/extractor/app.h
M  +16   -45   src/file/extractorprocess.cpp
M  +3-3src/file/extractorprocess.h

https://invent.kde.org/frameworks/baloo/commit/47bf0f33551428556e8e8e8b3100e0c61f90f9a0

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

--- Comment #8 from tagwer...@innerjoin.org ---
Tried various combinations but, as far as I can tell, it is "still a thing", at
least in my KVM guest testing environment

I see the issue in neon Testing from...

Baloo: git20210406.0126-0 (git20210404.0240-0 was OK)
Plasma: 5.21.4
Frameworks: 5.81.0
Qt: 5.15.2 

to...

Baloo: git20210416.0123-0
Plasma: 5.21.80
Frameworks: 5.82.0
Qt: 5.15.2 

Could be I'm missing something in my tests but I'm running out of ideas. If it
is real, then it needs to be fixed before reaching the user editions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

--- Comment #7 from tagwer...@innerjoin.org ---
(In reply to Jan Rathmann from comment #6)
> Seems I can't reproduce that in my VM with Neon Testing...
Thank you for having a look...

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-14 Thread Jan Rathmann
https://bugs.kde.org/show_bug.cgi?id=435521

Jan Rathmann  changed:

   What|Removed |Added

 CC||jan.rathm...@gmx.de

--- Comment #6 from Jan Rathmann  ---
Seems I can't reproduce that in my VM with Neon Testing...

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

--- Comment #5 from tagwer...@innerjoin.org ---
After Frameworks 5.81.0 release

https://kde.org/announcements/frameworks/5/5.81.0/

Checked Neon User Edition (neon-user-20210401-0944.iso, updated to 2021-04-13
state)

$ apt list --installed | grep baloo

baloo-kf5/focal,now 5.81.0-0xneon+20.04+focal+release+build23 amd64
[installed,automatic]
libkf5baloo5/focal,now 5.81.0-0xneon+20.04+focal+release+build23 amd64
[installed,automatic]
libkf5balooengine5/focal,now 5.81.0-0xneon+20.04+focal+release+build23
amd64 [installed,automatic]
libkf5baloowidgets-bin/focal,now 4:20.12.3-0xneon+20.04+focal+build15 amd64
[installed,automatic]
libkf5baloowidgets5/focal,now 4:20.12.3-0xneon+20.04+focal+build15 amd64
[installed,automatic]

Shows no problems.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-baloo] [Bug 435521] baloo_file_extractor hangs after indexing 40 files...

2021-04-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=435521

tagwer...@innerjoin.org changed:

   What|Removed |Added

Version|5.80.0  |5.81.0
Summary|baloo_file_extractor|baloo_file_extractor hangs
   |hangs...|after indexing 40 files...

-- 
You are receiving this mail because:
You are watching all bug changes.