Skip to content
This repository was archived by the owner on Jun 28, 2022. It is now read-only.

Bounds_checker memory corruption issue #6

@kumarak

Description

@kumarak

How to Reproduce:

  1. Set client as bounds_checker
  2. Run iozone test in throughput mode with direct i/o enabled. Run with two reader/writer thread.
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions