Would be great to report this as an issue at Gtk.jl:
https://github.com/JuliaLang/Gtk.jl

Please include details from versioninfo() and Pkg.status() (probably just the 
Gtk line).

--Tim

On Monday, January 25, 2016 07:14:06 PM Gabriel Goh wrote:
> This is the error I am getting when I run
> 
> import ProfileView
> 
> ERROR: LoadError: BoundsError: attempt to access 157-element Array{Any,1}:
>    Symbol
>    Int8
>    UInt8
>    Int16
>    UInt16
>    Int32
>    UInt32
>    Int64
>    UInt64
>    Int128
>   ⋮
>  24
>  25
>  26
>  27
>  28
>  29
>  30
>  31
>  32
>   at index [-1]
>  in handle_deserialize at serialize.jl:453
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:473
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:473
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:473
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:475
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:473
>  in deserialize_expr at serialize.jl:627
>  in handle_deserialize at serialize.jl:473
>  in deserialize at serialize.jl:434
>  in anonymous at C:\Users\Gabriel\.julia\v0.4\Gtk\src\Gtk.jl:68
>  in open at iostream.jl:114
>  in include at boot.jl:261
>  in _start at client.jl:378
> while loading C:\Users\Gabriel\.julia\v0.4\Gtk\src\Gtk.jl, in expression
> starting on line 66
> ERROR: LoadError: Failed to precompile Gtk to
> C:\Users\Gabriel\.julia\lib\v0.4\Gtk.ji
>  in compilecache at loading.jl:384
>  in include at boot.jl:261
>  in _start at client.jl:378
> while loading
> C:\Users\Gabriel\.julia\v0.4\ProfileView\src\ProfileViewGtk.jl, in
> expression starting on line 5

Reply via email to