ming <[email protected]> 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 <[email protected]> <https://bugs.pypy.org/issue1465> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
