Skip to content

Out of disk space throws generic Bus Error #507

@ejmeitz

Description

@ejmeitz

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.

@sync for i in 1:4
     @async begin
          ....
            for j in 1:100
                 jldsave('unique_path')
            end
           ......
     end
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions