-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior
Description
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.7.0-beta2.84 (2018-07-23 19:53 UTC)
_/ |\__'_|_|_|\__'_| | Commit 10002fcb5e* (0 days old master)
|__/ | x86_64-apple-darwin16.7.0
julia> using Mmap
julia> a = Mmap.mmap("foo2", Vector{NTuple{1, Int8}}, 1, 0)
1-element Array{Tuple{Int8},1}:
Bus error: 10Also happens for simple structs like struct Wrapper; x::Int; end. I plan on taking a look at this to see what's going on, but if anyone else has any ideas, please share in the mean time.
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behavior