Skip to content
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

Investigate use of the crash reporting system in Electron/VSCode #7356

Open
Colengms opened this issue Apr 13, 2021 · 0 comments
Open

Investigate use of the crash reporting system in Electron/VSCode #7356

Colengms opened this issue Apr 13, 2021 · 0 comments
Labels
internal Used to opt-out an issue from having GitHub actions applied to it Language Service
Milestone

Comments

@Colengms
Copy link
Collaborator

Some information about how to use the crash reporting system in Electron, is here: microsoft/vscode#118767 (comment)

Child process are now monitored by the crash handler from runtime, you can obtain the reports following the steps https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-and-symbolicating-local-crash-reports. Once the app is quit, the crash report will be under /pending. To symbolicate, you can use https://github.com/nornagon/electron-minidump/blob/master/README.md and the symbols need to generated in the following format https://github.com/google/breakpad/blob/master/README.ANDROID#L93-L113. I will update the documentation on this in the wiki.

Opening this issue to track trying to make use of this system for collecting crash diagnostics. This would be an improvement over our current system, which currently only receives crash stacks from macOS.

@Colengms Colengms added Language Service internal Used to opt-out an issue from having GitHub actions applied to it labels Apr 13, 2021
@Colengms Colengms added this to the 1.4.0 milestone Apr 13, 2021
@sean-mcmanus sean-mcmanus modified the milestones: 1.4.0, 1.5.0 May 28, 2021
@Colengms Colengms modified the milestones: 1.5.0, 1.4.0 May 28, 2021
@sean-mcmanus sean-mcmanus modified the milestones: 1.5.0, On Deck Jul 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Used to opt-out an issue from having GitHub actions applied to it Language Service
Projects
None yet
Development

No branches or pull requests

2 participants