How to Reproduce:
- Set client as bounds_checker
- Run iozone test in throughput mode with direct i/o enabled. Run with two reader/writer thread.
- Page fault at bound_policy::visit_reader(...), memory corruption
Related:
Memory corruption is happening because it is trying to instrument a corrupted instruction. it shows size_index more than 5.
The issue is temporarily fixed by not instrumenting the instruction when size_index is more than 5