Bug 295766

Summary: Kdevelop hangs if inotify limit is not sufficient
Product: [Applications] kdevelop Reporter: Vitaliy Filippov <vitalif>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED DUPLICATE    
Severity: normal CC: aleixpol
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***