This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

speech1_copy example hanging on signal

If I send a regular SIGTERM to the speech1_copy example while it is processing, it will hang. I loaded it up in gdb and it seems that Global_exit is registered for atexit. It seems to be hanging on cleanup().

This is just a vanilla all_codecs server with SPHENC1_COPY and SPHDEC1_COPY from codec_engine_2_10.

Anyone have any ideas? Should I take this directly to TI?