NTFS bugcheck 24

I was copying a file into the NTFS file system from my own file system,
when I got the following bug check:

NTFS_FILE_SYSTEM (24)
If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
parameters are the exception record and context record. Do a .cxr
on the 3rd parameter and then kb to obtain a more informative stack
trace.
Arguments:
Arg1: 00190256
Arg2: f475e768
Arg3: f475e3c0
Arg4: f9d3bb21

My own file system probably lead to this failure but I was wondering why the
NTFSExceptionFilter
brought down the machine? (So I can narrow down the cause of the problem and
possibly bad data that
I am passing to it.)

Regards
Steve


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com

If you are using the latest windbg then do the following:
.exr f45e768
.cxr f475aec0
k

and you will have the real faulting stack, which probably has your
driver on it

Or you can try “!analyze -v” and see how ell the debugger does at
analyzing the failure

-----Original Message-----
From: Lousy Brit [mailto:xxxxx@interwoven.com]
Sent: Wednesday, October 31, 2001 6:02 PM
To: File Systems Developers
Subject: [ntfsd] NTFS bugcheck 24

I was copying a file into the NTFS file system from my own file system,
when I got the following bug check:

NTFS_FILE_SYSTEM (24)
If you see NtfsExceptionFilter on the stack then the 2nd and 3rd
parameters are the exception record and context record. Do a .cxr
on the 3rd parameter and then kb to obtain a more informative stack
trace.
Arguments:
Arg1: 00190256
Arg2: f475e768
Arg3: f475e3c0
Arg4: f9d3bb21

My own file system probably lead to this failure but I was wondering why
the NTFSExceptionFilter
brought down the machine? (So I can narrow down the cause of the problem
and possibly bad data that
I am passing to it.)

Regards
Steve


You are currently subscribed to ntfsd as: xxxxx@microsoft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com