On Wed, Jul 16, 2014 at 6:11 AM, Elhadi Falah <[email protected]> wrote: > Hello, > > We are using lxml in several of our applications with Python 2.6 and from > time to time, the application stops responding after a segmentation fault > error ( [notice] child pid 10544 exit signal Segmentation fault (11)), and > this kind of backtrace:
It looks like you're running your python code inside the apache process (mod_python or similar), and the crash is in the python interpreter. That's not something on-topic for this list. The suggestion you're likely to get on [email protected] is to isolate your code with something like fastcgi. If it continues to be a problem, it's just a python problem and not an httpd problem.
