Changes between Initial Version and Version 1 of Ticket #74, comment 24


Ignore:
Timestamp:
May 27, 2018, 11:57:10 PM (7 years ago)
Author:
Valery V. Sedletski

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #74, comment 24

    initial v1  
    22
    33Did you checked, if cachef32.exe is in the process list, after it booted?
     4
     5Are you sure that it hangs with cachef32.exe commented out? Because if cachef32.exe didn't started, then no "GET_REQ" fsctl function is called, so no blocking in this function, an nothing can stop the boot process. As far as I can see, at line #475 cachef32.exe is blocked in "GET_REQ" fsctl (function 0x8014). Without cachef32.exe, this function is not called at all, so no block.