X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=BUGS;h=38e54ee300f85cf2f86e8909f113bc41edfaa796;hb=8fc734ad5948f48d3662aeb1b30a19fa204cbd51;hp=07d236be33a994ec140bd02d741daea705b9c888;hpb=5a6fda3b0842d10576a00781f4dccebf7b025f7a;p=sbcl.git diff --git a/BUGS b/BUGS index 07d236b..38e54ee 100644 --- a/BUGS +++ b/BUGS @@ -2111,3 +2111,8 @@ WORKAROUND: 385: (format nil "~4,1F" 0.001) => "0.00" (should be " 0.0"); (format nil "~4,1@F" 0.001) => "+.00" (should be "+0.0"). + +386: SunOS/x86 stack exhaustion handling broken + According to , the + stack exhaustion checking (implemented with a write-protected guard + page) does not work on SunOS/x86.