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

ResumeCtrlImpl can crash during cleanup #1829

Closed
fronneburg opened this issue Oct 26, 2017 · 1 comment
Closed

ResumeCtrlImpl can crash during cleanup #1829

fronneburg opened this issue Oct 26, 2017 · 1 comment
Labels

Comments

@fronneburg
Copy link
Contributor

In case there is a problem during sdlCore initialization, the "main" function will attempt to clean up. When ApplicationManagerImpl::UnregisterAllApplications calls ResumeCtrlImpl::OnSuspend, but the ResumeCtrlImpl object hasn't been initialized, the "resumption_storage_" pointer may be NULL, thus causing a crash.

@iCollin
Copy link
Collaborator

iCollin commented May 8, 2020

Closed via #2621

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants