StackOverflow Questions for Tag: waitpid

user1202136
user1202136

Reputation: 11567

Bash: wait with timeout

Score: 69

Views: 71686

Answers: 12

Read More
rfgamaral
rfgamaral

Reputation: 16842

Test cases in C for WIFSIGNALED, WIFSTOPPED, WIFCONTINUED

Score: 5

Views: 22858

Answers: 4

Read More
Ebram Shehata
Ebram Shehata

Reputation: 621

How to get the full returned value of a child process?

Score: 6

Views: 2066

Answers: 3

Read More
DebNatkh
DebNatkh

Reputation: 31

Guarantees for waitpid() after epoll() from pidfd

Score: 2

Views: 486

Answers: 1

Read More
That Guy
That Guy

Reputation: 2399

What does reaping children imply?

Score: 8

Views: 13499

Answers: 2

Read More
yqq hqq
yqq hqq

Reputation: 21

When a child process is terminated by a signal, how can I tell which process sent the signal, from the parent process?

Score: 2

Views: 66

Answers: 1

Read More
Mike
Mike

Reputation: 7

Async read operations from child via pipe returns nulls before exit

Score: 0

Views: 35

Answers: 0

Read More
matkuz
matkuz

Reputation: 27

Select, pipe and waitpid - how to wait for specific child?

Score: -1

Views: 168

Answers: 1

Read More
thorgal99
thorgal99

Reputation: 13

cleaning child processes with handler with waitpid pselect fork sigaction

Score: 1

Views: 1723

Answers: 1

Read More
kawzqq
kawzqq

Reputation: 25

Implementation Bash pipes and redirections in c

Score: 0

Views: 130

Answers: 1

Read More
Jimm Chen
Jimm Chen

Reputation: 3797

Linux C program: waitpid() with options=WEXITED, why fail with EINVAL?

Score: 0

Views: 175

Answers: 1

Read More
adong660
adong660

Reputation: 63

How can I know if all processes in a process group are collected?

Score: 1

Views: 435

Answers: 1

Read More
Siddharth Mohanty
Siddharth Mohanty

Reputation: 17

Tracking Memory Usage for Child Process

Score: 0

Views: 126

Answers: 0

Read More
LandP
LandP

Reputation: 173

Why can waitpid(2) specify a non-child process?

Score: 2

Views: 357

Answers: 1

Read More
FotisK
FotisK

Reputation: 1177

execvp does not termiante and it hangs for ever the child process

Score: 0

Views: 34

Answers: 0

Read More
Yongqi Z
Yongqi Z

Reputation: 641

Why is the child process a zombie after kill() it

Score: 3

Views: 810

Answers: 2

Read More
JoelCrypto
JoelCrypto

Reputation: 562

Socket accept and waitpid in parent

Score: 0

Views: 71

Answers: 0

Read More
water
water

Reputation: 1

why waitpid is blocked and how can i know last child process's exit-code

Score: 0

Views: 817

Answers: 1

Read More
lseiller
lseiller

Reputation: 25

waitpid() fail sometime when SIGINT is sent by a ctrl+c

Score: 1

Views: 388

Answers: 2

Read More
Viktoriia Pashchenko
Viktoriia Pashchenko

Reputation: 57

Getting result of exec*() from child process without waiting in any case (not using pipes and vfork())

Score: 1

Views: 56

Answers: 0

Read More
PreviousPage 1Next