I am using an RDataFrame in a loop, this RDF doesn’t get modified in the loop. To check this I print it using .Display()
. However, at some point, it raises the error:
*** Break *** segmentation violation
munmap_chunk(): invalid pointer
I don’t have any clue why this is happening.
Imanol