Modify ↓
      
#3840 closed defect (duplicate)
FCGI : Unhandled exception (memory error) when trying to open a project
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | general | Version: | devel | 
| Severity: | critical | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
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 (0)
Change History (2)
comment:1 by , 18 years ago
| Resolution: | → duplicate | 
|---|---|
| Status: | new → closed | 
comment:2 by , 17 years ago
| Milestone: | 0.10.5 | 
|---|
  Note:
 See   TracTickets
 for help on using tickets.
    


  
looks like duplicate of #3868, which has a tiny bit more information….