subhashish.laha Posted October 12, 2009 Posted October 12, 2009 Hi,I am getting chkdsk errors in read-mode frequently on Windows 2003 64 bit storage server with SP2 machine OS partition ( C drive). When I ran vrfdsk.exe to verify - it generates Application error in event logs. The C drive partition size is 165GB.Error details :Event Type: ErrorEvent Source: Application ErrorEvent Category: (100)Event ID: 1000Date: 10/12/2009Time: 12:13:27User: N/AComputer: ********Description:Faulting application vrfydsk.exe, version 5.2.3790.0, faulting module ulib.dll, version 5.2.3790.3959, fault address 0x0000b4b7.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.Data:0000: 41 70 70 6c 69 63 61 74 Applicat0008: 69 6f 6e 20 46 61 69 6c ion Fail0010: 75 72 65 20 20 76 72 66 ure vrf0018: 79 64 73 6b 2e 65 78 65 ydsk.exe0020: 20 35 2e 32 2e 33 37 39 5.2.3790028: 30 2e 30 20 69 6e 20 75 0.0 in u0030: 6c 69 62 2e 64 6c 6c 20 lib.dll 0038: 35 2e 32 2e 33 37 39 30 5.2.37900040: 2e 33 39 35 39 20 61 74 .3959 at0048: 20 6f 66 66 73 65 74 20 offset 0050: 30 30 30 30 62 34 62 37 0000b4b7Any ideas??Many thanks
cluberti Posted October 12, 2009 Posted October 12, 2009 Usually these errors are a result of "access denied" somewhere when loading the binary (the application error is indicative of a crash, and almost all of them involving ulib.dll involve crashing with the code 0xc0000005, access denied). I've seen this error many times, and always on Windows 2003 x64, and it was always a permissions issue. Running procmon.exe while attempting to run vrfydsk might show you where the access denied errors occur.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now