StackOverflow Questions for Tag: vfork

tahzibi.jafar
tahzibi.jafar

Reputation: 305

fork vs vfork in process creation

Score: 0

Views: 66

Answers: 1

Read More
Joshua
Joshua

Reputation: 43317

Is this unstable behavior of execve after vfork a gcc bug?

Score: -1

Views: 194

Answers: 2

Read More
Jagdish
Jagdish

Reputation: 1922

Using fork(), how can I make child process run always first?

Score: 4

Views: 10698

Answers: 7

Read More
hbak
hbak

Reputation: 1333

how to know parent or child process in vfork function

Score: 1

Views: 739

Answers: 3

Read More
patraulea
patraulea

Reputation: 916

After vfork(), how does the linker resolve execve() without clobbering parent memory?

Score: 2

Views: 78

Answers: 1

Read More
anzz1
anzz1

Reputation: 121

Linux: exec() without fork()?

Score: 0

Views: 872

Answers: 2

Read More
joepol
joepol

Reputation: 842

How to call manually fork handlers registered by `pthread_atfork()`?

Score: 1

Views: 294

Answers: 1

Read More
alexa
alexa

Reputation: 25

using vfork() parent process is printing garbage value

Score: 0

Views: 44

Answers: 0

Read More
waltermitty
waltermitty

Reputation: 503

vfork doesn't work as expected on OSX, how to explain?

Score: 1

Views: 242

Answers: 0

Read More
Gem Taylor
Gem Taylor

Reputation: 5613

Can a fork child determine whether it is a fork or a vfork?

Score: 4

Views: 426

Answers: 4

Read More
SysCW
SysCW

Reputation: 1

Return type of vfork()

Score: 0

Views: 127

Answers: 1

Read More
J. T.
J. T.

Reputation: 1

Why Set Different Variables to Different Processes after fork()?

Score: 0

Views: 315

Answers: 1

Read More
Albert HK-Lin
Albert HK-Lin

Reputation: 5

File descriptor table for vfork vs. fork

Score: 0

Views: 428

Answers: 1

Read More
Unmanned Player
Unmanned Player

Reputation: 1209

Why is posix_spawn faster when its just a wrapper around fork + exec?

Score: 1

Views: 1885

Answers: 0

Read More
endgame
endgame

Reputation: 35

Incorrect result from getpid() for grandchild with vfork() and -lpthread

Score: 3

Views: 339

Answers: 3

Read More
Nejc Galof
Nejc Galof

Reputation: 2614

vfork() implicit declaration

Score: 0

Views: 1420

Answers: 3

Read More
Mikko Koivunalho
Mikko Koivunalho

Reputation: 341

How to tell if a function is called within a vfork()'ed process?

Score: 0

Views: 199

Answers: 1

Read More
Fairy
Fairy

Reputation: 111

How to terminate a program using SIGALRM

Score: 0

Views: 3379

Answers: 2

Read More
talshorer
talshorer

Reputation: 692

Can I call dup2 after vfork?

Score: 2

Views: 632

Answers: 1

Read More
MFranc
MFranc

Reputation: 396

Effect of exec() after vfork() on parent's memory

Score: 0

Views: 70

Answers: 0

Read More
PreviousPage 1Next