Philipp Schulz

Results 15 comments of Philipp Schulz

Then please open a separate issue or pull request if that is the case, especially if you encounter different problems.

Is there anything new about this issue? If not, I would close it for now, as I can't reproduce it with the given information.

Just for information, the exact same problem occurs with the programming language Crystal as well (which often uses the same ABI code as Rust) - and also only on ARM64...

Currently this sadly doesn't work, as there still seems to be some issue with custom types in MRI.

The issue results from the fact that MRI somehow deletes the default allocators for the custom classes, but then tries to access them, leading to an error. Currently I'm not...