Indeed, there is a problem with GDAL and loading the libjpeg library, but this doesn’t break your processing. However, your processing does not require GDAL at all. The actual issue seems to be in the TensorFlow library which is shown in the error log. it tries to load a native lib and then crashes.
The library seems to be available but not as expected. If the library file would not be available, it would not crash but show an error message.
Do you have a Mac with M1 processor? Do you run SNAP in a virtual environment?
The log indicates this.
OS:Bsduname:Darwin 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:37 PDT 2022; root:xnu-8020.121.3~4/RELEASE_ARM64_T6000 x86_64
Maybe there are still issue when virtualising x86 application on M1 chips.
Also, the issue tracker of TensorFlow indicates that TensorFlow is not working on M1 chips.
- TensorFlow binary crashes on Apple M1 in x86_64 Docker container · Issue #52845 · tensorflow/tensorflow (github.com)
- Is there any way to make tensorflow work on a docker image from a Macbook M1 host ? · Issue #164 · apple/tensorflow_macos (github.com)
The GDAL error might be caused by the same reason.