hi,
I am using Windows 2000 Advanced Server with SP1 on my development m/c.What
i have been observing after installing SP1 is that some of the shutdowns
result into BSOD.This i got once when i tried upgrading a basic disk to
dynamic disk.Bugcheck analyis showed same problem. There seems to be some
problem downloading symbols for SP1 so i couldn’t perform much debugging.
BugCode :
IRQL_NOT_LESS_OR_EQUAL (a)
Arg1: 000000b0, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 8041fd07, address which referenced memory
The stack trace hinted that this might be misbehaved function
ntoskrnl!LZNT1DecompressChunk+2d:
Has anyone experienced similar problems?
TIA
pash
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
LZNT1DecompressChunk is the code used by NTFS to decompress data – so I would
assume that somewhere on your disk is a compressed file that contains corrupted
data causing NTFS to crash. I’m surprised that it’s not caught by exception
handling … performance issue perhaps ?
Regards,
Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com
-----Original Message-----
From: Pashupati Kumar [mailto:xxxxx@legato.com]
Sent: Friday, July 06, 2001 2:25 AM
To: NT Developers Interest List
Subject: [ntdev] isssues with windows2000 SP1- BSOD
hi,
I am using Windows 2000 Advanced Server with SP1 on my development m/c.What
i have been observing after installing SP1 is that some of the shutdowns
result into BSOD.This i got once when i tried upgrading a basic disk to
dynamic disk.Bugcheck analyis showed same problem. There seems to be some
problem downloading symbols for SP1 so i couldn’t perform much debugging.
BugCode :
IRQL_NOT_LESS_OR_EQUAL (a)
Arg1: 000000b0, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 8041fd07, address which referenced memory
The stack trace hinted that this might be misbehaved function
ntoskrnl!LZNT1DecompressChunk+2d:
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
I suppose one can only catch bugcode C0000005 with exception code but again
NTFS might have more exception handling capabilities than what is available
to developer community.By the way, can u suggest me to link where i can
download symbols for sp1, i am not able to download it from MS site.
thanx
pash
LZNT1DecompressChunk is the code used by NTFS to decompress data – so I
would
assume that somewhere on your disk is a compressed file that contains
corrupted
data causing NTFS to crash. I’m surprised that it’s not caught by
exception
handling … performance issue perhaps ?
Regards,
Paul Bunn, UltraBac.com, 425-644-6000
Microsoft MVP - WindowsNT/2000
http://www.ultrabac.com
-----Original Message-----
From: Pashupati Kumar [mailto:xxxxx@legato.com]
Sent: Friday, July 06, 2001 2:25 AM
To: NT Developers Interest List
Subject: [ntdev] isssues with windows2000 SP1- BSOD
hi,
I am using Windows 2000 Advanced Server with SP1 on my development
m/c.What
i have been observing after installing SP1 is that some of the shutdowns
result into BSOD.This i got once when i tried upgrading a basic disk to
dynamic disk.Bugcheck analyis showed same problem. There seems to be some
problem downloading symbols for SP1 so i couldn’t perform much debugging.
BugCode :
IRQL_NOT_LESS_OR_EQUAL (a)
Arg1: 000000b0, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000000, value 0 = read operation, 1 = write operation
Arg4: 8041fd07, address which referenced memory
The stack trace hinted that this might be misbehaved function
ntoskrnl!LZNT1DecompressChunk+2d:
You are currently subscribed to ntdev as: xxxxx@Legato.COM
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com