I'm running a program that I've heavily instrumented with custom magic instructions to communicate info with SNIPER.
On most runs it seems fine. However on very large inputs I get this kind of error (attached below) as soon as it enters the ROI.
I'm assuming it means an issue with the magic instructions, but what could be causing it, and why would it be intermittent with only large inputs?
```
[SNIPER] Setting instrumentation mode to DETAILED
[SIFT_RECORDER] sift_writer.cc:747: uint64_t Sift::Writer::Magic(uint64_t, uint64_t, uint64_t): Assertion `!response->fail()' failed.
[SNIPER] End
```