-
Notifications
You must be signed in to change notification settings - Fork 91
Bug/1010 reference counting issue spice interface #1015
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
Bug/1010 reference counting issue spice interface #1015
Conversation
4be8824 to
8f24ffd
Compare
8f24ffd to
79c638b
Compare
|
@Mark2000 , I'll let you do final reviews of this PR while I'm on travel. |
Mark2000
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified that this fixes the bug I was encountering. Thanks for the quick fix @Natsoulas
|
Sweet glad the spiceInterface issues saga I brought on is almost over. Could you rerun the tests that timed out? I'm afk. |
REQUIRED_KERNELS#1010Description
Fixed reference counting issue with SpiceInterface REQUIRED_KERNELS that was causing SPICE(NOLEAPSECONDS) errors in multi-instance scenarios. Added global reference counting for required kernels. Made kernel unloading more robust by using exact filename matching and ensuring required kernels stay loaded as long as any instance needs them.
Verification
Unit tests pass locally.
Requires further verification with BSK-RL by @Mark2000
Documentation
Updated release notes describing fix briefly.
Future work
Track and resolve any further issues with spiceInterface class.