Skip to content

BASOP assert hit in instrumented EVS decoder

Basic info

Bug description

Running the instrumented BASOP decoder with the attached bitstream triggers an assert. The non-instrumented decoder does not produce this issue which is at least worrying.

Ways to reproduce

ltv48_STEREO_StereoDmxEvs_b09_6_dtx_swb_cbr_fer_ep_10pct_fer_g192.192

Not instrumented (should run through):

make clean
make -j
IVAS_dec 32 ltv48_STEREO_StereoDmxEvs_b09_6_dtx_swb_cbr_fer_ep_10pct_fer_g192.192 out.wav

Instrumente (should crash):

make clean
bash scripts/prepare_instrumentation.sh -m MEM_ONLY
make -j -C scripts/c-code_instrument
scripts/c-code_instrument/IVAS_dec 32 ltv48_STEREO_StereoDmxEvs_b09_6_dtx_swb_cbr_fer_ep_10pct_fer_g192.192 out.wav