This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/6990] Parent pid lost after using raise() in child process


------- Additional Comments From jakub at redhat dot com  2008-10-28 11:53 -------
The testcase is invalid.  See man 3p vfork:
The vfork() function shall be equivalent to fork(), except that the behavior is
undefined if the process created by vfork() either modifies any data other than
a variable of type pid_t used to store the  return  value from  vfork(),  or 
returns from the function in which vfork() was called, or calls any other
function before successfully calling _exit() or one of the exec family of functions.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=6990

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]