Change error message in restarting manager a bit (#3201)
* *recursion* is not proper * say that it's a bug
This commit is contained in:
parent
6dd52722de
commit
f33376f1cd
@ -490,7 +490,7 @@ where
|
||||
#[cfg(all(unix, feature = "std", not(miri)))]
|
||||
if child_status == SIGNAL_RECURSION_EXIT {
|
||||
return Err(Error::illegal_state(
|
||||
"The client is stuck in an unexpected signal handler recursion. It is most likely a fuzzer bug.",
|
||||
"The fuzzer crashed inside a crash handler, this is likely a bug in fuzzer or libafl.",
|
||||
));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user