PDA

View Full Version : system recovered from serious erorr?


spot
April 19th 03, 07:04 PM
this is the message i get whilst xp home is in the final
stages of booting up, any ideas how to correct.

bccode:35 bcp1:811ee340
bcp2:00000000
3:00000000
4:00000000
os ver:5_1_2600
sp:0_0
product:768_1

c:\windows\minidump\mini041903-20.dmp
c:\doc~1\richard\locals~1\temp\wer2.temp.dir00\sys data.xml

thanks inadvance.

Rick \Nutcase\ Rogers
April 19th 03, 08:14 PM
Hi,

No idea, but I'd start by clearing the \temp folders under both the windows
root and your local profile. This article may also help pinpoint the cause:

HOW TO: Perform Advanced Clean-Boot Troubleshooting in Windows XP
http://support.microsoft.com/?kbid=316434

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x - http://mvp.support.microsoft.com/
Associate Expert - WinXP - Expert Zone -
www.microsoft.com/windowsxp/expertzone
Win98 Help - www.rickrogers.org

"spot" > wrote in message
...
> this is the message i get whilst xp home is in the final
> stages of booting up, any ideas how to correct.
>
> bccode:35 bcp1:811ee340
> bcp2:00000000
> 3:00000000
> 4:00000000
> os ver:5_1_2600
> sp:0_0
> product:768_1
>
> c:\windows\minidump\mini041903-20.dmp
> c:\doc~1\richard\locals~1\temp\wer2.temp.dir00\sys data.xml
>
> thanks inadvance.

Rick \Nutcase\ Rogers
April 19th 03, 08:14 PM
Hi,

No idea, but I'd start by clearing the \temp folders under both the windows
root and your local profile. This article may also help pinpoint the cause:

HOW TO: Perform Advanced Clean-Boot Troubleshooting in Windows XP
http://support.microsoft.com/?kbid=316434

--
Best of Luck,

Rick Rogers aka "Nutcase" MS-MVP - Win9x - http://mvp.support.microsoft.com/
Associate Expert - WinXP - Expert Zone -
www.microsoft.com/windowsxp/expertzone
Win98 Help - www.rickrogers.org

"spot" > wrote in message
...
> this is the message i get whilst xp home is in the final
> stages of booting up, any ideas how to correct.
>
> bccode:35 bcp1:811ee340
> bcp2:00000000
> 3:00000000
> 4:00000000
> os ver:5_1_2600
> sp:0_0
> product:768_1
>
> c:\windows\minidump\mini041903-20.dmp
> c:\doc~1\richard\locals~1\temp\wer2.temp.dir00\sys data.xml
>
> thanks inadvance.

Matthew Mucker [MSFT]
April 19th 03, 09:03 PM
A STOP 0x00000035 (bccode:35 = "bugcheck code" 35 = STOP code 35) means
NO_MORE_IRP_STACK_LOCATIONS.

Some driver is not handling I/O correctly. Ususally disk I/O, but could be
to any device.

My first reaction is to ensure that any antivirus software you have
installed is up to date. Antivirus software processes every I/O call to disk
and has every opportunity in the world to botch up IRP's.

-Matt

"spot" > wrote in message
...
> this is the message i get whilst xp home is in the final
> stages of booting up, any ideas how to correct.
>
> bccode:35 bcp1:811ee340
> bcp2:00000000
> 3:00000000
> 4:00000000
> os ver:5_1_2600
> sp:0_0
> product:768_1
>
> c:\windows\minidump\mini041903-20.dmp
> c:\doc~1\richard\locals~1\temp\wer2.temp.dir00\sys data.xml
>
> thanks inadvance.

Matthew Mucker [MSFT]
April 19th 03, 09:03 PM
A STOP 0x00000035 (bccode:35 = "bugcheck code" 35 = STOP code 35) means
NO_MORE_IRP_STACK_LOCATIONS.

Some driver is not handling I/O correctly. Ususally disk I/O, but could be
to any device.

My first reaction is to ensure that any antivirus software you have
installed is up to date. Antivirus software processes every I/O call to disk
and has every opportunity in the world to botch up IRP's.

-Matt

"spot" > wrote in message
...
> this is the message i get whilst xp home is in the final
> stages of booting up, any ideas how to correct.
>
> bccode:35 bcp1:811ee340
> bcp2:00000000
> 3:00000000
> 4:00000000
> os ver:5_1_2600
> sp:0_0
> product:768_1
>
> c:\windows\minidump\mini041903-20.dmp
> c:\doc~1\richard\locals~1\temp\wer2.temp.dir00\sys data.xml
>
> thanks inadvance.

Google