Enric Tejedor

Results 5 issues of Enric Tejedor

I am running a JupyterHub deployment that uses JupyterLab and the Dask lab extension to create HTCondorClusters. The JupyterHub user sessions run inside Docker containers, and so does the Dask...

As reported in issue #10454, calling `ClassInfo_IsEnum()` repeatedly increases the memory consumption of the program. This does not happen with `TEnum::GetEnum()`, which can be used instead.

in:PyROOT

Initially reported here: https://root-forum.cern.ch/t/pyroot-and-std-vector-dramatic-ram-usage/49711 when a user was getting a `vector` branch from a tree in a loop in PyROOT. After a bit of digging, it seems the culprit is...

bug
in:Cling

This is a spinoff from #10092 . The following reproducer segfaults: ```python import ROOT ROOT.gInterpreter.Declare(""" void foo (const std::initializer_list< std::string > &columns) {} """) ROOT.foo(["x"]) ```

bug
in:PyROOT

This is in the context of providing a dynamic mechanism to check whether a GPU user is a participant of a SWAN event, and if so allocate their session on...