RDF Issues with LCG Views

Hi @seley

I’m not sure what you mean by “previously“, can you give some more details of what has changed in between previously and now? I would start by checking which version of GLIBC you have - you can do: ldd --version ldd as this is what the stack trace is complaining about.

I would also try to see what exactly you’re running inside the batch script - what is done with RDataFrame? I would argue that understanding what you’re trying to execute is key no matter the circumstances. Once you understand what is happening, you should create a simpler version of the script, with fewer files, and test it locally, i.e. without involving the batch system (and/or also copy it to lxplus and test it there).

Cheers,

Marta