AV in client/embedded library when unloading it
-----------------------------------------------
Key: CORE-2158
URL: http://tracker.firebirdsql.org/browse/CORE-2158
Project: Firebird Core
Issue Type: Bug
Components: API / Client Library, Engine
Affects Versions: 2.5 Alpha 1
Environment: linux
Reporter: Alexander Peshkov
When dlclose() is called for any firebird library, shutdownThread sometimes does not close successfully. This is due to the frame between finalizing semaphore release and actual thread completion, during which OS can throw that thread away from CPU, and when it's activated once again - code to be executed is not available any more.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|