Summary: | nepomuk 4.9.95 gets stuck on recursive directory structures and uses 100% cpu | ||
---|---|---|---|
Product: | [Unmaintained] nepomuk | Reporter: | Daniel Eklöf <daniel> |
Component: | filewatch | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | jessie, me |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/nepomuk-core/3daabb6407383b0620b8c6db9973fc9be8f0a6fd | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Strace output from nepomukservices while being stuck at 100% cpu usage
GDB backtrace |
Description
Daniel Eklöf
2012-12-23 12:42:51 UTC
Created attachment 75976 [details]
Strace output from nepomukservices while being stuck at 100% cpu usage
I'm sorry. I'm not sure how to read the strace. Could you please provide the following information? 1. Full application name - nepomukservicestub <pluginName> 2. GDB Backtrace? You can obtain the gdb backtrace as follows - $ ps aux | grep nepomuk # Get the pid of that process $ gdb --pid <pid> $ thread apply all backtrace Created attachment 75977 [details]
GDB backtrace
The offending process is: /usr/bin/nepomukservicestub nepomukfilewatch
The backtrace was taken after verifying with the strace output that it is indeed stuck at the same directory hierarchy.
Confirmed. Another developer has also reported the same bug via IRC. I'll try to have it fixed before RC2. Git commit 3daabb6407383b0620b8c6db9973fc9be8f0a6fd by Vishesh Handa. Committed on 30/12/2012 at 16:11. Pushed by vhanda into branch 'KDE/4.10'. FileWatch: Do not add watches for system links Following system links can lead to various infinite cycles, which is something we do not ever want. I'm not sure if there is any advantage gained by adding watches to them? REVIEW: 108025 M +3 -2 services/filewatch/kinotify.cpp M +0 -11 services/filewatch/nepomukfilewatch.cpp http://commits.kde.org/nepomuk-core/3daabb6407383b0620b8c6db9973fc9be8f0a6fd *** Bug 312497 has been marked as a duplicate of this bug. *** Works as expected in 4.10 rc2. Thanks! Hello! Sorry to be the bearer of bad news, but this project has been unmaintained for many years so I am closing this bug. Development has moved to Baloo, please try again using the latest version and applications, and submit a new ticket for frameworks-baloo if you still have an issue. Thank you! |