Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fork mishandles nready if the parent cannot be swapped #686

Open
EtchedPixels opened this issue Jan 19, 2019 · 1 comment
Open

fork mishandles nready if the parent cannot be swapped #686

EtchedPixels opened this issue Jan 19, 2019 · 1 comment
Labels
0.5 bug Misbehaviour rather than feature request

Comments

@EtchedPixels
Copy link
Owner

It's a corner case but if we are ever in a situation where we must swap out the a process to make room for a new one but there is no room then we don't always makeproc() and bump nready up. However
we do always error which takes nready back down.

Needs auditing and some thought how to avoid ugly hacks

@EtchedPixels EtchedPixels added bug Misbehaviour rather than feature request 0.3 Floppy And Debug labels Feb 1, 2019
@EtchedPixels EtchedPixels added 0.4 Speed and Size and removed 0.3 Floppy And Debug labels Jul 7, 2019
@EtchedPixels
Copy link
Owner Author

Will revisit later with swap reworks and memory layout stuff

@EtchedPixels EtchedPixels added 0.5 and removed 0.4 Speed and Size labels May 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.5 bug Misbehaviour rather than feature request
Projects
None yet
Development

No branches or pull requests

1 participant