search for: getqueuedcompletionstatus

Displaying 4 results from an estimated 4 matches for "getqueuedcompletionstatus".

2007 Aug 08
12
Some more win32-changenotify analysis
Hi all, I decided to check the responsiveness of the pure Ruby vs C extension versions of win32-changenotify. I setup this little file generator program: a = [] 10.times{ |n| a << Thread.new{ File.open("File_#{n}", ''w''){ |fh| fh.puts "test #{n}" } } } a.each{ |t| t.join } The pure Ruby version did not do so well. In some cases it
2007 Jun 18
0
Sybase ASA 9 fails to start
...monitor data area" followed by the following dump: p.s. I know debugging this is going to be hard, so I'm happy to do the heavy lifting myself. If someone could decode this dump, or supply a few helpful pointers, that would be great :-) {several hundred of this first fixme} fixme:sync:GetQueuedCompletionStatus ((nil),0x7d7ab8e0,0x7d7ab8e4,0x7d7ab8d8,-1), stub! fixme:sync:GetQueuedCompletionStatus ((nil),0x7d7ab8e0,0x7d7ab8e4,0x7d7ab8d8,-1), stub! fixme:sync:GetQueuedCompletionStatus ((nil),0x7d7ab8e0,0x7d7ab8e4,0x7d7ab8d8,-1), stub! Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:...
2009 Nov 13
0
Wine release 1.1.33
...msi: Table Join on two tables that have same (non-join) column name causes only first column data to be returned. (Affects Visual Studio 2008 Standard Edition.) 20263 Fifa 09 Demo crash while starting 20348 Cannot install Mirror's Edge 20353 chromium ipc_tests.exe fails when KERNEL32.GetQueuedCompletionStatus() hangs on peer disconnect of named pipe? 20358 chromium's base_unittests.exe fails on RSAPrivateKeyUnitTest.* 20371 SolidWorks 2008: Installation fails 20417 Uninstall software list 20452 Particle Systems' Pog Compiler crashes when outputting debug info 20477 Dragon Naturall...
2009 Mar 13
0
Wine release 1.1.17
...d getNumRoutes and GetNumWithOneHeader functions. server: Overlapped named pipes are never blocking, even if no APC was specified. server: Make the new named pipe server fd inherit the I/O completion if it was set before connecting. kernel32: Fix the last error code for timeout in GetQueuedCompletionStatus. uninstaller: Only load error strings when needed. user32: Use MAKEWPARAM instead of MAKELONG for menu messages. user32/tests: Fix a couple of failing menu tests. user32/tests: Add some more optional messages. configure: 16-bit object files should depend on IDL headers...