What does it mean by Stack unwind information not avaiable ?

Hi All,

Is it possible that stack is corrupted, or the stack being presented here is
incorrect ?

-prokash


IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pagable (or completely invalid) address at
an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: a948685c, memory referenced
Arg2: 0000001c, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 8011c013, address which referenced memory

STACK_TEXT:
8014a34c 8011bed2 fff85edf ffffffff 8aaabcd0 nt!KiInsertTimerTable+0xbf
8014a374 801167f7 fff85edf ffffffff bde34920 nt!KiInsertTreeTimer+0x9a
8014a39c 801167a7 f9d75078 fff85edf ffffffff nt!KeSetTimerEx+0x4b
8014a3b8 f9d47073 f9d75078 fff85edf ffffffff nt!KeSetTimer+0x17
WARNING: Stack unwind information not available. Following frames may be
wrong.
8014a3e0 f9d2f274 fff85edf bde34920 00000000 WKHABBG+0x5d073
8014a418 8011be02 f9d74e00 f9d75078 bde34920 WKHABBG+0x45274
8014a514 8011bd14 80147120 80147320 ffdff000 nt!KiTimerListExpire+0xe4
8014a540 8013d96c 8014fb60 00000000 00005abe nt!KiTimerExpiration+0xce

I expect you have freed the memory which contained active KTIMER, and thus corrupted the timer queue.

----- Original Message -----
From: Prokash Sinha
To: File Systems Developers
Sent: Tuesday, July 30, 2002 12:27 AM
Subject: [ntfsd] What does it mean by Stack unwind information not avaiable ?

Hi All,

Is it possible that stack is corrupted, or the stack being presented here is incorrect ?

-prokash


IRQL_NOT_LESS_OR_EQUAL (a)

An attempt was made to access a pagable (or completely invalid) address at an

interrupt request level (IRQL) that is too high. This is usually

caused by drivers using improper addresses.

If a kernel debugger is available get the stack backtrace.

Arguments:

Arg1: a948685c, memory referenced

Arg2: 0000001c, IRQL

Arg3: 00000001, value 0 = read operation, 1 = write operation

Arg4: 8011c013, address which referenced memory

STACK_TEXT:

8014a34c 8011bed2 fff85edf ffffffff 8aaabcd0 nt!KiInsertTimerTable+0xbf

8014a374 801167f7 fff85edf ffffffff bde34920 nt!KiInsertTreeTimer+0x9a

8014a39c 801167a7 f9d75078 fff85edf ffffffff nt!KeSetTimerEx+0x4b

8014a3b8 f9d47073 f9d75078 fff85edf ffffffff nt!KeSetTimer+0x17

WARNING: Stack unwind information not available. Following frames may be wrong.

8014a3e0 f9d2f274 fff85edf bde34920 00000000 WKHABBG+0x5d073

8014a418 8011be02 f9d74e00 f9d75078 bde34920 WKHABBG+0x45274

8014a514 8011bd14 80147120 80147320 ffdff000 nt!KiTimerListExpire+0xe4

8014a540 8013d96c 8014fb60 00000000 00005abe nt!KiTimerExpiration+0xce


You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%