Closed Doslin closed 4 months ago
I believe the primary problem is that you are missing microsoft system symbols.
In your screenshot, there is trust: scan
, which indicates the results have low quality and might be completely incorrect.
I would recommend you also add the microsoft symbol server, there is examples of it floating around in the repository.
I also recommend that you use the symbolicli
executable, which is a much better replacement than starting the symbolicator http server and using curl
.
Environment
local What version are you running? Etc. 24.6.0
Steps to Reproduce
crash-write-null-point can symbol correct ✔️
flie: crash-write-null-point.dmp
Symbolicator result:
crash-use-assert can't symbol ❌
crash-use-assert.dmp
Symbolicator result:
Expected Result
when i use MinidumpDiagnostics.exe ,all dump can symbol correct MinidumpDiagnostics.exe.zip
crash-write-null-point
CrashContext.runtime-xml
xml will insert CallStack by
.\MinidumpDiagnostics.exe crash-write-null-point.dmp -DebugSymbols="D:\ProjectFile\ue4-crash-dir\pdb_v0.37.0.0.20240704101036\WindowsNoEditor"
CrashContext.runtime-xml resultcrash-use-assert
CrashContext.runtime-xml
xml will insert CallStack by
.\MinidumpDiagnostics.exe crash-use-assert.dmp -DebugSymbols="D:\ProjectFile\ue4-crash-dir\pdb_v0.37.0.0.20240704101036\WindowsNoEditor"
CrashContext.runtime-xml
Actual Result
crash-use-assert can't symbol ❌
crash-use-assert.dmp
Symbolicator result: