Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. 0:000> .loadby sos coreclr
  2. 0:000> !pe
  3. *********************************************************************
  4. * Symbols can not be loaded because symbol path is not initialized. *
  5. * *
  6. * The Symbol Path can be set by: *
  7. * using the _NT_SYMBOL_PATH environment variable. *
  8. * using the -y <symbol_path> argument when starting the debugger. *
  9. * using .sympath and .sympath+ *
  10. *********************************************************************
  11. PDB symbol for clr.dll not loaded
  12. There is no current managed exception on this thread
  13. 0:000> k
  14. Child-SP RetAddr Call Site
  15. 00000000`0021fd38 00000000`7729c04b ntdll!NtTerminateProcess+0xa
  16. *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files (x86)\StockSubmitter\App\ucrtbase.DLL -
  17. 00000000`0021fd40 000007fe`f2125858 ntdll!RtlExitUserProcess+0x9b
  18. 00000000`0021fd70 000007fe`f212580b ucrtbase!exit+0xc8
  19. *** WARNING: Unable to verify checksum for apphost.exe
  20. *** ERROR: Module load completed but symbols could not be loaded for apphost.exe
  21. 00000000`0021fda0 00000001`3fe5f7bf ucrtbase!exit+0x7b
  22. *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Windows\system32\kernel32.dll -
  23. 00000000`0021fdf0 00000000`770559cd apphost+0xf7bf
  24. 00000000`0021fe30 00000000`772b383d kernel32!BaseThreadInitThunk+0xd
  25. 00000000`0021fe60 00000000`00000000 ntdll!RtlUserThreadStart+0x1d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement