STOP Error at 0xA IRQ....
WinXPTalk.com Forum Index WinXPTalk.com
Forums for Windows XP users.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winxptalk.com
STOP Error at 0xA IRQ....
Goto page 1, 2  Next
 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Accessibility
Author Message
Ok
Guest





Posted: Thu Sep 29, 2005 4:17 pm    Post subject: STOP Error at 0xA IRQ.... Reply with quote

hope im right here, i have a notebook with a problem, it works completly
fine while using it with a electic cable but if i pull it or restart in
Battery Mode i get a bluescreen with the following stop Error:

0x0000000A (0xF884F004, 0x00000007, 0x00000000, 0x805270B4)

Ok, its the irq less or equal error, i got it from the MSDN pages, i tried
also runing the last known good version from the f8 menu, not worked. I found
out that if i deacitivate the ACPI Batterycontrol in the Device Managaer i
can boot in batery mode without problems, of course i dont want to have it
deactivated, so i search for the problem
but what could the problem be? I need to identify the programm or access
that writes at 0xF884F004 and im afraid that im not the best debugger in the
world, precisely i cant access the debugger because the error occurs while
booting, not on the desktop. there are protocol files made if i boot the
notebook with the cable again but is there an analysis tool for them?
I cant identify the programm, and if its a printer driver for example that
causes it, how can i remove the driver? I mean there is no printer programm
when i install it, just sth like a lot of .sys and dll files and reg entrys
scattered in the windows dirs so im unable to locate every possible driver
and delete it to see if the problem is solved.

Hope sb can help me, thx
Back to top
David Candy
Guest





Posted: Thu Sep 29, 2005 4:26 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Type verifier in Start Run, follow the wizard but choose All Drivers. This will slow down your computer and cause more blue screen crashes but will pinpoint what is causing the crash (if the original error message didn't). Once you fix it you rerun verifier and turn it off.

If you can't start after enabling verifier
choose Last Known Good Configuration at the Failed Boot menu (which will
start without verifier).


You will be creating a crash dump file in c:\windows\minidump every blue screen. Make sure you are set to record minidumps (Small Memory Dumps) - type it in Help to see how.

Then

If you have the XP SP2 Security Update CD (else see
http://www.microsoft.com/whdc/­devtools/debugging/symbolpkg.m­spx
)


Install symbols from <CD Drive Letter>:\SUPPORT\SYMBOLS

Download
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx

Load the crash dump file into windbg
and read what it says. You may need to tell it where the symbols are. Read it.
Type
!Analyze -v
into Windbg's command line.
(this will hopefully tell you the faulty component)

If the above is too technical then email the crash dump files to davidc @ mvps.org. Don't send me lots of them. Just the one from your last crash after you turn verifier on. And only one per mail.

You can look up specific details here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ddtools/hh/ddtools/BCIntro_ea8b9fd0-2d81-4a04-a7ed-c1c6a80bd501.xml.asp

If it indicates faulty memory might be the cause you can get a memory tester
here
http://oca.microsoft.com/en/wi­ndiag.asp


If it mentions a core windows system file, meaning it a MS fix is required,
upload a minidump to

http://oca.microsoft.com

Also try typing the main error code in Help while online (ie,
Stop 0x50
and also try in the 8 digit form
stop 0x00000050)
and if there are too many hits use a filename if available. Generally memory
addresses are different for each computer (as each computer has a different
mix of drivers) so parameters that are memory addresses aren't that useful for searching, but NTStatus codes are (plus you can look them up here http://cvs.sourceforge.net/viewcvs.py/mingw/w32api/include/ddk/ntstatus.h?rev=1.2).



--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:AA59A40F-01A2-48BE-8532-C03DA203CDAE@microsoft.com...
Quote:
hope im right here, i have a notebook with a problem, it works completly
fine while using it with a electic cable but if i pull it or restart in
Battery Mode i get a bluescreen with the following stop Error:

0x0000000A (0xF884F004, 0x00000007, 0x00000000, 0x805270B4)

Ok, its the irq less or equal error, i got it from the MSDN pages, i tried
also runing the last known good version from the f8 menu, not worked. I found
out that if i deacitivate the ACPI Batterycontrol in the Device Managaer i
can boot in batery mode without problems, of course i dont want to have it
deactivated, so i search for the problem
but what could the problem be? I need to identify the programm or access
that writes at 0xF884F004 and im afraid that im not the best debugger in the
world, precisely i cant access the debugger because the error occurs while
booting, not on the desktop. there are protocol files made if i boot the
notebook with the cable again but is there an analysis tool for them?
I cant identify the programm, and if its a printer driver for example that
causes it, how can i remove the driver? I mean there is no printer programm
when i install it, just sth like a lot of .sys and dll files and reg entrys
scattered in the windows dirs so im unable to locate every possible driver
and delete it to see if the problem is solved.

Hope sb can help me, thx
Back to top
Ronnie Vernon MVP
Guest





Posted: Thu Sep 29, 2005 4:26 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Ok wrote:
Quote:
hope im right here, i have a notebook with a problem, it works
completly fine while using it with a electic cable but if i pull it
or restart in Battery Mode i get a bluescreen with the following stop
Error:

0x0000000A (0xF884F004, 0x00000007, 0x00000000, 0x805270B4)

Ok, its the irq less or equal error, i got it from the MSDN pages, i
tried also runing the last known good version from the f8 menu, not
worked. I found out that if i deacitivate the ACPI Batterycontrol in
the Device Managaer i can boot in batery mode without problems, of
course i dont want to have it deactivated, so i search for the problem
but what could the problem be? I need to identify the programm or
access that writes at 0xF884F004 and im afraid that im not the best
debugger in the world, precisely i cant access the debugger because
the error occurs while booting, not on the desktop. there are
protocol files made if i boot the notebook with the cable again but
is there an analysis tool for them?
I cant identify the programm, and if its a printer driver for example
that causes it, how can i remove the driver? I mean there is no
printer programm when i install it, just sth like a lot of .sys and
dll files and reg entrys scattered in the windows dirs so im unable
to locate every possible driver and delete it to see if the problem
is solved.

Hope sb can help me, thx

Check the following article for the resolution.

"STOP 0x0000000A" Error Message When You Change from AC Power to DC Power:
http://support.microsoft.com/kb/316676

If this does not resolve the problem, go to the following website and for the complete list of articles associated with this stop message.

Troubleshooting Windows STOP Messages:
http://www.aumha.org/win5/kbestop.php#0x0a


--

Ronnie Vernon
Microsoft MVP
Windows Shell/User

http://mvp.support.microsoft.com/
Back to top
Ok
Guest





Posted: Thu Sep 29, 2005 9:57 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Thx ppl, i will check them, but the Stop Error helppages are
a little bit...hm, unhelpful, they say it is fixed it in SP 1 and i work
with SP2, but varifier and Debugging next :)

I report later
Back to top
Ok
Guest





Posted: Thu Sep 29, 2005 11:18 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Here is an update, that seems to be important.

I set verifier to max, no i have no problems going to DC , there is no
bluescreen.
When i set to max verifier gives me a list of unsigned drivers, i moved them
temporarily into another folder , rebooted and pulled the plug, i got a new
bluescreen, now there is not only the normal stop message but additiionally a
pointer at the usbhub.sys.
Now i installed symbols and debugger, selected symbols and tried to open the
last dump, but i get an error message "File not readable or demaged"
(translated into english from german)
So i cant open the dmps, i tried a lot of them, everything the same, the
last ten dmps are corrupt, i produced a new bluescreen and tried again - no
success.
So if verifier ist at max it works and the debugger cant read it.

I hope sb knows what happend here.

Thx
Back to top
David Candy
Guest





Posted: Fri Sep 30, 2005 5:51 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

If the above is too technical then email the crash dump files to davidc @ mvps.org. Don't send me lots of them. Just the one from your last crash after you turn verifier on. And only one per mail.

I'll try to read them.
--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:53C63A6B-337E-40A9-A9CE-66FB0E934814@microsoft.com...
Quote:
Here is an update, that seems to be important.

I set verifier to max, no i have no problems going to DC , there is no
bluescreen.
When i set to max verifier gives me a list of unsigned drivers, i moved them
temporarily into another folder , rebooted and pulled the plug, i got a new
bluescreen, now there is not only the normal stop message but additiionally a
pointer at the usbhub.sys.
Now i installed symbols and debugger, selected symbols and tried to open the
last dump, but i get an error message "File not readable or demaged"
(translated into english from german)
So i cant open the dmps, i tried a lot of them, everything the same, the
last ten dmps are corrupt, i produced a new bluescreen and tried again - no
success.
So if verifier ist at max it works and the debugger cant read it.

I hope sb knows what happend here.

Thx
Back to top
David Candy
Guest





Posted: Fri Sep 30, 2005 5:51 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

It should be 64 KB in size

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:53C63A6B-337E-40A9-A9CE-66FB0E934814@microsoft.com...
Quote:
Here is an update, that seems to be important.

I set verifier to max, no i have no problems going to DC , there is no
bluescreen.
When i set to max verifier gives me a list of unsigned drivers, i moved them
temporarily into another folder , rebooted and pulled the plug, i got a new
bluescreen, now there is not only the normal stop message but additiionally a
pointer at the usbhub.sys.
Now i installed symbols and debugger, selected symbols and tried to open the
last dump, but i get an error message "File not readable or demaged"
(translated into english from german)
So i cant open the dmps, i tried a lot of them, everything the same, the
last ten dmps are corrupt, i produced a new bluescreen and tried again - no
success.
So if verifier ist at max it works and the debugger cant read it.

I hope sb knows what happend here.

Thx
Back to top
Ok
Guest





Posted: Fri Sep 30, 2005 8:26 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Ok, i send u one, but even they are set to a small dump (64kb) they are
exactly 88 kb this is wierd.
By the way the dump i send should be a a Stop error conserninng the normal
bug,
But as i mentioned, when i manually delete all unverified drivers manually
and pull the plug, i get the same STOP but with a addendum that usbhub.sys
caused the problem, and that use to happen only then, when the other not
verified drivers are deleted.

And i am not online at the weekend so sorry for no response till sunday
evening.
I appreciate the help.
Back to top
David Candy
Guest





Posted: Fri Sep 30, 2005 4:26 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

I haven't recieved a file.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:1463B7E9-F22C-46C9-B283-515C3F23F1DE@microsoft.com...
Quote:
Ok, i send u one, but even they are set to a small dump (64kb) they are
exactly 88 kb this is wierd.
By the way the dump i send should be a a Stop error conserninng the normal
bug,
But as i mentioned, when i manually delete all unverified drivers manually
and pull the plug, i get the same STOP but with a addendum that usbhub.sys
caused the problem, and that use to happen only then, when the other not
verified drivers are deleted.

And i am not online at the weekend so sorry for no response till sunday
evening.
I appreciate the help.
Back to top
Ok
Guest





Posted: Sun Oct 02, 2005 10:55 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

But did u get a mail from me?
I checked my sent folder, a mail to <davidc @ mvps.org>
was sent with a minidump file.
But actually my own outlook delete the dmp file of this message
any advice what i could do instead?

"David Candy" wrote:

Quote:
I haven't recieved a file.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
=================================================
"Ok" <Ok@discussions.microsoft.com> wrote in message news:1463B7E9-F22C-46C9-B283-515C3F23F1DE@microsoft.com...
Ok, i send u one, but even they are set to a small dump (64kb) they are
exactly 88 kb this is wierd.
By the way the dump i send should be a a Stop error conserninng the normal
bug,
But as i mentioned, when i manually delete all unverified drivers manually
and pull the plug, i get the same STOP but with a addendum that usbhub.sys
caused the problem, and that use to happen only then, when the other not
verified drivers are deleted.

And i am not online at the weekend so sorry for no response till sunday
evening.
I appreciate the help.

Back to top
David Candy
Guest





Posted: Wed Oct 05, 2005 5:43 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

No I didn't. Sorry wrong email. it's just david at mvps.org.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:F25DA02B-981A-467F-B1DF-7DD759C3182D@microsoft.com...
Quote:
But did u get a mail from me?
I checked my sent folder, a mail to <davidc @ mvps.org
was sent with a minidump file.
But actually my own outlook delete the dmp file of this message
any advice what i could do instead?

"David Candy" wrote:

I haven't recieved a file.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================>> "Ok" <Ok@discussions.microsoft.com> wrote in message news:1463B7E9-F22C-46C9-B283-515C3F23F1DE@microsoft.com...
Ok, i send u one, but even they are set to a small dump (64kb) they are
exactly 88 kb this is wierd.
By the way the dump i send should be a a Stop error conserninng the normal
bug,
But as i mentioned, when i manually delete all unverified drivers manually
and pull the plug, i get the same STOP but with a addendum that usbhub.sys
caused the problem, and that use to happen only then, when the other not
verified drivers are deleted.

And i am not online at the weekend so sorry for no response till sunday
evening.
I appreciate the help.

Back to top
Ok
Guest





Posted: Thu Oct 06, 2005 11:05 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

I did two days ago
Back to top
David Candy
Guest





Posted: Fri Oct 07, 2005 12:27 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

I received the file.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:342DD475-544A-4058-8FB2-525D2679ECB2@microsoft.com...
>I did two days ago
Back to top
David Candy
Guest





Posted: Sat Oct 08, 2005 8:26 am    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

What is your memory and disk drive configuration?

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"David Candy" <.> wrote in message news:ekZ5l9ryFHA.2644@TK2MSFTNGP09.phx.gbl...
I received the file.

--
--------------------------------------------------------------------------------------------------
http://webdiary.smh.com.au/archives/_comment/001075.html
================================================"Ok" <Ok@discussions.microsoft.com> wrote in message news:342DD475-544A-4058-8FB2-525D2679ECB2@microsoft.com...
>I did two days ago
Back to top
Ok
Guest





Posted: Sat Oct 08, 2005 4:08 pm    Post subject: Re: STOP Error at 0xA IRQ.... Reply with quote

Im not sure what you mean with that.
Well the notebook has 512 MB RAM
What are those configs? I guess you
dont mean sth like my harddisk is primary master
and so on, or do u?
And what is a memory config?

Thx

"David Candy" wrote:

Quote:
What is your memory and disk drive configuration?

-
Back to top
 
Post new topic   Reply to topic    WinXPTalk.com Forum Index -> Accessibility All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Office Forums Access Forums Windows Server Exchange Server Help
New Topics Powered by phpBB