
noreply at edgewall
Oct 2, 2006, 6:44 AM
Post #1 of 1
(786 views)
Permalink
|
|
[The Trac Project] #3840: FCGI : Unhandled exception (memory error) when trying to open a project
|
|
#3840: FCGI : Unhandled exception (memory error) when trying to open a project ---------------------------------+------------------------------------------ Reporter: jouvin [at] lal | Owner: jonas Type: defect | Status: new Priority: high | Milestone: 0.10.1 Component: general | Version: devel Severity: critical | Keywords: ---------------------------------+------------------------------------------ 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 }}} -- Ticket URL: <http://trac.edgewall.org/ticket/3840> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|