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-Key: 149351

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

Printed on: April 24, 2024 at 05:04 o'clock

Member: bkirschner
bkirschner Aug 19, 2010 at 14:38:29 (UTC)
Goto Top
Schon mit folgendem Programm probiert:

http://www.chip.de/downloads/BlueScreenView_37830608.html
Member: Mike-M
Mike-M Aug 19, 2010 at 14:54:21 (UTC)
Goto Top
Hi bkirschner,

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

Mike
Member: Connor1980
Connor1980 Aug 19, 2010 at 15:01:05 (UTC)
Goto Top
Hallo Mike,

das sieht mir sehr nach defektem Arbeitsspeicher aus.

Grüße
Member: Mike-M
Mike-M Aug 19, 2010 at 17:43:15 (UTC)
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