Bug#997845: bug 997845

2022-01-04 Thread nick black
exciting results! i wrapped up a similar invocation and threw it into my notcurses drone CI, and there i fail exactly as i do within the debian CI (i.e. we never terminate, though we don't soak the CPU). https://drone.dsscaw.com:4443/dankamongmen/notcurses/10240/1/2 i ought now be able to resolve

Bug#997845: bug 997845

2022-01-04 Thread Paul Gevers
Hi Nick, On 04-01-2022 09:39, nick black wrote: i need to rerun the autopkgtests with NOTCURSES_LOGLEVEL=7 to confirm this. Paul, is that possible to do without uploading a new growlight package? Obviously you can run the test locally, but I guess it doesn't fail for you. I ran the test (in u

Bug#997845: bug 997845

2022-01-04 Thread nick black
alright, i might have found the root cause. when we declare EOF, we're not necessarily setting the input poll fd high. as a result, if the EOF comes at the end of an input burst, and we rely on such notifications, we miss it. https://github.com/dankamongmen/notcurses/issues/2521 has more details.