-
Notifications
You must be signed in to change notification settings - Fork 14
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
gethandle on MmapedCube kills kernel #87
Comments
I have seen the same as well when printing MaskedArrays, but have no idea why this happens. I could not narrow down the issue yet, the best solution is probably just ti remove these MaskedArrays. Let's discuss this later... |
this does not happen, when doing this: ESDL.Mask.MaskArray(randn(40, 40), rand(UInt8, 40, 40)) are the mmaped arrays causing this? |
Ok, so it looks like it is the combination of MaskArray and with Mmapped Arrays which is causing this... Will try to investigate |
i tried to figure out which function to overload, the issue appeared for |
Ok, so it looks like it is the combination of MaskArray and with Mmapped Arrays which is causing this... Will try to investigate |
MaskedArrays were removed from ESDL |
No description provided.
The text was updated successfully, but these errors were encountered: