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

No exception mentioned for Unix.fork if it fails #3884

Closed
vicuna opened this issue Nov 22, 2005 · 1 comment
Closed

No exception mentioned for Unix.fork if it fails #3884

vicuna opened this issue Nov 22, 2005 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Nov 22, 2005

Original bug ID: 3884
Reporter: anonymous
Status: closed (set by @damiendoligez on 2005-11-29T12:09:03Z)
Resolution: not a bug
Priority: normal
Severity: minor
Version: 3.09.0
Category: documentation

Bug description

Hello,

Unix.fork() documentation does not cointain an information about
the possible fail of a fork().

Is this implemented correctly, then the documentation should be updated.
If there is no exception... this would be a bug... :(

@vicuna
Copy link
Author

vicuna commented Nov 29, 2005

Comment author: @damiendoligez

Failures are documented under the declaration of the Unix_error exception.
fork is not different from the other system calls in this respect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant