mike-m
Goto Top

Minidump lesen

Hallo Leute,

ich muss einen minidump auslesen. Beim interpretieren dieses Dumps bräuchte ich hilfe.

*
  • *
  • Bugcheck Analysis *
  • *
*

IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 00000000000000a9, memory referenced
Arg2: 0000000000000002, IRQL
Arg3: 0000000000000000, bitfield :
bit 0 : value 0 = read operation, 1 = write operation
bit 3 : value 0 = not an execute operation, 1 = execute operation (only on chips which support this level of status)
Arg4: fffff8000103c53b, address which referenced memory

Debugging Details:

* Debugger could not find nt in module list, module list might be corrupt, error 0x80070057.

Ich tippe hier auf in Memory Problem aufgrund von IRQL_NOT_LESS_OR_EQUAL . Was eigentlich aussagt, daß ein treiber in einen Speicherbereich schreiben will und es nicht kann. Was mich aber dabei stört ist * Debugger could not find nt in module list, module list might be corrupt, error 0x80070057. Kann mir einer sagen wie ich diesen Part interpretieren soll.


Mike

Content-ID: 149351

Url: https://administrator.de/contentid/149351

Ausgedruckt am: 05.11.2024 um 17:11 Uhr

bkirschner
bkirschner 19.08.2010 um 16:38:29 Uhr
Goto Top
Schon mit folgendem Programm probiert:

http://www.chip.de/downloads/BlueScreenView_37830608.html
Mike-M
Mike-M 19.08.2010 um 16:54:21 Uhr
Goto Top
Hi bkirschner,

danke für den Tipp, aber das Tool zeigt mir auch nicht mehr an wie Windbg.

Mike
Connor1980
Connor1980 19.08.2010 um 17:01:05 Uhr
Goto Top
Hallo Mike,

das sieht mir sehr nach defektem Arbeitsspeicher aus.

Grüße
Mike-M
Mike-M 19.08.2010 um 19:43:15 Uhr
Goto Top
Hi Connor1980,

das denke ich mir auch. Aber vieleicht hat einer mehr Erfahrung mit den Dumps und kann mir genaueres sagen. Ich habe sogar den Verdacht, das diese Dumps nicht einmal mehr komplett geschrieben werden.

Mike