closing handle fails

steve.lustbader at philips.com steve.lustbader at philips.com
Fri Nov 22 17:04:00 CST 2002


I open a handle to a com port with
m_hPort = ::CreateFile(_T("COM1"),GENERIC_READ | GENERIC_WRITE, 0,
                       0, OPEN_EXISTING,FILE_FLAG_OVERLAPPED, 0);

Later, when I try to close the handle, the call to
CloseHandle(m_hPort) gets stuck when CloseHandle calls NtClose.

What trace can I provide here to help?

-Steve




More information about the wine-devel mailing list