Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.5.25
-
Component/s: None
-
Labels:None
Description
When innodb creates threads using CreateThread() function, it does not close the handle returned by CreateThread(), nor it uses the handle anywhere in the code. Thus when innodb plugin is unloaded, the handle is leaked. application verifier does not like it, and crashes mysqld.exe because of leaked handle during unload of ha_innodb.dll when server shuts down.
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Fix of this caused https://mariadb.atlassian.net/browse/MDEV-7403