Attached is the relevant part of the output of +file,+comm.
It looks like the app is using ClearCommError to check for the number of bytes recieved. I've read that the TIOCOUTQ ioctl is buggy and not very reliable, but I'm not sure if that's been fixed or not in newer kernels.
lawson_whitney@juno.com wrote:
On Fri, 22 Feb 2002, Michael Cardenas wrote:
Is DTR flow control supported?
I am not at all sure, because I don't know what it is. Hardware flow control as understood by the Linux C library is rts/cts flow control.
There's a comment in comm.c in SetCommState that says it's not, but EscapeCommFunction has a SETDTR case and a CLRDTR case.
No necessary connection. The app can manipulate those signals itself. Flow control as I understand it is done by the modem and the OS to prevent overrun of the FIFO and the OS's buffers, behind the app's back, so to speak.
Below are the lines I'm talking about.
I'm working on an app that asks for DTR flow control and uses overlapped IO when using a modem. It establishes a modem connection, but then it can't send any data over the connection. I'm using an external modem on a serial port.
Probably a logfile from
wine --debugmsg +file,+comm yourapp.exe 2>&1 | tee logfile
would mean more to me than excerpts from code I help maintain. +relay never hurts, except it takes so much space, but traces gzip pretty well. I expect Mike McCormack, the other person who is willing to touch Wine serial comms, will be along presently.
Lawson
---oof---
GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
trace:file:CreateFileA COM1 GENERIC_READ GENERIC_WRITE OPEN_EXISTING FILE_FLAG_OVERLAPPED attributes 0x40000080 trace:file:CreateFileA opening device 'COM1' trace:file:DOSFS_CreateCommPort COM1 c0000000 40000080 trace:file:CreateFileA returning 0000032c fixme:comm:SetupComm insize 24376 outsize 8192 unimplemented stub trace:comm:GetCommState handle 812, ptr 0x443e6e6c trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 9600 fParity 0 Parity 0 stopbits 1 trace:comm:GetCommState IXON ~IXOFF trace:comm:GetCommState ~CRTSCTS trace:comm:SetCommState handle 812, ptr 0x443e6e6c trace:comm:SetCommState bytesize 8 baudrate 115200 fParity 1 Parity 0 stopbits 1 trace:comm:SetCommState ~IXON ~IXOFF trace:comm:SetCommState CRTSCTS trace:comm:SetCommTimeouts (32c,0x443e6ea0) trace:comm:PurgeComm handle 812, flags f trace:comm:EscapeCommFunction handle 812, function=5 trace:comm:EscapeCommFunction SETDTR trace:file:SetFilePointer handle 264 offset 4394532 high 0 origin 0 trace:file:ReadFile 264 0x405b5fd4 26 0x405b5f78 (nil) trace:file:SetFilePointer handle 264 offset 4394558 high 0 origin 0 trace:file:ReadFile 264 0x41f515c0 64 0x405b5f98 (nil) trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable fixme:comm:SetupComm insize 24376 outsize 8192 unimplemented stub trace:comm:GetCommState handle 812, ptr 0x443e6e3c trace:comm:GetCommState OK trace:comm:GetCommState bytesize 8 baudrate 115200 fParity 1 Parity 0 stopbits 1 trace:comm:GetCommState ~IXON ~IXOFF trace:comm:GetCommState CRTSCTS trace:comm:SetCommState handle 812, ptr 0x443e6e3c trace:comm:SetCommState bytesize 8 baudrate 115200 fParity 1 Parity 0 stopbits 1 trace:comm:SetCommState ~IXON ~IXOFF trace:comm:SetCommState CRTSCTS trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5dc8 26 0x405b5d6c (nil) trace:file:SetFilePointer handle 264 offset 4940932 high 0 origin 0 trace:file:ReadFile 264 0x41e0d768 3144 0x405b5d8c (nil) trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5dd0 26 0x405b5d74 (nil) trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:_hwrite 264 0x405b5dec 26 trace:file:WriteFile 264 0x405b5dec 26 0x405b5d94 (nil) trace:file:_hwrite 264 0x41e0d768 3144 trace:file:WriteFile 264 0x41e0d768 3144 0x405b5dac (nil) trace:file:SetFilePointer handle 264 offset 4394532 high 0 origin 0 trace:file:WriteFile 812 0x6c140198 3 0x443e6e44 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c140198 num 3 0x41f4f600 func (nil) stub trace:file:ReadFile 264 0x405b5fd4 26 0x405b5f78 (nil) trace:file:SetFilePointer handle 264 offset 4394558 high 0 origin 0 trace:file:ReadFile 264 0x41f51470 64 0x405b5f98 (nil) trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e44 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c140198 00000004) trace:file:FILE_AsyncWriteService wrote 3 more bytes 3/3 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 2 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 7 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:WriteFile 812 0x41f4f370 28 0x443e6e44 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x41f4f370 num 28 0x41f4f600 func (nil) stub trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e44 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x41f4f370 00000004) trace:file:FILE_AsyncWriteService wrote 28 more bytes 28/28 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 34 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:WriteFile 812 0x6c140478 5 0x443e6e20 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c140478 num 5 0x41f4f600 func (nil) stub trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e20 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c140478 00000004) trace:file:FILE_AsyncWriteService wrote 5 more bytes 5/5 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 31 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:WriteFile 812 0x6c140470 5 0x443e6e20 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c140470 num 5 0x41f4f600 func (nil) stub trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e20 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c140470 00000004) trace:file:FILE_AsyncWriteService wrote 5 more bytes 5/5 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 37 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:WriteFile 812 0x6c13ee54 2 0x443e6e48 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c13ee54 num 2 0x41f4f600 func (nil) stub trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e48 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c13ee54 00000004) trace:file:FILE_AsyncWriteService wrote 2 more bytes 2/2 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:WriteFile 812 0x6c140264 2 0x443e6e48 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c140264 num 2 0x41f4f600 func (nil) stub trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e48 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c140264 00000004) trace:file:FILE_AsyncWriteService wrote 2 more bytes 2/2 so far trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5dc4 26 0x405b5d68 (nil) trace:file:SetFilePointer handle 264 offset 4940932 high 0 origin 0 trace:file:WriteFile 812 0x41f4f264 8 0x443e6e48 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x41f4f264 num 8 0x41f4f600 func (nil) stub trace:file:ReadFile 264 0x41e0d768 3144 0x405b5d88 (nil) trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5dcc 26 0x405b5d70 (nil) trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e48 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:FILE_AsyncWriteService (0x41f4f600 0x41f4f264 00000004) trace:file:FILE_AsyncWriteService wrote 8 more bytes 8/8 so far trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:_hwrite 264 0x405b5de8 26 trace:file:WriteFile 264 0x405b5de8 26 0x405b5d90 (nil) trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:file:_hwrite 264 0x41e0d768 3144 trace:file:WriteFile 264 0x41e0d768 3144 0x405b5da8 (nil) trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5dd4 26 0x405b5d78 (nil) trace:file:SetFilePointer handle 264 offset 4940932 high 0 origin 0 trace:file:WriteFile 812 0x6c13e2ac 1 0x443e6e48 0x41f4f600 trace:file:WriteFileEx file 812 to buf 0x6c13e2ac num 1 0x41f4f600 func (nil) stub trace:file:ReadFile 264 0x41e0d768 3144 0x405b5d98 (nil) trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:ReadFile 264 0x405b5ddc 26 0x405b5d80 (nil) trace:file:GetOverlappedResult (812 0x41f4f600 0x443e6e48 1) trace:file:GetOverlappedResult waiting on 0x41f4f600 trace:file:SetFilePointer handle 264 offset 4940906 high 0 origin 0 trace:file:FILE_AsyncWriteService (0x41f4f600 0x6c13e2ac 00000004) trace:file:FILE_AsyncWriteService wrote 1 more bytes 1/1 so far trace:file:_hwrite 264 0x405b5df8 26 trace:file:WriteFile 264 0x405b5df8 26 0x405b5da0 (nil) trace:file:GetOverlappedResult wait on 0x41f4f600 returned 0 trace:file:_hwrite 264 0x41e0d768 3144 trace:file:WriteFile 264 0x41e0d768 3144 0x405b5db8 (nil) trace:file:SetFilePointer handle 264 offset 4394532 high 0 origin 0 trace:file:ReadFile 264 0x405b5fd4 26 0x405b5f78 (nil) trace:file:SetFilePointer handle 264 offset 4394558 high 0 origin 0 trace:file:ReadFile 264 0x41f51190 64 0x405b5f98 (nil) trace:file:SetFilePointer handle 264 offset 4302661 high 0 origin 0 trace:file:ReadFile 264 0x405b5ac4 26 0x405b5a68 (nil) trace:file:SetFilePointer handle 264 offset 4302687 high 0 origin 0 trace:file:ReadFile 264 0x41e0d768 4332 0x405b5a88 (nil) trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 13 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c trace:file:FILE_ReadFileEx file 812 to buf 0x4453623c num 3200 0x4453621c func (nil) trace:file:GetOverlappedResult (812 0x4453621c 0x44536208 1) trace:file:GetOverlappedResult waiting on 0x4453621c trace:file:GetOverlappedResult wait on 0x4453621c returned 0 trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:GetCommModemStatus 4126 -> MS_DSR_ON MS_CTS_ON trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0 trace:file:ReadFile 812 0x4453623c 3200 0x44536208 0x4453621c FIXME:pthread_rwlock_rdlock FIXME:pthread_rwlock_unlock trace:file:FILE_SetDosError errno = 11 Resource temporarily unavailable trace:comm:ClearCommError handle 812 cbInQue = 0 cbOutQue = 0