We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a separate issue for something which I believe is unrelated to the issue where it was originally reported (#168 (comment)) by @Cornelius-G
The file has a TTree v5 and we have a runaway file pointer with the latest UnROOT version:
TTree v5
julia> f = ROOTFile("/Users/tamasgal/Downloads/data.root") ROOTFile with 1 entry and 53 streamers. /Users/tamasgal/Downloads/data.root julia> f["proton"] ERROR: Object 'UnROOT.TObjArray' has 6077 bytes; expected 42958 Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] endcheck @ ~/Dev/UnROOT.jl/src/io.jl:140 [inlined] [3] unpack(io::IOBuffer, tkey::UnROOT.TKey32, refs::Dict{Int32, Any}, T::Type{UnROOT.TObjArray}) @ UnROOT ~/Dev/UnROOT.jl/src/streamers.jl:334 [4] UnROOT.TTree(io::UnROOT.MmapStream, tkey::UnROOT.TKey32, refs::Dict{Int32, Any}; top::Bool) @ UnROOT ~/Dev/UnROOT.jl/src/bootstrap.jl:1091 [5] UnROOT.TTree(io::UnROOT.MmapStream, tkey::UnROOT.TKey32, refs::Dict{Int32, Any}) @ UnROOT ~/Dev/UnROOT.jl/src/bootstrap.jl:1057 [6] macro expansion @ ~/Dev/UnROOT.jl/src/root.jl:172 [inlined]
The corresponding file reuploaded: data.zip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a separate issue for something which I believe is unrelated to the issue where it was originally reported (#168 (comment)) by @Cornelius-G
The file has a
TTree v5
and we have a runaway file pointer with the latest UnROOT version:The corresponding file reuploaded: data.zip
The text was updated successfully, but these errors were encountered: