On Tue, 05 May 2009 23:43:25 -0400, Mohamed Lrhazi wrote:

> Hello,
> 
> My code sends a pointer to a Python function to a C library, using
> ctypes module. When my program restarts, after a crash or normal exit...
> it cannot start again without sigfaulting
> 
> What is the proper way around this problem? other than adding code to
> delete the cache files?


Surely the proper way to solve this is to find the cause of the segfault, 
and fix that bug.



-- 
Steven
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to