----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128189/ -----------------------------------------------------------
Review request for Baloo. Repository: baloo Description ------- We can have cases when deleting a directory from DocumentUrlDB when we have some children stored under it which actually don't exist on the file system. This can happen when the dir is being removed from DB because it doesn't exist on the filesystem. We do need to work on cleaning up the DB when we encounter such behaviour or even better figure out why it is happening and preventing it from happening. Diffs ----- src/engine/documenturldb.h 9bd5bb5 Diff: https://git.reviewboard.kde.org/r/128189/diff/ Testing ------- Fixed crash on CoLa's laptop. Thanks, Pinak Ahuja