Vincenzo Eduardo Padulano
Vincenzo Eduardo Padulano
It turns out this is due to an integer underflow that is triggered by the machinery of `DisplayHelper`: https://github.com/root-project/root/blob/3160daafc008d8080cb9b3c602f4134b521ca8ad/tree/dataframe/inc/ROOT/RDF/ActionHelpers.hxx#L1334-L1337 The intended workflow is: 1. Add the next row to be...
@phsft-bot build
@phsft-bot build
@phsft-bot build
Reverted the changes to the help text of `O` option. Kept other formatting changes, this is the current look of the help output ``` OPTIONS: -a Append to the output...
The Spark backend doesn't suffer from this issue because Spark does not try to serialize the C++ error object instance before sending it to the user. The error raised is...
@phsft-bot build
@phsft-bot build
@phsft-bot build
Dear @andy-slac , Thank you for reaching out and for the easy reproducer! Indeed, I also see the memory leak with the code you posted. The issue seems to be...