Skip to content

filetable size being exceeded #163

@russellallen

Description

@russellallen

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

No one assigned

    Labels

    BugBugs (in objects or VM)

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions