File: OPENBUGS

package info (click to toggle)
drscheme 1%3A209-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 59,656 kB
  • ctags: 49,370
  • sloc: ansic: 254,796; cpp: 59,293; sh: 20,675; lisp: 14,368; makefile: 5,096; pascal: 3,724; perl: 2,814; asm: 1,070; java: 843; yacc: 755; lex: 258; sed: 93
file content (13 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13

(let loop ([x 0]) (call/cc loop)) accumulates memory

Under Unix and Mac OS, a DNS lookup by tcp-connect blocks all
 MzScheme threads; note that the "net" collection contains a
 partial DNS client implementation that does not have this problem

Under Windows, if other OS-level processes write to or read from the
 same end of pipe as MzScheme, MzScheme may incorrectly report that
 the pipe is ready for reading/writing or it may prematurely read
 input (preventing the other process from receiving it)

On Alpha machines, inexact negative zero is not handled correctly