JPEG parameter struct mismatch when trying to run a embedded ml module

Currently trying to run a embedded ml module.

It used to work properly on a xavier before this but has suddenly started giving this error.

JPEG parameter struct mismatch: library thinks size is 656, caller expects 776
free(): double free detected in tcache 2

Hi,
It looks similar to
Docker: JPEG parameter struct mismatch

So somehow the application links to 3rdparty libjpeg.so instead of our libnvjpeg.so. Would suggest check this.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.