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

Error loading data after Gadfly is imported #164

Closed
garrison opened this issue Oct 15, 2014 · 1 comment
Closed

Error loading data after Gadfly is imported #164

garrison opened this issue Oct 15, 2014 · 1 comment

Comments

@garrison
Copy link

Using Julia 0.3.1 and the latest released versions of HDF5.jl and Gadfly (0.4.5 and 0.3.9, respectively), the following code fails on the final line

using HDF5, JLD

fn = "/tmp/test.h5"

x = rand(3,3)
@save fn x

import Gadfly
@load fn x

with the following traceback:

ERROR: `convert` has no method matching convert(::Type{Int64...}, ::Uint64)
 in convert at ./base.jl:13
 in convert at ./base.jl:21
 in read at /home/garrison/.julia/HDF5/src/JLD.jl:301
 in read at /home/garrison/.julia/HDF5/src/JLD.jl:284
 in anonymous at ./no file
 in include217 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so
 in include_from_node1 at ./loading.jl:128
 in process_options1726 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so
 in _start1713 at /usr/bin/../lib/x86_64-linux-gnu/julia/sys.so (repeats 2 times)

It's unclear to me whether this is a bug in Gadfly or in HDF5.jl, so I am filing it here to begin. The error only occurs if Gadfly is imported.

@simonster
Copy link
Member

Dup of #160. It's not a bug in either Gadfly or HDF5, but a bug in Julia.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants