Jump to content

Wer kann aus diesem Fehlercode schlau werden


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Recommended Posts

Hi System-Admins,

 

WinXP stürtzt immer häufiger mit BlueScreen ab.

 

Ich denke das eine Verbindung zu Software "Skype" (Internet Telefonie, "Beta Version") besteht.

Denn XP ist mir vorher, wenns hoch kommt, einmal im halben Jahr abgestürtz (BlueS.)!

Nach der installation von Skype war es dann soweit und danach immer häufiger, dass der Rechner Angehalten wurde.

 

Meistens trat der Fehler bei geöffneten IExplorer auf (Internet DSL-Verbindung) bei Klick auf einen Link, dass wars dann.

 

Der Computer ist nach einem schwerwiegenden Fehler neu gestartet.

10.06.04 Der Fehlercode war: 0x0000000a (0x9bd86848, 0x00000002, 0x00000000, 0x804dcb27).

 

26.06.04 Der Fehlercode war: 0x1000007e (0xc0000005, 0x805aecae, 0xf49cbb00, 0xf49cb800).

 

11.07.04 Der Fehlercode war: 0x1000007e (0xc0000005, 0x805aecc2, 0xf47f0b00, 0xf47f0800).

 

12.07.04 Der Fehlercode war: 0x0000000a (0xe95081ef, 0x00000002, 0x00000001, 0x804da445).

 

Auffallend ist der fast identische Code am 26.06 und 11.07.

Habe kein Ahnung!

 

 

PS: Was mir schon immer unangenehm aufgefallen ist, nach einer Neuinstallation von XP auf einem neuen SIS-Chip Mainbord (P4S8X, Systemerneuerung + P4 und RAM), dass der Mauszeiger beim Laden von Internetseiten im IE teilweise kurzzeitig hängen bleibt)

 

Vielen Dank für euer Hilfe

 

MfG

Tobi

Link to comment

Hallo Zusammen

 

 

Also das sind zweimal dieselben Fehler:

 

Stop 0x0000000A or IRQL_NOT_LESS_OR_EQUAL

The Stop 0xA message indicates that a kernel-mode process or driver attempted to access a memory location to which it did not have permission, or at a kernel interrupt request level (IRQL) that was too high. A kernel-mode process can access only other processes that have an IRQL lower than, or equal to, its own. This Stop message is typically due to faulty or incompatible hardware or software.

 

Interpreting the Message

This Stop message has four parameters:

 

Memory address that was improperly referenced.

 

IRQL that was required to access the memory.

 

Type of access (0x00000000 = read operation, 0x00000001 = write operation).

 

Address of the instruction that attempted to reference memory specified in parameter 1.

 

If the last parameter is within the address range of a device driver used on your system, you can determine which device driver was running when the memory access occurred. You can typically determine the driver name by reading the line that begins with:

 

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

If the third parameter is the same as the first parameter, a special condition exists in which a system worker routine, carried out by a worker thread to handle background tasks known as work items, returned at a higher IRQL. In that case, some of the four parameters take on new meanings:

 

Address of the worker routine.

 

Kernel interrupt request level (IRQL).

 

Address of the worker routine.

 

Address of the work item.

 

 

 

und zu dem anderen gibts da zu Lesen http://aumha.org/win5/kbestop.php

 

 

Ich tippe auf ein Hardware oder Treiberproblem.

 

 

Gruss,

 

 

Matthias

Link to comment
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...