Re: multiprocessing, pool and process crashes

2009-04-30 Thread Jesse Noller
On Wed, Apr 29, 2009 at 10:50 AM, wrote: > I want to use the multiprocessing.Pool object to run multiple tasks in > separate processes. > > The problem is that I want to call an external C function (from a > shared library, with help from ctypes) and this function tends to > crash (SIGSEGV,SIGFPE

multiprocessing, pool and process crashes

2009-04-29 Thread dragonk
I want to use the multiprocessing.Pool object to run multiple tasks in separate processes. The problem is that I want to call an external C function (from a shared library, with help from ctypes) and this function tends to crash (SIGSEGV,SIGFPE,etc.) on certain data sets (the purpose of this thing