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

rpmlint reports: W: shared-lib-calls-exit /usr/lib64/libnuvolaplayer3-runner.so exit@GLIBC_2.2.5 #340

Closed
martinkg opened this issue May 11, 2017 · 1 comment

Comments

@martinkg
Copy link

rpmlint -i -v /home/martin/rpmbuild/RPMS/x86_64/nuvolaplayer-3.1.3-4.fc25.x86_64.rpm

nuvolaplayer.x86_64: W: shared-lib-calls-exit /usr/lib64/libnuvolaplayer3-runner.so exit@GLIBC_2.2.5
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.

@jiri-janousek
Copy link
Member

libnuvolaplayer3-runner.so contains the main application logic, so it ok to call exit(). Anyway, it does so only as a last resort when WebKitWebProcess hangs.

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

No branches or pull requests

2 participants