nwjs / nw.js

Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
https://nwjs.io
MIT License
40.36k stars 3.89k forks source link

Missing debug symbols for the Mac build #7340

Open gpetrov opened 4 years ago

gpetrov commented 4 years ago

NWJS Version : 0.43.6 Operating System : MacOS 64 bit

The symbols file that can be downloaded: nwjs-symbol-v0.43.6-osx-x64.zip

includes only: nwjs-79.0.3945.130.breakpad nwjs Helper-79.0.3945.130.breakpad nwjs Framework-79.0.3945.130.breakpad

while the full version contains next to "nwjs Helper" also the Helpers: nwjs Helper (GPU) nwjs Helper (Plugin) nwjs Helper (Renderer)

Please include the debug files for those helpers as well. We got crashes in the Renderer that we can't debug otherwise

Also please include symbols for libnode

gpetrov commented 4 years ago

@rogerwang could you please add the missing breakpad symbols for the other helpers to the future builds? It will really help getting more info about crashes on MacOS

gpetrov commented 4 years ago

@rogerwang please generate the extra symbols ... we can't really produce good crash reports on the mac with out them

gpetrov commented 4 years ago

@rogerwang could you please include the missing symbols ... it's being almost 9 months since the initial report. This makes debugging and increasing the quality of NWJS really difficult

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.