Skip to content
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

Segfault on versions R2023b or newer #29

Open
mducle opened this issue Jun 19, 2024 · 1 comment
Open

Segfault on versions R2023b or newer #29

mducle opened this issue Jun 19, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mducle
Copy link
Member

mducle commented Jun 19, 2024

It seems that Matlab has changed the internals of mxArray so the _get_data_pointer now causes a segfault (at least on Windows) with R2023b or R2024a.

@mducle mducle added the bug Something isn't working label Jun 19, 2024
mducle added a commit that referenced this issue Jun 29, 2024
* Improve Jupyter inline images handling #24

* Workaround (disable array wrapping) for segfault in R2023b #29

* Fix bug in recursive dot indexing handling.

* Update changelog and citation
@mducle
Copy link
Member Author

mducle commented Sep 24, 2024

As noted by this updated Matlab Central answer R2024b has introduced a way for Matlab arrays to borrow memory so we don't need to hack mxArray from this version onwards (so only R2023b/R2024a cases need to be handled).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant