Access violation in saf_example_ambi_bin
while loading HRTFs from SONICOM dataset
#55
Labels
saf_example_ambi_bin
while loading HRTFs from SONICOM dataset
#55
Description
Using a HRTF from the SONICOM HRTF dataset will throw an exception (access violation). This has been tested with multiple HRTFs from the mentioned dataset.
Environment
SAF_USE_INTEL_MKL
SAF_ENABLE_SOFA_READER_MODULE
,SAF_ENABLE_EXAMPLES_TESTS
Reproducible Steps
Steps to create the smallest reproducible scenario:
test__saf_example_ambi_bin()
in filesrc/test/test__examples.c
to load a SOFA file from the SONICOM dataset:saf_test
with above environment.Expected Output
Test should pass.
Actual Output
Access violation in
framework/modules/saf_utilities/saf_utility_geometry.c:782
while trying to readfaceIdx[k]
.faceIdx
does not exist becausenFaceIdx
is 0 here.Additional information
Call Stack:
The text was updated successfully, but these errors were encountered: