Thursday, June 30, 2011

Solution to mod_python 3.3.1 With Segmentation fault (11)

This is actually a bug in mod_python 3.3.1. What happens is that when some deprecated functions are invoked, it tries to throw out a deprecated warning. However, unfortunately, mod_python will crash at this right time.

The solution is simple, just use this patch:
Attachment