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

Not able to analyze any breakpad symbol files #15

Closed saumilsdk closed 6 years ago

saumilsdk commented 6 years ago

I tried posting symbol files from breakpad testdata. It uploads symbol files but when I click on view, it fails. Here are the symbol files to try with: https://github.com/google/breakpad/tree/master/src/processor/testdata/symbols

Jimbly commented 6 years ago

What do you mean by "analyze any breakpad symbol files"? Symbol files are not analyzed in anyway way by simple-breakpad-server, they are simply stored on disk for breakpad's minidump_stackwalk tool to read when you view an uploaded dump. Or is this a duplicate of the issue you just posted where you get a crash when trying to download a previously uploaded symbol file?

saumilsdk commented 6 years ago

Yes it was not opening i meant when you click on symbol file. As you said it was "just a simple typo, has been fixed in #16"