https://bugs.kde.org/show_bug.cgi?id=433204

--- Comment #20 from Peter Wibberley <p.wibber...@btinternet.com> ---
(In reply to tagwerk19 from comment #19)
> I would look though at what baloo_file had started to index when it started
> to log errors, maybe it's possible to see something strange...
> 
> You can exclude folders from indexing, either through system settings /
> search or by editing the .config/baloofilerc file. Add a line:
> 
>     exclude folders[$e]=$HOME/dontindexme
> 
> and you can skip index that folder (and its subfolders). Maybe you can pin
> down a folder that is giving trouble.
> 
> Alas I cannot help with the SIGSEGV, need someone with experience of core
> dumps...

Tagewerk19, 

Not a lot of obvious errors.  However, the last 130,000 lines of the 210,000
lines from strace (except for the final line, "+++ killed by SIGSEGV +++")
consist of 43,000 repeats of the three lines, 

ioctl(14, FIONREAD, [48])               = 0

read(14, "\1\0\0\0\2\0\0\0\0\0\0\0 \0\0\000210224Baloo_file"..., 48) = 48

poll([{fd=3, events=POLLIN}, {fd=9, events=POLLIN}, {fd=10, events=POLLPRI},
{fd=11, events=POLLIN}, {fd=14, events=POLLIN}], 5, 10) = 1 ([{fd=14,
revents=POLLIN}])

That seems a little strange.

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

Reply via email to