Hello I am unable to run profiling ( not Perfetto neither tensorboard) I get
double free or corruption (!prev) ; I use oficial container nvcr.io/nvdlfwea/jax/jax:23.03-py3; Nvidia Rtx 3090 GPU
with jax.profiler.trace("/workspaces/Jax_cuda_med/data/profiler_data", create_perfetto_link=True):
x = random.uniform(random.PRNGKey(0), (100, 100))
jnp.dot(x, x).block_until_ready()
Aborted (core dumped)
error
What does it mean?