You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run this under AFL or AFL++, I get PROGRAM ABORT : No instrumentation detected, which of course seems like it's a problem with my configuration. However, if I change the if true to if false (or otherwise remove the last test), it works perfectly fine under either (and they find the bug in the second property in seconds).
I can reproduce this against OCaml 5.0.0 or 4.14.1, both running on NixOS 23.11 (Linux) on an x86_64 machine.
Is there something particularly weird about that property, or broken with that test, or is this a broader bug?
The text was updated successfully, but these errors were encountered:
I have the following property tests:
I build this with the following
dune
file:When I run this under AFL or AFL++, I get
PROGRAM ABORT : No instrumentation detected
, which of course seems like it's a problem with my configuration. However, if I change theif true
toif false
(or otherwise remove the last test), it works perfectly fine under either (and they find the bug in the second property in seconds).I can reproduce this against OCaml 5.0.0 or 4.14.1, both running on NixOS 23.11 (Linux) on an x86_64 machine.
Is there something particularly weird about that property, or broken with that test, or is this a broader bug?
The text was updated successfully, but these errors were encountered: