Skip to content

Error handling for Launcher exits#3798

Open
domenukk wants to merge 5 commits into
mainfrom
launcher_exit
Open

Error handling for Launcher exits#3798
domenukk wants to merge 5 commits into
mainfrom
launcher_exit

Conversation

@domenukk
Copy link
Copy Markdown
Member

@domenukk domenukk commented Apr 12, 2026

Description

Fixes CI a bit more

Checklist

  • I have run ./scripts/precommit.sh and addressed all comments

Comment thread fuzzers/forkserver/libafl-fuzz/src/main.rs Outdated
Comment thread crates/libafl/src/events/launcher.rs Outdated
Comment on lines 655 to 660
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Replace with if cfg!(unix)

Comment thread crates/libafl/src/events/launcher.rs Outdated
Comment thread crates/libafl/src/events/launcher.rs Outdated
}

Self::wait_for_child_processes(&mut handles, self.spawn_broker);
Self::wait_for_child_processes(&mut handles, self.spawn_broker)?;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

delete ?;

Comment thread crates/libafl/src/events/launcher.rs Outdated
Comment thread crates/libafl/src/events/launcher.rs Outdated
Comment on lines 767 to 771
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Delete all of these.

Comment thread crates/libafl/src/events/launcher.rs Outdated
Comment thread crates/libafl/src/events/launcher.rs Outdated
@addisoncrump
Copy link
Copy Markdown
Member

AI-address comments

Can we not, please?

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