-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symbol Files Missing #3088
Comments
👍 I'm also looking for the symbol file. |
This should be working with latest version now. In 0.13 we changed to an optimized architecture so more features can be supported, see http://nwjs.io/blog/whats-new-in-0.13/ and it's good for keeping up with Chromium upstream -- we released with Node.js v6.0 and new Chromium versions within 1 day after upstream release. The new version would fixed many issues reported here and we're scrubbing them. This issue is closed as we believe it should be fixed. Please leave a message if it isn't and we'll reopen it. |
I'm using |
+1 |
This will helpful |
I'm trying to follow the wiki about debugging crash dumps. My app is crashing when using the
v8 snapshot
feature, but it works just fine without it.I've gotten the
minidump_stackwalk
tool and I have my.dmp
file, but I can't find the symbol file for NW. I downloadedhttp://dl.nwjs.io/v0.11.6/node-webkit-symbol-v0.11.6-osx-x64.zip
and unzipped everything, but the contents only contain.breakpad
files. There are nodSYM
files. What do I do with the.breakdpad
files?Am I missing something? It seems the last version that had
dSYM
files was0.8.6
.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: