Modify ↓
#519 closed defect (duplicate)
Python process sometimes hangs on Windows Server 2003
Reported by: | Per Norman | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.7 |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
We're running Trac 0.7 as CGI on Windows Server 2003 with Python 2.3.3, Subersion 1.0.4 and Apache 2.0.49.
Sometimes Trac (a Python process) hangs and locks the Subversion repository (Windows file lock). Trac still works on pages that don't interact with Subversion. All other hangs, waiting for the repository file lock.
To get on we have to kill all Python processes, stop Apache and run recover on the repository.
Any ideas why this happens?
Attachments (0)
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
This is a duplicate of #571
Note:
See TracTickets
for help on using tickets.
I'm unable to reproduce this on Windows XP, Python 2.3.3, Subversion 1.0.1, Apache 2.x.
Could it be that your python process doesn't have permission to access some resource? Like, I know the console python CLI requires that magic ENV variable to allow terminal access. Is it something similar perhaps?