Skip to content

Catch fuzzbench measurer worker exception.#2107

Merged
jonathanmetzman merged 1 commit intogoogle:masterfrom
am009:pr-measurer-exception
Jan 26, 2026
Merged

Catch fuzzbench measurer worker exception.#2107
jonathanmetzman merged 1 commit intogoogle:masterfrom
am009:pr-measurer-exception

Conversation

@am009
Copy link
Contributor

@am009 am009 commented Jan 24, 2026

The measurer worker is launched using multiprocessing.Pool's apply_async. If there is any uncaught exception, the worker thread will die and stop to do any more work. Probably related to #1108

_result = pool.apply_async(local_measure_worker.measure_worker_loop)

@vanhauser-thc
Copy link
Collaborator

@jonathanmetzman ping :-)

@jonathanmetzman jonathanmetzman merged commit 3234e15 into google:master Jan 26, 2026
3 of 4 checks passed
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.

3 participants