Hi, I have weird blue-screen in my win2k lab machine.
The machine is intel single cpu, with service pack 4 installed.
I am testing a class volume upperfilter driver.
The offending stack is:
00 00000003 bb448440 00000001 nt!RtlpBreakWithStatusInstruction (FPO:
[1,0,0])
01 00000003 00000001 8042de20 nt!KiBugCheckDebugBreak+0x31 (FPO:
[Non-Fpo])
02 00000000 00000001 00000002 nt!KeBugCheckEx+0x390 (FPO: [Non-Fpo])
03 00000000 00000001 00000002 nt!KiTrap0E+0x27c (FPO: [0,0] TrapFrame @
bb4487d0)
04 816489a0 00000000 00000000 nt!KeWaitForSingleObject+0x139 (FPO:
[Non-Fpo])
05 e248e228 e131cb28 00000007 hal!ExAcquireFastMutex+0x2a (FPO: [0,2,0])
06 e248e228 bb4488e8 bb448a38 Ntfs!LfsAllocateLcb+0x36 (FPO: [Non-Fpo])
07 e131cb28 6f7008f0 00000007 Ntfs!LfsReadLogRecord+0x125 (FPO: [Non-Fpo])
08 81644a48 81574730 6f7008f0 Ntfs!AnalysisPass+0x7e (FPO: [Non-Fpo])
09 81644a48 81574730 bb448c80 Ntfs!NtfsRestartVolume+0x82 (FPO: [Non-Fpo])
0a 81644a48 814f1008 81644a48 Ntfs!NtfsMountVolume+0xc88 (FPO: [Non-Fpo])
0b 81644a48 814f1008 81644b48 Ntfs!NtfsCommonFileSystemControl+0x37 (FPO:
[2,0,1])
0c 81644a48 00000000 00000000 Ntfs!NtfsFspDispatch+0x1b3 (FPO: [Non-Fpo])
0d 81644a48 00000000 00000000 nt!ExpWorkerThread+0xae (FPO: [Non-Fpo])
0e 804190f0 80000000 00000000 nt!PspSystemThreadStartup+0x69 (FPO:
[Non-Fpo])
0f 00000000 00000000 00000000 nt!KiThreadStartup+0x16
Any help is appreciated.
ERAN.
No obvious point of failing is jumping out here. Your drive is probably
corrupting something, which is tripping up NTFS a few milliseconds down
the line in its mount processing. I suggest running Driver Verifier on
your driver.
eran borovik wrote:
Hi, I have weird blue-screen in my win2k lab machine.
The machine is intel single cpu, with service pack 4 installed.
I am testing a class volume upperfilter driver.
The offending stack is:
00 00000003 bb448440 00000001 nt!RtlpBreakWithStatusInstruction (FPO:
[1,0,0])
01 00000003 00000001 8042de20 nt!KiBugCheckDebugBreak+0x31 (FPO:
[Non-Fpo])
02 00000000 00000001 00000002 nt!KeBugCheckEx+0x390 (FPO: [Non-Fpo])
03 00000000 00000001 00000002 nt!KiTrap0E+0x27c (FPO: [0,0] TrapFrame @
bb4487d0)
04 816489a0 00000000 00000000 nt!KeWaitForSingleObject+0x139 (FPO:
[Non-Fpo])
05 e248e228 e131cb28 00000007 hal!ExAcquireFastMutex+0x2a (FPO: [0,2,0])
06 e248e228 bb4488e8 bb448a38 Ntfs!LfsAllocateLcb+0x36 (FPO: [Non-Fpo])
07 e131cb28 6f7008f0 00000007 Ntfs!LfsReadLogRecord+0x125 (FPO: [Non-Fpo])
08 81644a48 81574730 6f7008f0 Ntfs!AnalysisPass+0x7e (FPO: [Non-Fpo])
09 81644a48 81574730 bb448c80 Ntfs!NtfsRestartVolume+0x82 (FPO: [Non-Fpo])
0a 81644a48 814f1008 81644a48 Ntfs!NtfsMountVolume+0xc88 (FPO: [Non-Fpo])
0b 81644a48 814f1008 81644b48 Ntfs!NtfsCommonFileSystemControl+0x37 (FPO:
[2,0,1])
0c 81644a48 00000000 00000000 Ntfs!NtfsFspDispatch+0x1b3 (FPO: [Non-Fpo])
0d 81644a48 00000000 00000000 nt!ExpWorkerThread+0xae (FPO: [Non-Fpo])
0e 804190f0 80000000 00000000 nt!PspSystemThreadStartup+0x69 (FPO:
[Non-Fpo])
0f 00000000 00000000 00000000 nt!KiThreadStartup+0x16
Any help is appreciated.
ERAN.
–
Nick Ryan (MVP for DDK)