diff --git a/src/bin/debug/strace/strace.cpp b/src/bin/debug/strace/strace.cpp index 60034901d4..1ae5751a99 100644 --- a/src/bin/debug/strace/strace.cpp +++ b/src/bin/debug/strace/strace.cpp @@ -773,7 +773,7 @@ main(int argc, const char *const *argv) if (message.origin.thread >= 0 && message.origin.nub_port >= 0) { if (continue_thread(message.origin.nub_port, message.origin.thread) != B_OK) { - exit(1); + // the team can already be gone } } }