Skip to content

Instantly share code, notes, and snippets.

@tboerger
Created March 19, 2014 09:36
Show Gist options
  • Save tboerger/9638486 to your computer and use it in GitHub Desktop.
Save tboerger/9638486 to your computer and use it in GitHub Desktop.
[ 22s] RPMLINT report:
[ 22s] ===============
[ 23s] libcppconsui0.x86_64: W: shared-lib-calls-exit /usr/lib64/libcppconsui.so.0.0.0 exit@GLIBC_2.2.5
[ 23s] This library package calls exit() or _exit(), probably in a non-fork()
[ 23s] context. Doing so from a library is strongly discouraged - when a library
[ 23s] function calls exit(), it prevents the calling program from handling the
[ 23s] error, reporting it to the user, closing files properly, and cleaning up any
[ 23s] state that the program has. It is preferred for the library to return an
[ 23s] actual error code and let the calling program decide how to handle the
[ 23s] situation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment