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

Development shutdown can cause ES crash #317

Closed
AndyTWF opened this issue Aug 5, 2021 · 1 comment · Fixed by #318
Closed

Development shutdown can cause ES crash #317

AndyTWF opened this issue Aug 5, 2021 · 1 comment · Fixed by #318
Labels
confirmed The issue has been confirmed as needing doing priority: now This is super urgent released type: bug Something isn't working

Comments

@AndyTWF
Copy link
Contributor

AndyTWF commented Aug 5, 2021

When the core binary is loaded directly, EuroScope can crash as it never calls unload and thus everything goes out of scope when statics are destroyed.

@AndyTWF AndyTWF added type: bug Something isn't working priority: now This is super urgent confirmed The issue has been confirmed as needing doing labels Aug 5, 2021
@AndyTWF AndyTWF changed the title Plugin shutdown can cause EuroScope crash Development shutdown can cause ES crash Aug 5, 2021
AndyTWF added a commit to AndyTWF/uk-controller-plugin that referenced this issue Aug 6, 2021
It was crashing when you shutdown the plugin if the core binary is loaded directly

fix VATSIM-UK#317
AndyTWF added a commit that referenced this issue Aug 6, 2021
It was crashing when you shutdown the plugin if the core binary is loaded directly

fix #317
VATSIMUK pushed a commit that referenced this issue Aug 6, 2021
## [3.4.1](3.4.0...3.4.1) (2021-08-06)

### Bug Fixes

* **bootstrap:** fix euroscope crash in development mode ([#318](#318)) ([d66039d](d66039d)), closes [#317](#317)
* **edt:** fix timezone issue with estimated departure times ([#316](#316)) ([09396da](09396da)), closes [#190](#190)
* **push-events:** fix potential crash situation in push events ([#315](#315)) ([ff617be](ff617be)), closes [#313](#313)
* **stands:** fix concurrency issues with stand assignments ([#311](#311)) ([35b9e2a](35b9e2a)), closes [#310](#310)
@VATSIMUK
Copy link

VATSIMUK commented Aug 6, 2021

🎉 This issue has been resolved in version 3.4.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed The issue has been confirmed as needing doing priority: now This is super urgent released type: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants