Skip to content

Commit edf8d50

Browse files
committed
advise on panic
1 parent ef24bd3 commit edf8d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/native_lib/trace/child.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pub unsafe fn init_sv() -> Result<(), SvInitError> {
202202
// The "Ok" case means that we couldn't ptrace.
203203
Ok(e) => return Err(e),
204204
Err(p) => {
205-
eprintln!("Supervisor process panicked!\n{p:?}");
205+
eprintln!("Supervisor process panicked!\n{p:?}\n\nTry running again without using the native-lib tracer.");
206206
std::process::exit(1);
207207
}
208208
}

0 commit comments

Comments
 (0)