[Bug 469] Changed - Application can not read from serial port

wine-bugs at winehq.com wine-bugs at winehq.com
Thu May 30 11:48:07 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=469

*** shadow/469	Sun May 26 21:09:04 2002
--- shadow/469.tmp.26781	Thu May 30 11:48:07 2002
***************
*** 250,252 ****
--- 250,293 ----
  ------- Additional Comments From apa3a at yahoo.com  2002-05-26 21:09 -------
  Stephan, can you try to undo the Mike's patch?
  Confirm per user comments.
+ 
+ ------- Additional Comments From sbuehne at web.de  2002-05-30 11:48 -------
+  I undo almost all changes applied to file.c and than the appilcation worled 
+ once again. So as you mentioned the changes applied to this fiel are the sore 
+ of the problem. 
+ I have run a trace on the current wine version, because a lot of more changes 
+ were applied since august last year. The trace now looks slightly different, 
+ but seems to fail still in the same coding: 
+ ***************************************** 
+ ... 
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c 
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func 
+ (nil) 
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0) 
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c 
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 258 
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc 
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far 
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c 
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func 
+ (nil) 
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0) 
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c 
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 258 
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc 
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far 
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c 
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func 
+ (nil) 
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0) 
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c 
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc 
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far 
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 192 
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c 
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 0 
+  
+ Here the out output stops. 
+ Any suggestions? 
+ Stephan 
+  
\ No newline at end of file



More information about the wine-bugs mailing list