You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So how would I go about debugging this? Do you have instructions on how to get a Mesh build with debug symbols, are there assertions I should be turning on, etc?
(I bet the CERN LHC experiments' software stacks will love to try this out once we manage to get Mesh to work with ROOT!)
Cheers, Axel.
The text was updated successfully, but these errors were encountered:
sorry for the delay here - this sounds exciting! I will look at this in the next few days - I suspect that we're not properly chaining/retaining segfault handlers correctly.
Hi,
Preloading Mesh for
root.exe
from https://github.com/root-project/root/ causesThat's with Mesh's master from 1h ago on Ubuntu 20.04.1.
ROOT is using cling and its llvm-jitting and I was guessing that this might cause havoc - but that's not it: Mesh works with cling like a charm!
LD_PRELOAD
ing jemalloc works for ROOT:So how would I go about debugging this? Do you have instructions on how to get a Mesh build with debug symbols, are there assertions I should be turning on, etc?
(I bet the CERN LHC experiments' software stacks will love to try this out once we manage to get Mesh to work with ROOT!)
Cheers, Axel.
The text was updated successfully, but these errors were encountered: