Re: [HELP]Problem with exit(0) and _exit(0) on RHEL x86

Previous thread: Re: PCI Interrupt Problems Since Kernel-2.6.19 by Robert Hancock on Monday, January 21, 2008 - 7:49 pm. (1 message)

Next thread: Re: PROBLEM: Celeron Core by Robert Hancock on Monday, January 21, 2008 - 7:59 pm. (1 message)
To: Li Xiaodong <lixd@...>
Cc: <linux-kernel@...>
Date: Monday, January 21, 2008 - 7:54 pm

Why do you expect a different result? Also, calling exit from a vforked
child is explicitly not allowed. The only things you can do are execve
or _exit.

--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/

--

Previous thread: Re: PCI Interrupt Problems Since Kernel-2.6.19 by Robert Hancock on Monday, January 21, 2008 - 7:49 pm. (1 message)

Next thread: Re: PROBLEM: Celeron Core by Robert Hancock on Monday, January 21, 2008 - 7:59 pm. (1 message)