https://bugs.kde.org/show_bug.cgi?id=478854
Bug ID: 478854
Summary: Baloo_file ASSERT failures when creating/renaming
folders
Classification: Frameworks and Libraries
Product: frameworks-baloo
Version: 5.247.0
Platform: Other
OS: Linux
Status: REPORTED
Keywords: qt6, regression
Severity: normal
Priority: NOR
Component: Baloo File Daemon
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
SUMMARY
Baloo_file fails with an ASSERT when creating/renaming a folder
STEPS TO REPRODUCE
1. Create a test folder
$ cd
$ mkdir folder
$ echo "Hello Penguin" > folder/test.txt
2. See that it is indexed
3. Rename the folder
$ mv folder folder2
OBSERVED RESULT
Dec 21 18:48:45 barking baloo_file[3362]: kf.baloo: "/home/test/folder/" ->
"/home/test/folder2/"
Dec 21 18:48:45 barking baloo_file[3362]: KCrash: appFilePath points to
nullptr!
Dec 21 18:48:45 barking baloo_file[3362]: KCrash: Application '<unknown>'
crashing... crashRecursionCounter = 2
Dec 21 18:48:45 barking baloo_file[3362]: ASSERT: "from[from.size()-1] !=
QLatin1Char('/')" in file ./src/file metadatamover.cpp, line 80
Dec 21 18:48:45 barking systemd-coredump[3371]: Process 3362 (baloo_file)
of user 1001 dumped core.
SOFTWARE/OS VERSION
Neon Unstable
Plasma : 5.90.90
Frameworks: 5.247.0
Qt: 6.6.1
Kernel: 6.2.0-39-generic (64-bit)
Filesystem: Ext4 or BTRFS
ADDITIONAL INFORMATION
Possible to reproduce on a new install of Neon Unstable, works of Neon
Testing.
Also crashes when creating a folder:
baloo_file[1237]: ASSERT: "!filePath.endsWith(QLatin1Char('/'))" in
file ./src/file/newfileindexer.cpp, line 38
but not when creating or renaming files.
--
You are receiving this mail because:
You are watching all bug changes.