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

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


New submission from ming <humings at gmail.com>:

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.

----------
files: test.py
messages: 5626
nosy: huming, pypy-issue
priority: critical
status: unread
title: cffi callback crashes in multithread environment

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


More information about the pypy-issue mailing list