Thomas Radke 025fb428a3 [svn-r2834]
Purpose:
    Bugfix
Description:
    The stream_test program reported an error under Linux SMP
    for testing the Stream VFD although everything seemed to be fine.
Solution:
    The sender and receiver process which are forked by main()
    called return(retcode) at exit which implies closing open file descriptors.
    Since these are shared this caused a SEGFAULT in either the sender
    or the receiver when exiting.
    Replacing return() by _exit() is the right way to terminate the forked
    processes in this case.
Platforms tested:
    Linux SMP (eirene)
2000-11-08 17:47:35 -05:00
..
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-19 12:04:46 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-10-09 23:35:39 -05:00
2000-09-09 19:08:27 -05:00
2000-10-10 02:44:33 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-10-19 11:42:33 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-09-09 19:08:27 -05:00
2000-10-20 15:57:56 -05:00
2000-11-03 15:41:13 -05:00
2000-11-03 15:43:46 -05:00
2000-09-09 19:08:27 -05:00
2000-11-08 17:47:35 -05:00
2000-10-19 11:42:33 -05:00
2000-10-19 11:42:33 -05:00
1999-08-17 14:12:59 -05:00
2000-10-24 13:58:31 -05:00
2000-10-20 15:57:56 -05:00
2000-05-18 11:40:20 -05:00
1998-11-18 13:40:09 -05:00
2000-10-17 15:46:57 -05:00
2000-10-19 15:53:07 -05:00
2000-10-19 11:42:33 -05:00
2000-09-09 19:08:27 -05:00