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, view it on GitHub, or mute the thread.