Edgewall Software

Changes between Version 120 and Version 121 of TracModPython


Ignore:
Timestamp:
Dec 13, 2007, 6:32:17 PM (16 years ago)
Author:
Christian Boos
Comment:

Added a troubleshooting section about #expat related segmentation faults

Legend:

Unmodified
Added
Removed
Modified
  • TracModPython

    v120 v121  
    216216For multiple projects, try restarting the server as well.
    217217
     218=== Expat-related segmentation faults === #expat
     219
     220This problem will most certainly hit you on Unix when using python 2.4.
     221In Python 2.4, some version of Expat (an XML parser library written in C) is used,
     222and if Apache is using another version, this results in segmentation faults.
     223As Trac 0.11 is using Genshi, which will use indirectly use Expat, that problem
     224can now hit you even if everything was working fine before with Trac 0.10.
     225
     226See Graham Dumpleton's detailed [http://www.dscpl.com.au/wiki/ModPython/Articles/ExpatCausingApacheCrash explanation and workarounds] for the issue.
     227
    218228=== Form submission problems ===
    219229