mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
Improve error message that describes waitpid($pid) returned unexpected result
This commit is contained in:
parent
4693771f28
commit
e7cd916e08
1 changed files with 2 additions and 1 deletions
|
|
@ -220,7 +220,8 @@ sub spawn_parent_impl {
|
|||
my $ret_pid= waitpid($pid,0);
|
||||
if ( $ret_pid != $pid )
|
||||
{
|
||||
mtr_error("$path ($pid) got lost somehow");
|
||||
mtr_error("waitpid($pid, 0) returned $ret_pid " .
|
||||
"when waiting for '$path'");
|
||||
}
|
||||
|
||||
return mtr_process_exit_status($?);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue