lkml.org 
[lkml]   [1999]   [May]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: fork() Problem?
   Date: Wed, 5 May 1999 09:19:54 +0300 (EEST)
From: Yavuz Selim Komur <komur@albatros.bcc.bilkent.edu.tr>

Problem is sequence error.

if (pid = fork())
printf("Main Program");
else
printf("Child Program");

it's clear?

So Linux runs the child before the parent in your test runs, whereas
the opposite is true on other systems. Is this a problem?

Later,
David S. Miller
davem@redhat.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.048 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site