From: miguelb@omega.lncc.br (Fabricio Chalub)
Subject: fork()
20 Nov 1996 16:02:17 -0800
Sender: daemon@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <3293863B.7023.cygnus.gnu-win32@omega.lncc.br>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01Gold (Win95; I)
Original-To: gnu-win32@cygnus.com
Original-Sender: owner-gnu-win32@cygnus.com

This simple program:

main () {
  fork();
  printf("Hi");
}

Prints only the first Hi and then triggers an exception
(STATUS_ACCESS_VIOLATION), but when I run it under gdb it works fine! 
Does this happen to anyone?  (btw, vfork() doesn't work either).

[]s fabricio chalub
-
For help on using this list, send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
