You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not totally sure how to reproduce this but I have some code that looks like the snippet below and it crashes in the call to jldsave with a Bus error. Is there a reason this happens? I don't see why I can't write unique files in a multithreaded manner. Thanks.
@syncfor i in1:4@asyncbegin....for j in1:100jldsave('unique_path')
end......endend
The text was updated successfully, but these errors were encountered:
Ok I realized I made a post like this awhile back and I am out of disk space. Is there some way to have JLD2 relay this information in the crash message?
I don't know but also don't think so.
This error is thrown (i think) when JLD2 tries to increase the Mmap file size. (ftruncate ?)
I'm not sure if there one can ask the OS whether an increase will be granted. (With multiple tasks that's more difficult to guarantee working)
Hello,
I'm not totally sure how to reproduce this but I have some code that looks like the snippet below and it crashes in the call to
jldsave
with a Bus error. Is there a reason this happens? I don't see why I can't write unique files in a multithreaded manner. Thanks.The text was updated successfully, but these errors were encountered: