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

Move the exit() calls from libvsxu to Artiste/Player/Server #167

Open
saidinesh5 opened this issue Sep 27, 2015 · 0 comments
Open

Move the exit() calls from libvsxu to Artiste/Player/Server #167

saidinesh5 opened this issue Sep 27, 2015 · 0 comments

Comments

@saidinesh5
Copy link
Member

[ 242s] vsxu-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/libvsxu_engine_graphics.so exit@GLIBC_2.2.5
[ 242s] vsxu-libs.x86_64: W: shared-lib-calls-exit /usr/lib64/libvsxu_engine.so exit@GLIBC_2.2.5
[ 242s] This library package calls exit() or _exit(), probably in a non-fork()
[ 242s] context. Doing so from a library is strongly discouraged - when a library
[ 242s] function calls exit(), it prevents the calling program from handling the
[ 242s] error, reporting it to the user, closing files properly, and cleaning up any
[ 242s] state that the program has. It is preferred for the library to return an
[ 242s] actual error code and let the calling program decide how to handle the
[ 242s] 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