This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kelledin
Recipients Simon Hoinkis, amaury.forgeotdarc, belopolsky, doko, kelledin, meador.inge
Date 2015-05-27.06:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432709017.55.0.797258753642.issue23575@psf.upfronthosting.co.za>
In-reply-to
Content
This patch alone is apparently not enough.  When this is enabled, and python 2.7.10 is built with -mabi=n32, make test segfaults on test_ctypes.  Using --with(out)-system-ffi does not make a difference.

When I run the test by itself, it specifically fails at:

test_pyobject (ctypes.test.test_callbacks.Callbacks) ... Segmentation fault (core dumped)

I'm guessing Python is doing something bogus with libffi that kills it specifically on mips n32.
History
Date User Action Args
2015-05-27 06:43:37kelledinsetrecipients: + kelledin, doko, amaury.forgeotdarc, belopolsky, meador.inge, Simon Hoinkis
2015-05-27 06:43:37kelledinsetmessageid: <1432709017.55.0.797258753642.issue23575@psf.upfronthosting.co.za>
2015-05-27 06:43:37kelledinlinkissue23575 messages
2015-05-27 06:43:37kelledincreate