EOSCommunity.org Forums

Anchor Desktop crashes when resuming Windows

Every time I resume Windows from hibernation, Anchor crashes. I cannot tell what the exact circumstances of the exception are because when my debugger tries to kick in, the process is already terminated somehow.

Even the Windows event log entry fails to show useful information because it seems the process is terminated before it has a chance to extract information about it:

Name der fehlerhaften Anwendung: bad_module_info, Version: 0.0.0.0, Zeitstempel: 0x00000000
Name des fehlerhaften Moduls: unknown, Version: 0.0.0.0, Zeitstempel: 0x00000000
Ausnahmecode: 0xc0000374
Fehleroffset: 0x00007ff82d48ef89
ID des fehlerhaften Prozesses: 0xa6f8
Startzeit der fehlerhaften Anwendung: 0x01d73d859bf19051
Pfad der fehlerhaften Anwendung: bad_module_info
Pfad des fehlerhaften Moduls: unknown
Berichtskennung: ae1ee5b2-f65b-49dc-a9f1-ddbaa1bbcce5
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:

What we can see from this event log is that the error is 0xc0000374 which is STATUS_HEAP_CORRUPTION. (The exception address isn’t useful because that’s just RaiseException, and I cannot get a stack because the process no longer exists.)

What can I do to help you debug the issue?

Hrm, I think the best thing we can do on our end is try to reproduce the results.

Which version of windows is it?

20H2 Build 19042.867

1 Like