X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUGS;h=3dd6eec87746313577b3e918006f25de09ce57ce;hb=41ebbebc360fc5b85e39d78fdaaba7d2f7577b10;hp=c3a824dae7b1a42f0520e028af719152c4cf4522;hpb=7ea27ded7ac98130c96beb6836d1259404e578d6;p=sbcl.git diff --git a/BUGS b/BUGS index c3a824d..3dd6eec 100644 --- a/BUGS +++ b/BUGS @@ -1880,3 +1880,11 @@ The gcl/ansi-tests/doit.lisp program terminates prematurely shortly after MISC.556 by falling into gdb with fatal error encountered in SBCL pid 2827: Unhandled SIGILL unless the MISC.556 test is commented out. + +421: READ-CHAR-NO-HANG misbehaviour on Windows Console: + + It seems that on Windows READ-CHAR-NO-HANG hangs if the user + has pressed a key, but not yet enter (ie. SYSREAD-MAY-BLOCK-P + seems to lie if the OS is buffering input for us on Console.) + + reported by Elliot Slaughter on sbcl-devel 2008/1/10.