[Github-comments] [geany/geany-plugins] Geany-scope blank window, inusable (#433)

zhekov notifications at xxxxx
Sat Apr 1 17:29:13 UTC 2017


Log from spawn_read_cb():

Activation: 1
condition: 1 = G_IO_IN
chars_read: 28
status: 1 = G_IO_STATUS_NORMAL

Activation: 2
condition: 1 = G_IO_IN
(no chars read)
status: 3 = G_IO_STATUS_AGAIN
.....
Activation: 22737
condition: 1 = G_IO_IN
(no chars read)
status: 3 = G_IO_STATUS_AGAIN
.....
Activation: 81541 (these new machines are pretty fast)
condition: 1 = G_IO_IN
chars_read: 808
status: 1 = G_IO_STATUS_NORMAL
.....

@kugel- You were right, it's not a VTE problem per se.

spawn_read_cb() is invoked continuously by GIO with G_IO_IN but zero bytes to read.

Unless there is some very strange spawn bug, which I'm unable to notice, it's a GIO problem. VTE may be affected too, though it's G_IO_IN watch is simpler.

-- 
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-plugins/issues/433#issuecomment-290934721
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170401/76dd43d9/attachment.html>


More information about the Github-comments mailing list