-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
BugBugs (in objects or VM)Bugs (in objects or VM)
Description
Self maintains a vector of size 256 called fileTable.
This is initialised to contain waiting semaphores in scheduler start. Incoming signals are mapped to this vector to handle file io. However in some circumstances (on FreeBSD) I'm seeing numbers > 255, even when I don't expect to have more than 256 files open.
Why?
See also scheduler signalToFile: fileNo
Metadata
Metadata
Assignees
Labels
BugBugs (in objects or VM)Bugs (in objects or VM)