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

Make sure that IGlobalSession can be released before ISession #6480

Open
aleino-nv opened this issue Feb 27, 2025 · 0 comments
Open

Make sure that IGlobalSession can be released before ISession #6480

aleino-nv opened this issue Feb 27, 2025 · 0 comments
Labels
goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang

Comments

@aleino-nv
Copy link
Collaborator

Currently, this causes a crash when ISession is destroyed. See #6344 for an example.

The proposed solution is to make ISession hold a strong reference to it's corresponding IGlobalSession, so that it's not deleted until the ISession has been destroyed.

@bmillsNV bmillsNV added this to the Q2 2025 (Spring) milestone Feb 27, 2025
@bmillsNV bmillsNV added the goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal:quality & productivity Quality issues and issues that impact our productivity coding day to day inside slang
Projects
None yet
Development

No branches or pull requests

2 participants