Edgewall Software

Changes between Version 14 and Version 15 of TracSubversion


Ignore:
Timestamp:
Aug 9, 2006, 9:41:42 PM (18 years ago)
Author:
Christian Boos
Comment:

Updated notes about #2611 in light of recent progress on the issue

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v14 v15  
    8181one more fix:
    8282 * Issue #2611 (intermittent fatal error) [[BR]]
    83    which can be fixed by applying this
     83   which was supposedly fixed by applying this
    8484   [attachment:ticket:2611:application_pool_race_condition_fix.txt patch] to
    8585   `subversion/bindings/swig/include/proxy_apr.swg`.
     
    8888   It should be emphasized that a compatible version of SWIG
    8989   must be used (`1.3.24`, `1.3.25`). [[BR]]
    90    Should be fixed in Subversion 1.3.1 (!r18721).
     90   Should be fixed in Subversion 1.3.1 (as the above patch was integrated as !r18721)
    9191
    9292==== Trac and Subversion 1.3.1 ====
     
    9898
    9999Note:
    100 '''Issue #2611 still exists in Subversion 1.3.1''' [[br]]
    101 It seems the patch discussed above was not enough to solve the problem.
    102 Also, the issue seems to be related to the use of multiple python handlers,
    103 either in different virtual hosts (#2965) or in different <Location> sections.
     100'''Issue #2611 was confirmed to still exists in Subversion 1.3.1''' and also in the stock 1.3.2,
     101when compiled using the pre-generated bindings that were produced using SWIG 1.3.25[[br]]
     102So it seems the patch discussed above was not enough to solve the problem.
     103Also, ''the issue is most certainly related to the use of multiple python sub-interpreters'', either because those are created by default when different virtual hosts are used (#2965, #3455) or because different `"PythonInterpreter"` directives are used in different <Location> sections (#2713).
    104104
    105105