in reply to Re: Re: Re: fork question
in thread fork question

The real code isn't missing a ; I was just (sloppily :->) giving an example.

There are no print statements in the child code (between else and exit), so somehow the child is running parent code it shouldn't even be able to see, or the parent is spawning parents, or....