Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0.15
-
None
-
Windows
Description
Calling CloseHandle on an invalid handle. See here:
UNIV_INTERN os_thread_t recv_writer_thread_handle = 0;
recv_init_crash_recovery() does:
recv_writer_thread_handle = os_thread_create(recv_writer_thread, 0, 0);
recv_recovery_from_checkpoint_finish() does:
if (recv_writer_thread_handle)
{ CloseHandle(recv_writer_thread_handle); }However, os_thread_create() is not returning the HANDLE object from CreateThread, it is returning the lpThreadId!!!
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Affects Version/s | 10.0.15 [ 17300 ] |
Fix Version/s | 10.0 [ 16000 ] | |
Assignee | Jan Lindström [ jplindst ] |
Priority | Trivial [ 5 ] | Major [ 3 ] |
Fix Version/s | 10.0.16 [ 17900 ] | |
Fix Version/s | 10.0 [ 16000 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v2 [ 59104 ] | MariaDB v3 [ 62204 ] |
Workflow | MariaDB v3 [ 62204 ] | MariaDB v4 [ 148676 ] |