shekohex / allo-isolate

Run Multithreaded Rust along with Dart VM (in isolate) 🌀
Apache License 2.0
120 stars 18 forks source link

Correctly deallocate external typed data #63

Closed vlad9486 closed 1 month ago

vlad9486 commented 1 month ago

This works well.

Closes #61

shekohex commented 1 month ago

Looks like Valgrind did not pass this new change.

vlad9486 commented 1 month ago

I tried running the same CI action on the master branch and vargrind fails there too. It is not my commit.

shekohex commented 1 month ago

I did run in a codespace, on github, on master branch: no issue image

vlad9486 commented 1 month ago

Please, try run CI again

image

shekohex commented 1 month ago

It looks like this issue happens when using rust nightly, on rust stable it works fine. The CI is using nightly rust for testing, for some reason.

Let me change the CI to work with stable rust instead.