Click here to Skip to main content
15,899,124 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Internet Explorer Title Bar Corrupt -- Displays Only Square Boxes Pin
Kevin McFarlane22-Dec-05 23:44
Kevin McFarlane22-Dec-05 23:44 
Questionrun VC6 in batch mode Pin
Indivara20-Dec-05 0:09
professionalIndivara20-Dec-05 0:09 
AnswerRe: run VC6 in batch mode Pin
Michael Dunn20-Dec-05 18:49
sitebuilderMichael Dunn20-Dec-05 18:49 
GeneralRe: run VC6 in batch mode Pin
Indivara20-Dec-05 21:14
professionalIndivara20-Dec-05 21:14 
GeneralRe: run VC6 in batch mode Pin
Indivara20-Dec-05 23:07
professionalIndivara20-Dec-05 23:07 
QuestionWindows Indexing server catalogs Pin
akshayswaroop19-Dec-05 19:32
akshayswaroop19-Dec-05 19:32 
AnswerRe: Windows Indexing server catalogs Pin
Mekong River19-Dec-05 22:37
Mekong River19-Dec-05 22:37 
QuestionCrash dump analysis Pin
eric_haiara19-Dec-05 19:10
eric_haiara19-Dec-05 19:10 
Hi,


In the couple of months our print server has been bouncing frequently and I have used the Microsoft debugger to analyze the dump. Since I am very new to this and not knowledgable in the hardware programing, I and having difficulty in following thru to identify what caused the dump. In this case it seems to be pointing to memory_corruption but can anyone workout for me what caused the memory corruption. below is the dump file from the debugger.

thank very many for your help.
__________________

Loading Dump File [\\bfpmi01\c$\WINNT\Minidump\Mini120705-01.dmp]
Mini Kernel Dump File: Only registers and stack trace are available

Symbol search path is: srv*\\bfpmi01\c$\winnt\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is: \\bfpmi01\c$\winnt\;\\bfpmi01\c$\winnt\system32\; \\bfpmi01\c$\winnt\system32\drivers\
Windows 2000 Kernel Version 2195 (Service Pack 4) MP (4 procs) Free x86 compatible
Kernel base = 0x80400000 PsLoadedModuleList = 0x80485b00
Debug session time: Wed Dec 7 12:40:29.726 2005 (GMT+10)
System Uptime: not available
Loading Kernel Symbols
.............................................................................................................
Loading unloaded module list
.....
Loading User Symbols
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 41, {1000, eb6a, ee1, 5dc25}

Probably caused by : memory_corruption ( nt!MiAllocatePoolPages+4e )

Followup: MachineOwner
---------

1: kd> !analyze -v
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************

MUST_SUCCEED_POOL_EMPTY (41)
No component should ever ask for must-succeed pool as if there is none left,
the system crashes. Instead, components should ask for normal pool and
gracefully handle the scenario where the pool is temporarily empty. This
bugcheck definitely reveals a bug in the caller (use kb to identify the caller).
In addition, the fact that the pool is empty may be either a transient condition
or possibly a leak in another component (distinguish between the 2 cases by
following the directions below).
Type kb to show the calling stack.
Type !vm 1 to display total pool usage.
Then type !poolused 2 to display per-tag nonpaged pool usage.
Then type !poolused 4 to display per-tag paged pool usage.
The crash should be looked at by the tag owner that is consuming the most pool.
Arguments:
Arg1: 00001000, size of the request that could not be satisfied
Arg2: 0000eb6a, number of pages used of nonpaged pool
Arg3: 00000ee1, number of > PAGE_SIZE requests from nonpaged pool
Arg4: 0005dc25, number of pages available

Debugging Details:
------------------


CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: INTEL_CPU_MICROCODE_ZERO

BUGCHECK_STR: 0x41

LAST_CONTROL_TRANSFER: from 8046df68 to 8046e68e

STACK_TEXT:
f687fb38 8046df68 00000002 00001000 00000000 nt!MiAllocatePoolPages+0x4e
f687fb70 8041e6a2 00000002 00000000 20707249 nt!ExAllocatePoolWithTag+0x428
f687fbd4 8041e556 8810500e 00000000 80429e6c nt!IopAllocateIrpPrivate+0x148
f687fbe0 80429e6c 8810500e 00000000 00000000 nt!IoAllocateIrp+0xe
f687fc20 804da78a 878552b8 878552a0 89045040 nt!IopDeleteFile+0x6c
f687fc3c 804516ad 878552b8 80065704 00000000 nt!ObpRemoveObjectRoutine+0xd6
f687fc60 8043b66e 87b78668 e4683c08 00000000 nt!ObfDereferenceObject+0x157
f687fc84 8043bf8c e4554e88 87b7866c 87b78668 nt!MiSegmentDelete+0x142
f687fd48 8043d130 87b78600 00000000 80486180 nt!MiCleanSection+0x56c
f687fd8c 8043b927 00000000 00000000 00000000 nt!MiRemoveUnusedSegments+0x95e
f687fda8 80457838 00000000 00000000 00000000 nt!MiDereferenceSegmentThread+0x4f
f687fddc 8046c8e6 8043b8d8 00000000 00000000 nt!PspSystemThreadStartup+0x54
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


