On Thu, May 28, 2015 at 10:51 AM, Bastien Durel <[email protected]> wrote: > Le jeudi 28 mai 2015 à 18:40 +0200, Otto Moerbeek a écrit : ... >> That would mean killed by SIGINT (^C), but that doesn't make a lot >> of sense here. > > Looks like many programs crashes this way : > > # ls > .profile etc install.sub sbin usr > bin install mnt tmp var > dev install.md mnt2 upgrade > # > # echo $? > 130 ... > tried with many baud rates, and it *may* influence *when* programs > crashes : with 115200 bauds ls outputs more data before crashing ; but > ls -l output even more and does not crash, so I can't conclude it's > output-related ...
When 'stty brkint' is set (the default), then a serial break state will result in SIGINT being sent to the foreground process group. Do you have a flaky cable? Or maybe flow control isn't working? Philip Guenther

