esa-snap icon indicating copy to clipboard operation
esa-snap copied to clipboard

Back-Geocoding crashes with SNAP 8 (Alpine)

Open vincentvaroquaux opened this issue 3 years ago • 7 comments

Hello, I used to call the Back-Geocoding operator with mundialis/esa-snap:s1tbx-7.0v2. I had to install an old version of libgfortran using the following commands :

FROM mundialis/esa-snap:s1tbx-7.0v2 RUN apk add curl &&
curl -O http://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/libgfortran-10.2.1_pre1-r1.apk &&
apk add libgfortran-10.2.1_pre1-r1.apk

It worked well.

But I don't manage to call the Back-Geocoding operator using the latest mundialis/esa-snap:s1tbx (snap v8).

I have the following fatal error :

# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000002076, pid=112, tid=0x00007fe66b8b9b20
#
# JRE version: OpenJDK Runtime Environment (8.0_232-b09) (build 1.8.0_232-b09)
# Java VM: OpenJDK 64-Bit Server VM (25.232-b09 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.14.0
# Distribution: Custom build (Tue Mar  3 13:24:22 UTC 2020)
# Problematic frame:
# C  0x0000000000002076
#
# Core dump written. Default location: //core or core.112
#
# An error report file with more information is saved as:
# //hs_err_pid112.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   https://icedtea.classpath.org/bugzilla
#
Aborted (core dumped)

I don't manage to make it work...

I can provide the full error report file if needed.

Thank you for your help

Vincent

vincentvaroquaux avatar Jan 04 '21 14:01 vincentvaroquaux