FOLLOWUP_IP:
nt!MiAllocatePoolPages+4e
8046e68e bb00100000 mov ebx,0x1000

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

SYMBOL_NAME: nt!MiAllocatePoolPages+4e

MODULE_NAME: nt

DEBUG_FLR_IMAGE_TIMESTAMP: 427b58bb

STACK_COMMAND: kb

IMAGE_NAME: memory_corruption

FAILURE_BUCKET_ID: 0x41_nt!MiAllocatePoolPages+4e

BUCKET_ID: 0x41_nt!MiAllocatePoolPages+4e

Followup: MachineOwner
---------

1: kd> kb
ChildEBP RetAddr Args to Child
f687fb38 8046df68 00000002 00001000 00000000 nt!MiAllocatePoolPages+0x4e
f687fb70 8041e6a2 00000002 00000000 20707249 nt!ExAllocatePoolWithTag+0x428
f687fbd4 8041e556 8810500e 00000000 80429e6c nt!IopAllocateIrpPrivate+0x148
f687fbe0 80429e6c 8810500e 00000000 00000000 nt!IoAllocateIrp+0xe
f687fc20 804da78a 878552b8 878552a0 89045040 nt!IopDeleteFile+0x6c
f687fc3c 804516ad 878552b8 80065704 00000000 nt!ObpRemoveObjectRoutine+0xd6
f687fc60 8043b66e 87b78668 e4683c08 00000000 nt!ObfDereferenceObject+0x157
f687fc84 8043bf8c e4554e88 87b7866c 87b78668 nt!MiSegmentDelete+0x142
f687fd48 8043d130 87b78600 00000000 80486180 nt!MiCleanSection+0x56c
f687fd8c 8043b927 00000000 00000000 00000000 nt!MiRemoveUnusedSegments+0x95e
f687fda8 80457838 00000000 00000000 00000000 nt!MiDereferenceSegmentThread+0x4f
f687fddc 8046c8e6 8043b8d8 00000000 00000000 nt!PspSystemThreadStartup+0x54
00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16


Myhope
AnswerRe: Crash dump analysis Pin
Ted Ferenc19-Dec-05 21:50
Ted Ferenc19-Dec-05 21:50 
GeneralRe: Crash dump analysis Pin
eric_haiara20-Dec-05 17:07
eric_haiara20-Dec-05 17:07 
GeneralRe: Crash dump analysis Pin
Ted Ferenc20-Dec-05 21:42
Ted Ferenc20-Dec-05 21:42 
AnswerRe: Crash dump analysis Pin
Mike Dimmick20-Dec-05 3:36
Mike Dimmick20-Dec-05 3:36 
GeneralRe: Crash dump analysis Pin
eric_haiara20-Dec-05 17:03
eric_haiara20-Dec-05 17:03 
GeneralRe: Crash dump analysis Pin
Mike Dimmick21-Dec-05 1:54
Mike Dimmick21-Dec-05 1:54 
AnswerRe: Crash dump analysis Pin
Mekong River13-Feb-06 5:29
Mekong River13-Feb-06 5:29 
GeneralRe: Crash dump analysis Pin
eric_haiara13-Feb-06 12:10
eric_haiara13-Feb-06 12:10 
Questionghost key strokes (windows) Pin
vbms19-Dec-05 12:10
vbms19-Dec-05 12:10 
QuestionBluetooth mobile phone Pin
Mekong River19-Dec-05 4:33
Mekong River19-Dec-05 4:33 
AnswerRe: Bluetooth mobile phone Pin
Indivara23-Dec-05 5:41
professionalIndivara23-Dec-05 5:41 
GeneralRe: Bluetooth mobile phone Pin
Mekong River23-Dec-05 15:53
Mekong River23-Dec-05 15:53 
GeneralRe: Bluetooth mobile phone Pin
Mekong River25-Dec-05 5:57
Mekong River25-Dec-05 5:57 
GeneralRe: Bluetooth mobile phone Pin
Indivara26-Dec-05 4:38
professionalIndivara26-Dec-05 4:38 
GeneralRe: Bluetooth mobile phone Pin
Mekong River26-Dec-05 4:59
Mekong River26-Dec-05 4:59 
QuestionRun programs at shutdown Pin
JimmyRopes17-Dec-05 16:57
professionalJimmyRopes17-Dec-05 16:57 
AnswerRe: Run programs at shutdown Pin
Dave Kreskowiak17-Dec-05 17:31
mveDave Kreskowiak17-Dec-05 17:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.