Cffi is broken if compiled with gcc 5.3.1

I have new installed letsencrypt (with letsencrypt-auto) one week before and all was o.k.
Then I made a new installation again with letsencrypt-auto. But after them I cannot use
letsencrypt-auto becaus of “Segmentation fault”.

After many searches I found, that the problem is the file _cffi_backend.so:

  • made with gcc 5.2.1 and all was o.k.
  • made with gcc 5.3.1 this file is broken

Please can you find a solution for this?

Ciao, Joachim

1 Like

It appears to be a bug in gcc 5.3.1 (which seems to be a pre-release). Bug reported here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69037 (via https://bitbucket.org/cffi/cffi/issues/240/cffi-crash-on-debian-unstable-with-gcc-5). If possible, downgrade to 5.3.0 for now to avoid this.

1 Like