We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef24bd3 commit edf8d50Copy full SHA for edf8d50
src/shims/native_lib/trace/child.rs
@@ -202,7 +202,7 @@ pub unsafe fn init_sv() -> Result<(), SvInitError> {
202
// The "Ok" case means that we couldn't ptrace.
203
Ok(e) => return Err(e),
204
Err(p) => {
205
- eprintln!("Supervisor process panicked!\n{p:?}");
+ eprintln!("Supervisor process panicked!\n{p:?}\n\nTry running again without using the native-lib tracer.");
206
std::process::exit(1);
207
}
208
0 commit comments