Modify ↓
Ticket #519 (closed defect: duplicate)
Opened 8 years ago
Last modified 7 years ago
Python process sometimes hangs on Windows Server 2003
| Reported by: | Per Norman | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.7 |
| Severity: | major | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by daniel
comment:2 Changed 7 years ago by anonymous
- Resolution set to duplicate
- Status changed from new to 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?