acrisci / simple-breakpad-server

Simple breakpad crash reports collecting server
https://www.npmjs.com/package/simple-breakpad-server
MIT License
67 stars 29 forks source link

Use minidump_stackwalk.exe to parse dump under windows system, unable to locate the specific code location, and do not display stack information #26

Closed WABWH closed 4 years ago

WABWH commented 4 years ago

i am try to use
minidump_stackwalk.exe XX.dmp A.sym

to parse dump file, but unable to locate the specific code location, and do not display stack information;

could you tell me how to use minidump_stackwalk to locate the specific code location or isplay stack information;

WABWH commented 4 years ago

and i use the same order under linux system is ok

Jimbly commented 4 years ago

Does this issue have anything to do with the simple-breakpad-server? This server uses the minidump module to generate stack traces, and I believe it works fine on Windows (though I have not tried in a very long time, so it's possible some dependencies have rotted).

WABWH commented 4 years ago

Does this issue have anything to do with the simple-breakpad-server? This server uses the minidump module to generate stack traces, and I believe it works fine on Windows (though I have not tried in a very long time, so it's possible some dependencies have rotted).

image

as the picture shows,this is the problem I encountered during use