[Github-comments] [geany/geany] CPU load 1.28 (#1252)

Jiří Techet notifications at xxxxx
Tue Oct 4 23:30:41 UTC 2016


It looks like some event loop, it's unfortunately quite hard to tell what's causing it as the graph almost doesn't contain Geany functions and mostly the gtk_ ones. But to me it looks like if vte_terminal_fork_command() was called in a loop which can only happen by

```
	g_signal_connect(vte, "child-exited", G_CALLBACK(vte_start), NULL);
```

so it might be the VTE child shell is dying all the time and is being restarted all the time. What does Preferences->Terminal->Shell say? Does the Terminal settings differ from the default one you get with `-c /tmp/nonexistant`?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1252#issuecomment-251543154
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161004/18ce4c5f/attachment.html>


More information about the Github-comments mailing list