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

Variable interval leads to memory leak error #28

Open
Mark2000 opened this issue Aug 2, 2023 · 2 comments
Open

Variable interval leads to memory leak error #28

Mark2000 opened this issue Aug 2, 2023 · 2 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Mark2000
Copy link
Contributor

Mark2000 commented Aug 2, 2023

Describe the bug
When a satellite has variable_interval=True, a BSK memory leak error is printed on termination in the general environment.

To Reproduce
Steps to reproduce the behavior:

  1. Run an example (e.g. single_sat.py) with variable_interval=False and True.
  2. Observe that swig/python detected a memory leak of type 'BSKLogger *', no destructor found. is printed when variable_interval=True.

Expected behavior
The error should not be printed

Version (please complete the following information):

  • Python: [e.g. 3.10.11]
  • Basilisk: [e.g. 2.2.1b0]
  • Plaform: [e.g. MacOS 13.3.1(a)]

Additional context
N/A

@Mark2000 Mark2000 added the bug Something isn't working label Aug 2, 2023
@Mark2000 Mark2000 self-assigned this Aug 2, 2023
@Mark2000
Copy link
Contributor Author

Further investigation shows that this is a necessary but not sufficient condition to remove the error message. Continuing to research it.

@Mark2000 Mark2000 added the wontfix This will not be worked on label Oct 18, 2023
@Mark2000
Copy link
Contributor Author

Juan has indicate that this is probably not a serous leak. Probably not worth looking into further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant