-
Notifications
You must be signed in to change notification settings - Fork 325
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
Beefup markersreference testcase #3230
base: main
Are you sure you want to change the base?
Conversation
@cvhammond this PR exercises the code you have in #3226, I will not merge it since it tests nothing now but it doesn't crash. If you agree, this points to memory management issues/early garbage collection in Matlab rather than an actual API bug, I will propose ideas/suggestions if that proves to be the case. |
@aymanhab that appears to be the correct C++ implementation of the MATLAB test case that I posted. Looking forward to advice on adjustments to deal with MATLAB's memory management |
Some ideas for troubleshooting:
Let me know what you find out or if you get more clues on what's going wrong. |
I believe I have found the issue and fixed it. It was a combination of the All of my tests now pass as they did on 4.0. |
Outstanding! thanks for the update. The issue with double vs. java.lang.double was reported by another user earlier and we couldn't reproduce. If you can provide a minimal example that would be awesome. Thanks for your help 👍 |
Fixes issue #3226
Brief summary of changes
Exercise workflow in issue 3226
Testing I've completed
Looking for feedback on...
CHANGELOG.md (choose one)
This change is