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 arigo
Recipients arigo, christian.heimes, eryksun
Date 2016-09-03.16:01:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472918505.67.0.952003398096.issue25653@psf.upfronthosting.co.za>
In-reply-to
Content
For completeness:

* the crasher I attached gets a bus error even before calling
  ffi_closure_free().  At that point, only ffi_closure_alloc() has been
  called---in both parent and child.

* stricly speaking, cffi is not fixed: it has the same problem when
  using callbacks like ctypes.  What Christian talks about is an 
  alternative API that we came up with.  It requires the user code to be
  slightly different, and is only available if using a C compiler is
  acceptable; it is not available in the ctypes-like mode.
History
Date User Action Args
2016-09-03 16:01:45arigosetrecipients: + arigo, christian.heimes, eryksun
2016-09-03 16:01:45arigosetmessageid: <1472918505.67.0.952003398096.issue25653@psf.upfronthosting.co.za>
2016-09-03 16:01:45arigolinkissue25653 messages
2016-09-03 16:01:45arigocreate