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

SEVERE WARNING!!! in tests #146

Open
rotu opened this issue Apr 14, 2020 · 0 comments
Open

SEVERE WARNING!!! in tests #146

rotu opened this issue Apr 14, 2020 · 0 comments

Comments

@rotu
Copy link

rotu commented Apr 14, 2020

The MultiClassLoaderTest.noWarningOnLazyLoad test case produces a scary looking warning.

Judging by the name of the case, (1) the warning should not happen (2) the test case is broken for failing to detect this warning.

7: [ RUN      ] MultiClassLoaderTest.noWarningOnLazyLoad
7: Warning: class_loader.ClassLoader: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.
7:          at line 158 in /tmp/ws/src/ros/class_loader/src/class_loader.cpp
7: Warning: class_loader.ClassLoader: SEVERE WARNING!!! Attempting to unload library while objects created by this loader exist in the heap! You should delete your objects before attempting to unload the library or destroying the ClassLoader. The library will NOT be unloaded.
7:          at line 158 in /tmp/ws/src/ros/class_loader/src/class_loader.cpp
7: Meow
7: Bark
7: Beep boop
7: [       OK ] MultiClassLoaderTest.noWarningOnLazyLoad (0 ms)
@rotu rotu changed the title MultiClassLoaderTest.noWarningOnLazyLoad SEVERE WARNING!!! SEVERE WARNING!!! in tests Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant