PC Review


Reply
Thread Tools Rate Thread

Any one clear this error????? - Beginning dump of physical memory

 
 
SURF N CHAT
Guest
Posts: n/a
 
      13th Nov 2003
***STOP: 0x0000000A ( 0XCI040276, 0X00000002, 0X00000000, 0X8049F771) I
RQL_NOT_LESS_OR_EQUAL

*** Address 8049f771 base at 80400000, DateStamp 384d9b17 - ntoskrnl.exe

Beginning dump of physical memory

any idea?


 
Reply With Quote
 
 
 
 
Sheyi Adenouga [MSFT]
Guest
Posts: n/a
 
      13th Nov 2003
============================================================================
===
----------------------------------------------------------------------------
---
The information in this article applies to:

- Microsoft Windows NT Server 4.0 Terminal Server Edition
- Microsoft Windows 2000 Server
- Microsoft Windows 2000 Advanced Server
- Microsoft Windows 2000 Professional
- Microsoft Windows NT Server 3.5 (Version: 3.5)
- Microsoft Windows NT Server 3.51 (Version: 3.51)
- Microsoft Windows NT Server 4.0 (Version: 4.0)
- Microsoft Windows NT Workstation 3.5 (Version: 3.5)
- Microsoft Windows NT Workstation 3.51 (Version: 3.51)
- Microsoft Windows NT Workstation 4.0 (Version: 4.0)
- Microsoft Windows NT Advanced Server 3.5 (Version: 3.5)
- Microsoft Windows NT Server, Enterprise Edition 4.0 (Version: 4.0)
- Microsoft BackOffice Small Business Server 4.0 (Version: 4.0)

----------------------------------------------------------------------------
---

SUMMARY
=======


One of the more frequent trap codes generated by Windows NT is STOP
0x0000000A. This STOP message can be caused by both hardware and software
problems. To determine the specific cause, you must debug the STOP.
However, some general information can be learned by examining the
parameters of the STOP message and the STOP screen information.


MORE INFORMATION
================


STOP 0x0000000A indicates a kernel mode process or driver attempted to
access a memory address that it did not have permission to access. The most
common cause of this error is a bad or corrupt pointer that references an
incorrect location in memory. A pointer is a variable used by a program to
refer to a block of memory. If the variable has a bad value in it, then the
program tries to access memory that it should not. When this occurs in a
user mode application, it generates an access violation. When it occurs in
kernel mode, it generates a STOP 0x0000000A message.



To determine what process or driver tried to access memory it should not,
look at the parameters displayed on the STOP screen information. For
example, in the following STOP message


STOP 0x0000000A(0xWWWWWWWW, 0xXXXXXXXX, 0xYYYYYYYY, 0xZZZZZZZZ)
IRQL_NOT_LESS_OR_EQUAL
** Address 0xZZZZZZZZ has base at <address>- <driver>


The four parameters inside the parenthesis have the following meaning:


0xWWWWWWWW Address that was referenced improperly
0xXXXXXXXX IRQL that was required to access the memory
0xYYYYYYYY Type of access, 0=Read, 1=Write
0xZZZZZZZZ Address of instruction which attempted to reference
the memory at 0xWWWWWWWW


If the last parameter (0xZZZZZZZZ) falls within the address range of
one of the device drivers loaded on the system, you will know which
device driver was running when the memory access occurred. This driver is
often identified in the third line of the STOP screen:

**Address 0xZZZZZZZZ has base at <address>- <driver name>

If <driver name> is a specific driver, search in the Microsoft
Knowledge Base on the keyword 0x0000000A and the driver name. If you don't
find any relevant articles, contact Microsoft Product Support.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email to this address, post a reply to this newsgroup.
"SURF N CHAT" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> ***STOP: 0x0000000A ( 0XCI040276, 0X00000002, 0X00000000, 0X8049F771) I
> RQL_NOT_LESS_OR_EQUAL
>
> *** Address 8049f771 base at 80400000, DateStamp 384d9b17 - ntoskrnl.exe
>
> Beginning dump of physical memory
>
> any idea?
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BLUE ERROR SCREEN - "SAYS - BEGINNING DUMP OF PHYSICAL MEMORY =?Utf-8?B?RGVlbmVlZHNoZWxw?= Microsoft Windows 2000 Hardware 3 6th Dec 2007 03:04 AM
error message: 0x000000 D1 beginning dump of physical memory =?Utf-8?B?Y2hhcjFtZWQ=?= Windows XP Help 2 23rd Jan 2006 11:10 AM
stop error beginning dump of physical memory cardozo Microsoft Windows 2000 1 23rd Nov 2003 11:29 AM
Re: Beginning dump of physical memory Jimmy Andersson Microsoft Windows 2000 0 10th Sep 2003 01:27 PM
Re: Beginning dump of physical memory OR YAM SENG [MSFT] Microsoft Windows 2000 0 10th Sep 2003 03:48 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:44 AM.