Bug 295766 - Kdevelop hangs if inotify limit is not sufficient
Summary: Kdevelop hangs if inotify limit is not sufficient
Status: RESOLVED DUPLICATE of bug 314031
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: git master
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-11 14:08 UTC by Vitaliy Filippov
Modified: 2015-11-29 15:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaliy Filippov 2012-03-11 14:08:27 UTC
User-Agent:       Mozilla/5.0 (X11; Linux i686 on x86_64; rv:10.0) Gecko/20100101 Firefox/10.0
Build Identifier: 

When you try to load a project with very big number of directories (Bitrix PHP CMS is an example of such crap), KDevelop calls inotify for each of them and hangs if inotify hits the kernel handle could limit and starts to return ENOSPC error.
sysctl fs.inotify.max_user_watches=524288 helps.
But anyway, I think KDevelop shouldn't hang in that case.

Reproducible: Always
Comment 1 Kevin Funk 2015-11-29 15:41:10 UTC

*** This bug has been marked as a duplicate of bug 314031 ***