Re: [Chicken-hackers] [PATCH] Avoid spin loop in socket_read() when debug client disconnects

2019-03-14 Thread felix . winkelmann
> Hi all, > > Here's a tiny patch that makes the debug server end the program when a > client disconnects unexpectedly, i.e. without first sending a terminate > signal. Currently, the program will instead go into an infinite loop and > burn 100% of a CPU until it's killed. > Pushed. Thanks,

[Chicken-hackers] [PATCH] Avoid spin loop in socket_read() when debug client disconnects

2019-03-14 Thread Evan Hanson
Hi all, Here's a tiny patch that makes the debug server end the program when a client disconnects unexpectedly, i.e. without first sending a terminate signal. Currently, the program will instead go into an infinite loop and burn 100% of a CPU until it's killed. Cheers, Evan >From

Re: [Chicken-hackers] [PATCH] Use vertical space more liberally in some scrutinizer messages

2019-03-14 Thread felix . winkelmann
> Hi folks, > > I've just pushed most of these patches, with signoffs, to a branch > called "scrutiny-message-formatting", and I think we should merge it. Thanks for doing this, I've ran the tests and so far things look good. I'm a bit concerned about the verbosity of the warnings. For

Re: [Chicken-hackers] [PATCH] Use vertical space more liberally in some scrutinizer messages

2019-03-14 Thread megane
felix.winkelm...@bevuta.com writes: >> Hi folks, >> >> I've just pushed most of these patches, with signoffs, to a branch >> called "scrutiny-message-formatting", and I think we should merge it. > > Thanks for doing this, I've ran the tests and so far things look good. > > I'm a bit concerned