SCSIPORT problem in XP

Anyone have any ideas on what this BSOD is and how to debug it.

BUGCHECK - code 8e params 0xc0000005 0x80604d42 0xf9456a54 0x0

Stack below.
ChildEBP RetAddr Args to Child
fc9d91d4 808456a4 81652a50 00000000 816872d8 ntkrnlmp!IopParseDevice+0x431
fc9d924c 808442a7 00000000 fc9d928c 00000040
ntkrnlmp!ObpLookupObjectName+0x539
fc9d92a0 80847e2f 00000000 00000000 8168b900
ntkrnlmp!ObOpenObjectByName+0xe8
fc9d931c 80847ee0 fc9d949c 00100003 fc9d9460 ntkrnlmp!IopCreateFile+0x407
fc9d9364 808450f3 fc9d949c 00100003 fc9d9460 ntkrnlmp!IoCreateFile+0x36
fc9d93a4 807ec334 fc9d949c 00100003 fc9d9460 ntkrnlmp!NtOpenFile+0x25
fc9d93a4 807e7f67 fc9d949c 00100003 fc9d9460 ntkrnlmp!KiSystemService+0xc9
fc9d9434 fc25dc25 fc9d949c 00100003 fc9d9460 ntkrnlmp!ZwOpenFile+0x11
fc9d9490 fc25dea7 fc9d9558 00000000 0044005c dmboot!vold_devfile_open+0x5f
fc9d9508 fc25fbaf fc9d9558 fc9d9524 00000000 dmboot!vold_disk_open+0x5d
fc9d9560 fc25fcbe fc9d9570 00000002 00000000
dmboot!devintf_find_ntdevices_direct+0x3a
fc9d9574 fc25e2ab fc3071f8 fc258c54 00000002
dmboot!devintf_find_ntdevices+0x2c
fc9d957c fc258c54 00000002 fc9d95d8 00000000
dmboot!devintf_find_devices+0x1c
fc9d959c fc258f1f 00000002 fc9d95d8 fc2854e0 dmboot!mode_enable+0x59
fc9d95bc fc24e540 00000000 fc9d95d8 fc2854e0 dmboot!mode_set+0x10b
fc9d95e0 fc24e8b8 00000002 fc24e90c fc24eb12 dmboot!setup_mode+0x14
fc9d95e8 fc24e90c fc24eb12 8083a910 81654a20 dmboot!startup+0x7a
fc9d9608 fc24dc59 8083a910 81654a20 00000001 dmboot!startup+0xce
fc9d9638 808047c7 81653b20 00000000 00000001 dmboot!DmbootReinit+0x15
fc9d9654 8096988e 80088000 00000000 00000001
ntkrnlmp!IopCallBootDriverReinitializationRoutines+0x39

Bugcheck 0x8e is not defined anywhere in the DDK. I can’t find this
bugcheck in the bugcodes.h for RC1. I would look into the DDK for the final
release of XP but I don’t have it yet. Any ideas of what I am not doing
correctly in my SCSIPORT driver. This is a intermediate BSOD. Only happens
during install. Never see it after installation.

Thanks In Advance,
Joe


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

Hello Joe,

I have this information in my DDK headers. But sorry I dont have information
about their meaning. Hope they help!

Regards
Venky


//
// MessageId: BUGCODE_PSS_CRASH_INIT
//
// MessageText:
//
// Beginning dump of physical memory
//
#define BUGCODE_PSS_CRASH_INIT ((ULONG)0x0000008CL)

//
// MessageId: BUGCODE_PSS_CRASH_PROGRESS
//
// MessageText:
//
// Dumping physical memory to disk
//
#define BUGCODE_PSS_CRASH_PROGRESS ((ULONG)0x0000008DL)

//
// MessageId: BUGCODE_PSS_CRASH_DONE
//
// MessageText:
//
// Physical memory dump complete. Contact your system administrator or
// technical support group.
//
#define BUGCODE_PSS_CRASH_DONE ((ULONG)0x0000008EL)

