mirror of
https://review.haiku-os.org/haiku
synced 2025-01-31 18:56:49 +01:00
strace: continue_thread can fail when the origin team is gone
Change-Id: I2de8aaaf90ef987d3871dbbbef73c49240d99a89 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3615 Reviewed-by: waddlesplash <waddlesplash@gmail.com>
This commit is contained in:
parent
8c812f2d63
commit
62826a0665
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user