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

Sneaky ROOT output error #536

Open
pdeperio opened this issue Mar 2, 2017 · 1 comment
Open

Sneaky ROOT output error #536

pdeperio opened this issue Mar 2, 2017 · 1 comment

Comments

@pdeperio
Copy link
Contributor

pdeperio commented Mar 2, 2017

Following error appears in log /project2/lgrandi/xenon1t/cax/6340_v6.4.2/6340_v6.4.2_24185396.log:

cax_v5.0.9 - 2017-02-21 16:07:37,716 [ERROR] Failed filling branch:tree.events, nbytes=-1, entry=18242
 This error is symptomatic of a Tree created as a memory-resident Tree
 Instead of doing:
    TTree *T = new TTree(...)
    TFile *f = new TFile(...)
 you should do:
    TFile *f = new TFile(...)
    TTree *T = new TTree(...)

but then still finishes successfully, so cax thinks it's transferred successfully, but actually the file is corrupt.

Maybe some issue hitting compute node memory limitation...

@ershockley
Copy link
Contributor

See the error on OSG processing as well - see #669

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

No branches or pull requests

3 participants