Image

Imageeurijk wrote in Imagecpp

Child SegFault Backgrounds Parent

When a parent fork() off a child process, and the child process
segfaults int a = 1/0; it detaches the parent from the terminal.
Or more accuratly it moves it into the background. Is there
a way to prevent the parent from getting backgrounded ?

example here