This is the mail archive of the
libffi-discuss@sourceware.org
mailing list for the libffi project.
Python core-dumps when compiled with GCC-6
- From: Pedro Alvarez <pedro dot alvarez at codethink dot co dot uk>
- To: libffi-discuss at sourceware dot org
- Date: Fri, 3 Jun 2016 17:49:41 +0100
- Subject: Python core-dumps when compiled with GCC-6
- Authentication-results: sourceware.org; auth=none
Hi!
We are currently trying to upgrade our systems to GCC 6.1.0 but I'm
facing a problem with python (compiled with libffi enabled).
Python core-dump's saying that is because libffi.so, I wonder if you
now anything about it, or if this is just a problem of libffi not
being ready for GCC 6.
Removing libffi.so from the system "fixes" the problem, but is not a
real fix for us.
Also, I've tried to upgrade to latest version of libffi (master from
git repo) but it didn't work either.
Any hints?
Thanks for helping,
Pedro