I have a situation where the gs_memory provides a direct-mem-ptr to the CPU, enabling fast memory access.
Now, I need to modify direct-mem-ptr to false to track every memory access. However, when doing this, the CPU halts when attempting to access 0x0.
if (p_dmi) txn.set_dmi_allowed(false);

I am currently using the liqbox example, specifically the simpleWriteTest case.
Looking forward to your assistance. Thank you!