#2611: Problem with SVN bindings (SVN 1.3.0, Trac r2771)
-----------------------------+----------------------------------------------
 Reporter:  Manuzhai         |        Owner:  cboos
     Type:  defect           |       Status:  new  
 Priority:  high             |    Milestone:  0.9.4
Component:  version control  |      Version:  devel
 Severity:  major            |   Resolution:       
 Keywords:                   |  
-----------------------------+----------------------------------------------
Comment (by David James <[EMAIL PROTECTED]>):

 Hi pjenvey,

 It looks like you applied the patch correctly, but my patch did not help.
 I am not surprised by your new error message, because it is the same as
 the one that was reported earlier on the users list.

 Could you send the full details for your system, and the full details of
 your apache configuration including your httpd.conf and a description of
 which "mpm" you are using (e.g. the worker mpm, or the prefork mpm). I
 would like to try to reproduce the problem by copying your configuration.
 Are you using Linux, Mac OS, or something else?

 Here's a question for the group: In mod_python, does the "global
 interpreter lock" lock just the current interpreter or does it lock all
 interpreters? If the "global interpreter lock" only locks the current
 interpreter, then it explains our problem. We will need to use a different
 locking system in order to prevent race conditions during pool
 initialization. Perhaps an APR lock would do the trick?

 Cheers,

 David

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2611>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to