-
Notifications
You must be signed in to change notification settings - Fork 19
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: Memory leak using Dart_PostCObject because need to consider the return value is true or false #6
Comments
Is this still an issue? |
@shekohex Yes. allo-isolate does not handle the case when returning false. please see dart-lang/sdk#47270 (comment) and dart-lang/sdk#47270 (comment) (he mentioned he changed the code in the first post) |
In Okay, Let's take a deep dive a bit into the VM code. Where is the But this only happens, if the and again, this would happen if the So, let's see how the in the And here is the To be continued... |
Thanks for the detailed reply!
Tell me when you finished ;) I will come back and read the rest |
Fix ZeroCopyBuffer memory leak related to discussion in shekohex#6
Hi thanks for the lib! I suspect there is memory leak when using Dart_PostCObject. Please refer to: dart-lang/sdk#47270 (comment)
The text was updated successfully, but these errors were encountered: