Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Executor Example #2570

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Custom Executor Example #2570

wants to merge 4 commits into from

Conversation

domenukk
Copy link
Member

No description provided.

CrashFeedback::new(),
// We `and` the MaxMapFeedback to only end up with crashes that trigger new coverage.
// We use the _fast variant to make sure it's not evaluated every time, even if the crash didn't trigger..
MaxMapFeedback::new(&observer)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this never trigger? Seems like a bug - or am I stupid?
Like, if I leave this guy out I get all crashes, if I have it I don't see single one.
I would assume I should get exactly one?

cc @tokatoka maybe?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name collision, ... should we add an atomic counter to names?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah we should

@domenukk domenukk marked this pull request as ready for review October 1, 2024 02:07
@domenukk domenukk changed the title [WIP] Custom Executor Example Custom Executor Example Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants