Nanobing leak warnings #2431
Unanswered
ENAC-Robotique
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
As far as I know, it's not possible to silence the warnings. However, what is your exact usage of eCAL? E.g. when you have global variables (ecal publishers / ecal subscribers) the warning may occur, due to how Python is doing its cleanup routines. If you have the variables inside a function (e.g. Do you have sample code? You can also take a look at the ecal samples (nanobind_core subfolder in lang/python/samples), which do not issue any warnings. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using the python bindings for ecal6 on Ubuntu 22.04, installed from pypi.
When my application stops, it prints a lot of warnings from nanobind.
I don't know the severity of this issue, but is it possible to at least silence those warnings ?
Nanobind leak warnings
Beta Was this translation helpful? Give feedback.
All reactions