** Changed in: qutim
Status: New => Incomplete
--
You received this bug notification because you are a member of QutIM
Developers, which is subscribed to qutim.
https://bugs.launchpad.net/bugs/1108652
Title:
Shared library calls exit /usr/lib/libqutim.so.0.3.1.0 exit@@GLIBC_2.0
Status in Multiplatform instant messenger:
Incomplete
Bug description:
git20130129
qutim-core.i586: W: shared-lib-calls-exit /usr/lib/libqutim.so.0.3.1.0
exit@GLIBC_2.0
qutim-core.i586: W: shared-lib-calls-exit /usr/lib/libqutim.so.0.3.1.0
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qutim/+bug/1108652/+subscriptions
--
Mailing list: https://launchpad.net/~qutimdevelop
Post to : [email protected]
Unsubscribe : https://launchpad.net/~qutimdevelop
More help : https://help.launchpad.net/ListHelp