Answer the question
In order to leave comments, you need to log in
What does error code 10 mean?
Hello!
This is happening on a 64-bit FreeBSD server.
One particular binary, compiled purely from C source on a BSD server, in some cases aborts without any output and returns code 10, according to the shell message. This does not match the exit code I wrote in the C program.
What does error code 10 mean? I'm running it remotely on a BSD server as a shell command, not inside a bash script. C program compiled using gcc
www.bigbootytube.xxx
Answer the question
In order to leave comments, you need to log in
See here: https://github.com/freebsd/freebsd/blob/master/sys...
In a program, you can use the strerror() function to return a text message for system errors.
Always handle the return of system functions to avoid such situations.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question