Open sqlambda opened 8 months ago
I've done some investigating. The problem is with the Hint module that is used to interpret Haskell. I've submitted a bug report at [haskell-hint/hint/issues/172]. However, it looks like the issues is with the underlying GHC API. I'll post when I know more.
A workaround has been added to the README file.
I stumbled into an issue because my server is configured with lc_messages pt_BR.utf8 and it raises an error when creating functions:
ERRO: /lib/x86_64-linux-gnu/libc.so: cabeçalho de ELF inválido
which might be in English something like:
ERROR: /lib/x86_64-linux-gnu/libc.so: invalid ELF header
After changing lc_messages to C, the function is created with success. If I change lc_messages back to pt_BR.utf8 the functions fails to execute with the same error:
It works with en_US.utf8: