Bug #18511 2012-02-26 18:09
athar
Code::Blocks unnecessarily keeps stat()ing files
I have mounted a FUSE file system in a project's directory (vfs/bin/Release/mountpoint). Now whenever I work on that project, the editor freezes every few seconds.
It seems that this is because C::B keeps listing the virtual file system's contents and calls stat() on each directory (of which there are many).
It gets a bit more strange, because this also happens when editing certain files in other projects, which have zero relation to the vfs project.
I'm not sure why C::B feels the need to access that directory at all or why it isn't done in a background thread, but it makes working with C::B nearly impossible.
I'm using svn7844.
- Category
- Group
- Platform:Linux
- Status
- Open
- Close date
- Assigned to