GNOME Bugzilla – Bug 790889
Builder constantly uses 100% cpu when opening a project that has symlinks
Last modified: 2017-11-27 10:09:22 UTC
I encountered this problem when opening https://github.com/openshift/openshift-ansible with github. openshift-ansible seems to make heavy use of symlinks all over the place. Whenever I open this in Builder the cpu usage jumps to 100%. I attached gdb to the process and "thread apply all bt" showed that one of the threads is doing this:
+ Trace 238190
Thread 6 (Thread 0x7fac2eb64700 (LWP 4562))
So my guess is that it's stuck in a loop because of symlinks in the project tree.
Created attachment 364485 [details] [review] file-search: ignore symlinks
Thanks for reporting and extra thanks for the stack trace! Attachment 364485 [details] pushed as ea645b7 - file-search: ignore symlinks