ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0xb7 bytes [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] ntdll.dll!RtlCheckForOrphanedCriticalSections() + 0x146 bytes mysqld-debug.exe!my_tmpdir(st_my_tmpdir * tmpdir=0x00af4100) Line 67 C mysqld-debug.exe!innobase_mysql_tmpfile() Line 728 + 0x16 bytes C++ mysqld-debug.exe!os_file_create_tmpfile() Line 531 + 0x5 bytes C mysqld-debug.exe!dict_init() Line 728 + 0x5 bytes C mysqld-debug.exe!dict_boot() Line 224 C mysqld-debug.exe!innobase_start_or_create_for_mysql() Line 1462 C mysqld-debug.exe!innobase_init() Line 1423 + 0x5 bytes C++ mysqld-debug.exe!ha_init() Line 481 + 0x17 bytes C++ mysqld-debug.exe!init_server_components() Line 3257 + 0x5 bytes C++ mysqld-debug.exe!win_main(int argc=4, char * * argv=0x02322f88) Line 3593 + 0x5 bytes C++ mysqld-debug.exe!mysql_service(void * p=0x00000000) Line 3755 + 0x12 bytes C++ mysqld-debug.exe!main(int argc=4, char * * argv=0x02322f88) Line 3930 + 0x7 bytes C++ mysqld-debug.exe!__tmainCRTStartup() Line 318 + 0x19 bytes C mysqld-debug.exe!mainCRTStartup() Line 187 C kernel32.dll!BaseProcessInitPostImport() + 0x8d bytes char *my_tmpdir(MY_TMPDIR *tmpdir) { char *dir; pthread_mutex_lock(&tmpdir->mutex);<------- dir=tmpdir->list[tmpdir->cur]; tmpdir->cur= (tmpdir->cur == tmpdir->max) ? 0 : tmpdir->cur+1; pthread_mutex_unlock(&tmpdir->mutex); return dir; }