summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorThomas Radke <tradke@aei.mpg.de>2000-11-08 22:47:35 (GMT)
committerThomas Radke <tradke@aei.mpg.de>2000-11-08 22:47:35 (GMT)
commit025fb428a3d271176e25c4e75ca540f74f0bc936 (patch)
tree76949c5409bf0c98e95c22166bfb94115459197c /tools
parent7fe0f3bb25419e5f8642f0c82b69e331ce0608c5 (diff)
downloadhdf5-025fb428a3d271176e25c4e75ca540f74f0bc936.zip
hdf5-025fb428a3d271176e25c4e75ca540f74f0bc936.tar.gz
hdf5-025fb428a3d271176e25c4e75ca540f74f0bc936.tar.bz2
[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)
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions