debugging - Windows Store App crash dump analysis -


I have downloaded Windows Store app crash logs and I decoded a cab file that I helped windbg. But the point is that I do not know how to analyze these logs.

  Difaolt_bket_id: Rong_simbls Proses_nam: Bacgrundtskhost.aksa ERROR_CODE: (Ntsttus) 0xe0434352 - & lt; Unable to get error code text & gt; EXCEPTION_CODE: (NTSTATUS) 0xe0434352 - & lt; Unable to get error code text & gt; ! SYMBOL_STACK_INDEX: 0 SYMBOL_NAME: backgroundtaskhost.exe unknown_error_in_process FOLLOWUP_NAME: MachineOwner MODULE_NAME: backgroundtaskhost IMAGE_NAME: backgroundtaskhost.exe DEBUG_FLR_IMAGE_TIMESTAMP: 5010a827 STACK_COMMAND: Pay cd15a99100; ** pseudo incarnation **; KB FAILURE_BUCKET_ID: WRONG_SYMBOLS_e0434352_backgroundtaskhost.exe unknown_error_in_process BUCKET_ID: APPLICATION_FAULT_WRONG_SYMBOLS_CLR_EXCEPTION_backgroundtaskhost.exe unknown_error_in_process ANALYSIS_SOURCE: UM FAILURE_ID_HASH_STRING: Um: wrong_symbols_e0434352_backgroundtaskhost.exe unknown_error_in_process FAILURE_ID_HASH: {b7904d12-3545-f92a-82d7-4be5db344ea7} Followup: MachineOwner  

you probably have your app icon was published in the shop as required version (pdb files). Maybe with

command - then you may also need to refer these to the windbg?

Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -