diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-20 15:10:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-11-20 15:10:34 (GMT) |
commit | 06612f25f93c0dc4523b274b7977d6c8f82573ef (patch) | |
tree | ef26bc571e050a75663f9d6a643636705a1150cd /configure.in | |
parent | 67f72c42771afcbe72950b8abe6090ddc65591fd (diff) | |
download | hdf5-06612f25f93c0dc4523b274b7977d6c8f82573ef.zip hdf5-06612f25f93c0dc4523b274b7977d6c8f82573ef.tar.gz hdf5-06612f25f93c0dc4523b274b7977d6c8f82573ef.tar.bz2 |
[svn-r6121] Purpose:
Bug fix
Description:
Array testing routine is creatint huge arrays on the function stack
which causes a segmentation fault on Linux & FreeBSD when threadsafe
support is enabled.
Solution:
Allocate data for test dynamically instead of automatically.
In general, this should be the preferred method for all data arrays.
Platforms tested:
FreeBSD 4.7 (sleipnir) w/threadsafe enabled.
Diffstat (limited to 'configure.in')
0 files changed, 0 insertions, 0 deletions