-
- Downloads
BUG 13443: Fix crash when vtkMath.h is wrapped on FreeBSD.
The isinf() and isnan() macros on FreeBSD are defined in terms of the isinf() and isnan() library functions. A macro expansion bug in the VTK 5.10 wrappers caused these macros to expand recursively, resulting in a segfault in the wrapper tools. The macro expansion bug is fixed in VTK 6, but VTK 5.10 requires the vtkMath IsNan() and IsInf() inline definitions to be blocked. Change-Id: Ifc4ce554fd7273367f3fa6c6dad3b26dfa7871d4
Please register or sign in to comment