[go: nahoru, domu]

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

ghoul objectmanager errors in console when exiting #2851

Closed
GPayne opened this issue Aug 11, 2023 · 0 comments
Closed

ghoul objectmanager errors in console when exiting #2851

GPayne opened this issue Aug 11, 2023 · 0 comments
Assignees
Labels
Component: Core Issues that are related to the core of OpenSpace Type: Bug Bugs on already existing features

Comments

@GPayne
Copy link
Contributor
GPayne commented Aug 11, 2023

When exiting OpenSpace, the program closes cleanly but there are objectmanager.inl assertions remaining in the console:

File:       /var/lib/jenkins/Desktop/OpenSpace/ext/ghoul/include/ghoul/misc/objectmanager.inl, line 39
Function:   ghoul::ObjectManager<T>::~ObjectManager() [with T = ghoul::opengl::Texture]
Assertion:  _objects.empty()    Objects were left at the end of the program
File:       /var/lib/jenkins/Desktop/OpenSpace/ext/ghoul/include/ghoul/misc/objectmanager.inl, line 39
Function:   ghoul::ObjectManager<T>::~ObjectManager() [with T = ghoul::opengl::ProgramObject]
Assertion:  _objects.empty()    Objects were left at the end of the program

This has been observed on both linux and windows. It only happens if OpenSpace is compiled in Debug mode.

@GPayne GPayne added the Type: Bug Bugs on already existing features label Aug 11, 2023
@alexanderbock alexanderbock added the Component: Core Issues that are related to the core of OpenSpace label Aug 14, 2023
@alexanderbock alexanderbock self-assigned this Aug 14, 2023
alexanderbock added a commit that referenced this issue Sep 7, 2023
…es to be ignored (closes #2851). Add warning message if nodes are not deinitialized at the end of the program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Core Issues that are related to the core of OpenSpace Type: Bug Bugs on already existing features
Projects
None yet
Development

No branches or pull requests

2 participants