Zeke-OS / zeke

A POSIX-like OS for ARM processors.
Other
88 stars 9 forks source link

tish/stdio streams having rare hiccups #94

Closed OlliV closed 9 years ago

OlliV commented 9 years ago

Tish seems to sometimes break oddly after an incorrect command or lock condition. Usually this seems to be reproducible after trying and failing to cat histfile. On rare occasions cat exits to EPERM or similar error while trying cat that file. This has probably something to do how stdio flush is deferred after saving the histfile.

OlliV commented 9 years ago

Guess this is fixed by now.