MySQLdb and mod_python issue

Alvin Delagon adelagon at gmail.com
Wed Sep 27 01:47:30 EDT 2006


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20060927/c42990f5/attachment.html>


More information about the Python-list mailing list