I have a mod_python script that is always crash while connecting to mysql server. Here's a dump of the apache error log:

[Wed Sep 27 13:27:42 2006] [notice] mod_python: (Re)importing module 'test' with path set to '['/var/www/html/XBox2']'
[Wed Sep 27 13:27:42 2006] [notice] child pid 27793 exit signal Segmentation fault (11)

MySQLdb works well on the command line version of my application. Anyone know how to fix this? It dies on the line where MySQLdb.connect () is called. Thanks in advance.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to