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-11 13:44:36 -05:00
1999-11-19 10:41:51 -05:00
2000-09-09 19:08:27 -05:00
2000-09-19 12:04:46 -05:00
2000-09-11 13:44:36 -05:00
2000-09-11 13:44:36 -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-08-04 17:02:32 -05:00
2000-09-09 19:08:27 -05:00
2000-09-11 13:44:36 -05:00
2000-09-11 13:44:36 -05:00
2000-09-11 13:44:36 -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-09-11 13:44:36 -05:00
2000-06-02 09:31:04 -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
1999-11-19 10:45:46 -05:00
1999-04-16 14:18:46 -05:00
2000-10-20 15:57:56 -05:00
2000-09-11 13:44:36 -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-04-12 16:10:05 -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-05-19 09:50:01 -05:00
2000-10-19 11:42:33 -05:00
2000-05-19 18:00:03 -05:00
2000-05-19 18:00:03 -05:00
2000-05-19 18:00:03 -05:00
2000-05-19 18:00:03 -05:00
2000-09-11 13:44:36 -05:00
2000-05-18 14:13:33 -05:00
1999-11-17 17:00:15 -05:00
2000-05-25 10:53:22 -05:00
2000-09-09 19:08:27 -05:00