[Github-comments] [geany/geany] Slow code navigation on Debian Stretch with GNOME (#1532)
Matthew Brush
notifications at xxxxx
Fri Jul 13 00:05:03 UTC 2018
When this glitch is happening, is there any output on the console? (Start Geany with `-v` option)
Another thing would be to run Geany with GDB and see if fires off a lot of threads (GTK+ does this sometimes and it can block, I guess when they're joined). Additionally, in GDB, if you're fast enough and can interrupt it using <kbd>Ctrl</kbd>+<kbd>c</kbd> while it's stuck, the resulting backtrace would probably be useful to see what's it's doing.
A final thing to try might be to run Geany with [GtkInspector](https://wiki.gnome.org/Projects/GTK%2B/Inspector) and see if anything looks fishy with the signals as @elextr mentions.
--
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/1532#issuecomment-404686833
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180712/4ba98f43/attachment-0001.html>
More information about the Github-comments
mailing list