Changes between Version 4 and Version 5 of Ticket #74, comment 24
- Timestamp:
- May 28, 2018, 12:05:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #74, comment 24
v4 v5 1 1 Probably, it was cachef32.exe has been quit or crashed, and this unblocked the wait on line #475. No idea why waiting on line #475 (which is normal) should stop the system booting. 2 2 3 Did you checked, if cachef32.exe is running, after it booted to desktop? 3 Did you checked, if cachef32.exe is running, after it booted to desktop? (what does "pstat /c" show?) 4 4 5 5 Are you sure that it stops booting 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.