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

Reply via email to