Microsoft (R) Windows Debugger Version 6.11.0001.404 X86
Copyright (c) Microsoft Corporation. All rights reserved.


Loading Dump File [C:\WINDOWS\Minidump\Mini122410-03.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: SRV*c:\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows XP Kernel Version 2600 (Service Pack 3) UP Free x86 compatible
Product: WinNt, suite: TerminalServer SingleUserTS
Built by: 2600.xpsp_sp3_gdr.100427-1636
Machine Name:
Kernel base = 0x804d7000 PsLoadedModuleList = 0x80554040
Debug session time: Fri Dec 24 02:04:15.842 2010 (GMT+3)
System Uptime: 0 days 0:03:47.422
Loading Kernel Symbols
...............................................................
...............................................................
Loading User Symbols
Loading unloaded module list
...........
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 10000050, {fffffff8, 0, b9def5ec, 0}


Could not read faulting driver name
Probably caused by : Fastfat.SYS ( Fastfat!FatInsertName+28 )

Followup: MachineOwner
---------

kd> !analyze -v
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

PAGE_FAULT_IN_NONPAGED_AREA (50)
Invalid system memory was referenced.  This cannot be protected by try-except,
it must be protected by a Probe.  Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fffffff8, memory referenced.
Arg2: 00000000, value 0 = read operation, 1 = write operation.
Arg3: b9def5ec, If non-zero, the instruction address which referenced the bad memory
	address.
Arg4: 00000000, (reserved)

Debugging Details:
------------------


Could not read faulting driver name

READ_ADDRESS:  fffffff8 

FAULTING_IP: 
Fastfat!FatInsertName+28
b9def5ec 8b4608          mov     eax,dword ptr [esi+8]

MM_INTERNAL_CODE:  0

CUSTOMER_CRASH_COUNT:  3

DEFAULT_BUCKET_ID:  DRIVER_FAULT

BUGCHECK_STR:  0x50

PROCESS_NAME:  explorer.exe

LAST_CONTROL_TRANSFER:  from b9def9a9 to b9def5ec

STACK_TEXT:  
ba494630 b9def9a9 86228420 e11da5f8 e1239b24 Fastfat!FatInsertName+0x28
ba494640 b9def958 cd7003c0 e1239a20 e1239b18 Fastfat!FatConstructNamesInFcb+0x2a8
ba49469c b9e02d14 86228420 e1239a20 cd7003c0 Fastfat!FatConstructNamesInFcb+0x261
ba494718 b9def118 86228420 8638a118 e11da528 Fastfat!FatCreateFcb+0x299
ba49478c b9dee512 86228420 8656ef90 8638a118 Fastfat!FatOpenExistingFile+0x13a
ba494a08 b9debd76 86228420 863529c8 863529d8 Fastfat!FatCommonCreate+0xd4c
ba494a4c 804ee129 8638a020 863529c8 863529c8 Fastfat!FatFsdCreate+0x52
ba494a5c 80578688 8638fc50 8639ea84 ba494c04 nt!IopfCallDriver+0x31
ba494b3c 805b4d3c 8638fc68 00000000 8639e9e0 nt!IopParseDevice+0xa12
ba494bc4 805b10e5 00000000 ba494c04 00000040 nt!ObpLookupObjectName+0x56a
ba494c18 8056b295 00000000 00000000 494d6401 nt!ObOpenObjectByName+0xeb
ba494c94 8056bc0c 020ef3c4 80100080 020ef364 nt!IopCreateFile+0x407
ba494cf0 8056e31e 020ef3c4 80100080 020ef364 nt!IoCreateFile+0x8e
ba494d30 8053d668 020ef3c4 80100080 020ef364 nt!NtCreateFile+0x30
ba494d30 7c90e514 020ef3c4 80100080 020ef364 nt!KiFastCallEntry+0xf8
WARNING: Frame IP not in any known module. Following frames may be wrong.
020ef3bc 00000000 00000000 00000000 00000000 0x7c90e514


STACK_COMMAND:  kb

FOLLOWUP_IP: 
Fastfat!FatInsertName+28
b9def5ec 8b4608          mov     eax,dword ptr [esi+8]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  Fastfat!FatInsertName+28

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: Fastfat

IMAGE_NAME:  Fastfat.SYS

DEBUG_FLR_IMAGE_TIMESTAMP:  48025b94

FAILURE_BUCKET_ID:  0x50_Fastfat!FatInsertName+28

BUCKET_ID:  0x50_Fastfat!FatInsertName+28

Followup: MachineOwner
---------