–>-----Original Message-----
–>From: xxxxx@lists.osr.com
–>[mailto:xxxxx@lists.osr.com]On Behalf Of Joe Moriarty
–>Sent: Thursday, October 11, 2001 6:44 PM
–>To: NT Developers Interest List
–>Subject: [ntdev] SCSIPORT problem in XP
–>
–>
–>Anyone have any ideas on what this BSOD is and how to debug it.
–>
–>BUGCHECK - code 8e params 0xc0000005 0x80604d42 0xf9456a54 0x0
–>
–>Stack below.
–>ChildEBP RetAddr Args to Child
–>fc9d91d4 808456a4 81652a50 00000000 816872d8 ntkrnlmp!IopParseDevice+0x431
–>fc9d924c 808442a7 00000000 fc9d928c 00000040
–>ntkrnlmp!ObpLookupObjectName+0x539
–>fc9d92a0 80847e2f 00000000 00000000 8168b900
–>ntkrnlmp!ObOpenObjectByName+0xe8
–>fc9d931c 80847ee0 fc9d949c 00100003 fc9d9460 ntkrnlmp!IopCreateFile+0x407
–>fc9d9364 808450f3 fc9d949c 00100003 fc9d9460 ntkrnlmp!IoCreateFile+0x36
–>fc9d93a4 807ec334 fc9d949c 00100003 fc9d9460 ntkrnlmp!NtOpenFile+0x25
–>fc9d93a4 807e7f67 fc9d949c 00100003 fc9d9460 ntkrnlmp!KiSystemService+0xc9
–>fc9d9434 fc25dc25 fc9d949c 00100003 fc9d9460 ntkrnlmp!ZwOpenFile+0x11
–>fc9d9490 fc25dea7 fc9d9558 00000000 0044005c dmboot!vold_devfile_open+0x5f
–>fc9d9508 fc25fbaf fc9d9558 fc9d9524 00000000 dmboot!vold_disk_open+0x5d
–>fc9d9560 fc25fcbe fc9d9570 00000002 00000000
–>dmboot!devintf_find_ntdevices_direct+0x3a
–>fc9d9574 fc25e2ab fc3071f8 fc258c54 00000002
–>dmboot!devintf_find_ntdevices+0x2c
–>fc9d957c fc258c54 00000002 fc9d95d8 00000000
–>dmboot!devintf_find_devices+0x1c
–>fc9d959c fc258f1f 00000002 fc9d95d8 fc2854e0 dmboot!mode_enable+0x59
–>fc9d95bc fc24e540 00000000 fc9d95d8 fc2854e0 dmboot!mode_set+0x10b
–>fc9d95e0 fc24e8b8 00000002 fc24e90c fc24eb12 dmboot!setup_mode+0x14
–>fc9d95e8 fc24e90c fc24eb12 8083a910 81654a20 dmboot!startup+0x7a
–>fc9d9608 fc24dc59 8083a910 81654a20 00000001 dmboot!startup+0xce
–>fc9d9638 808047c7 81653b20 00000000 00000001 dmboot!DmbootReinit+0x15
–>fc9d9654 8096988e 80088000 00000000 00000001
–>ntkrnlmp!IopCallBootDriverReinitializationRoutines+0x39
–>
–>Bugcheck 0x8e is not defined anywhere in the DDK. I can’t find this
–>bugcheck in the bugcodes.h for RC1. I would look into the DDK for the final
–>release of XP but I don’t have it yet. Any ideas of what I am not doing
–>correctly in my SCSIPORT driver. This is a intermediate BSOD. Only happens
–>during install. Never see it after installation.
–>
–>Thanks In Advance,
–>Joe
–>
–>
–>—
–>You are currently subscribed to ntdev as: xxxxx@tataelxsi.co.in
–>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