Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

shared-lib-calls-exit #185

Open
lgbaldoni opened this issue May 11, 2017 · 0 comments
Open

shared-lib-calls-exit #185

lgbaldoni opened this issue May 11, 2017 · 0 comments

Comments

@lgbaldoni
Copy link

Warning from rpmlint:

vsxu-libs.i586: W: shared-lib-calls-exit /usr/lib/libvsx_engine.so exit@GLIBC_2.0
vsxu-libs.i586: W: shared-lib-calls-exit /usr/lib/libvsx_common.so exit@GLIBC_2.0
vsxu-libs.i586: W: shared-lib-calls-exit /usr/lib/libvsx_application.so exit@GLIBC_2.0
This library package calls exit() or _exit(), probably in a non-fork()
context. Doing so from a library is strongly discouraged - when a library
function calls exit(), it prevents the calling program from handling the
error, reporting it to the user, closing files properly, and cleaning up any
state that the program has. It is preferred for the library to return an
actual error code and let the calling program decide how to handle the
situation.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant