[pypy-issue] [issue1465] cffi callback crashes in multithread environment

ming tracker at bugs.pypy.org
Wed Apr 24 10:39:28 CEST 2013


ming <humings at gmail.com> added the comment:

I was using cffi callback to call my python function from my c library; it works 
fine when they are all in one thread, but it crashes when my c library create a 
new thread and do the "callback" in new thread.

The error sometime is "Segmentfalut 11", sometimes is "bus error"

----------
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1465>
________________________________________


More information about the pypy-issue mailing list