-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Seg fault in Linux integration tests (electron) #153181
Comments
Crash dmp: Archive.zip |
Stack trace:
|
vscode_keyboard::GetKeyMapImpl but nothing jumps out that could cause a segmentation fault when initializing the module.
Also, d257875 is the only change that was made recently related to this module but this only affects layout changes and not initialization path, there are also no explicit changes in the native module itself. |
@deepak1556 Is it possible to find out the line in |
ping @deepak1556☝️ |
Sorry missed the notification,
Not from the current set of traces, we can try to get a trace from debug build of the module. I can set this up. |
I'm seeing lots of crashes in my tests on GitHub actions lately but I don't have much info. I'm wondering if it's likely the same issue as this and if not, whether there's more useful information I could capture? I'm running using the
|
@DanTup can you get the crash reports following the steps at https://github.com/microsoft/vscode/wiki/Native-Crash-Issues#creating-and-symbolicating-local-crash-reports. The crash in this issue has not been encountered for a while now in our CI. |
Ofcourse, it's not happening now I'm trying =D I'll commit something to my repo that will capture these for any runs in future and file a new issue with a dump next time I see it. Thanks! |
Thanks! Closing this issue, we haven't seen the crash again since the original report. |
https://dev.azure.com/monacotools/Monaco/_build/results?buildId=175703&view=results
The text was updated successfully, but these errors were encountered: