Ticket #3840 (closed defect: duplicate)
FCGI : Unhandled exception (memory error) when trying to open a project
| Reported by: | jouvin@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | devel |
| Severity: | critical | Keywords: | |
| Cc: |
Description
I just upgraded to trunk #3816 (may be I'd be better to upgrade to real 0.10...). Basically it works except that after a few hours, I got an "Internal Server error" when trying to open a project. In Apache main log file, there is the following error :
Unhandled exception in thread started by <bound method Connection.run of <trac.w
eb._fcgi.Connection object at 0x147f9bd90>>
Traceback (most recent call last):
File "/www/Web/servers/trac/0.10-3815/lib/python2.4/site-packages/trac/web/_fc
gi.py", line 654, in run
self.process_input()
File "/www/Web/servers/trac/0.10-3815/lib/python2.4/site-packages/trac/web/_fc
gi.py", line 672, in process_input
r, w, e = select.select([self._sock], [], [], 1.0)
MemoryError
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


