Philippe Canal

Results 332 comments of Philippe Canal

Relates to https://github.com/llvm/llvm-project/issues/60622

I am not sure why it was that way but it has been since at least the transition to svn (circa 2000). It is also a noticeable change for those...

Can you upload the output of `valgrind --suppressions=$ROOTSYS/etc/valgrind-root.supp stressroofit ... other args ..` ?

Having different granularity of commits in the main branch and the backport branch may make it harder to do forensic. For example to find out if a change/commit is present...

> what if the histogram attached itself to the wrong file? That would be surprising. The line before open/create the file and change `gDirectory` to point to it and since...

``` #3 #4 0x00001462272dfec1 in TBufferFile::WriteClassBuffer(TClass const*, void*) () from /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02858/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_2_GPU_X_2024-10-09-2300/external/el8_amd64_gcc12/lib/libRIO.so #5 0x0000146227384046 in TKey::TKey(TObject const*, char const*, int, TDirectory*) () from /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02858/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_2_GPU_X_2024-10-09-2300/external/el8_amd64_gcc12/lib/libRIO.so ``` from this stack trace, we can...

This is (hopefully) fixed by https://github.com/root-project/root/pull/18522

See https://github.com/root-project/root/pull/18830