I've been pulling my hair out for a couple of days trying to diagnosis an issue that I'm having. I'm unsure whether it's actually a TRAC issue or merely something up with mod_python and/or apache.

I'm running on Fedora Core 5, running TRAC 0.9.5, Apache 2.2.0 and mod_python 3.2.8.

Whenever I access my project page I get the following error Apache's error log:

[Sun Apr 23 17:14:46 2006] [notice] mod_python: (Re)importing module 'trac.web.modpython_frontend' [Sun Apr 23 17:14:47 2006] [notice] child pid 16101 exit signal Segmentation fault (11)

I do have Python debugging on.

I have tried loading tracd and accessing the project and everything works as expected.

For the life of me I can't figure out what the issue is while running under Apache. I know that I could just go with tracd but problems like this just drive me mental.

My httpd.conf file has the following configuration entries related to my TRAC environment:

<Location /project>
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonDebug On
   PythonOption TracEnv /usr/local/trac/project
   PythonOption TracUriRoot /project
</Location>

<Location "/project/login">
   AuthName trac
   AuthType Digest
   AuthUserFile /etc/httpd/conf/.htpasswd
</Location>

I have checked the mailing list threads but no similar problem seems to relate to the issue that I am having.

After various Google searches and trying various lists it is my hope that someone on the list has had a similar issue which can point me in the right direction in order to solve this problem.

Any help, as always, is certainly appreciated.

Thanks in advance.

Nicholas

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to