Open syamajala opened 1 year ago
When you are running with multiple mappers do you make a LoggingWrapper for each one or just one of the mappers?
When you are running with multiple mappers do you make a LoggingWrapper for each one or just one of the mappers?
You'll want to wrap at least those mappers that you want to get logging output from. If you're creating multiple mappers per Legion process (e.g. a separate mapper per processor), then you'll mostly likely want to wrap all of them.
It looks like something is going wrong with the MemoryQuery that the LoggingWrapper does at initialization time. Can you print the whole machine model that the LoggingWrapper can see (all processors and memories), before it starts doing its queries?
I am seeing a seg fault when using the LoggingWrapper. Here is a stack trace: