Opened 3 years ago
Last modified 3 years ago
#2 assigned defect
SubversionException: ("Can't open file '/svn/insight/db/revprops/0/59': Too many open files", 24)
| Reported by: | anonymous | Owned by: | point | 
|---|---|---|---|
| Priority: | major | Version: | 0.3 | 
| Keywords: | Cc: | 
Description
How to Reproduce
While doing a GET operation on /changeset/158/trunk, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'format': u'zip',
 'new': u'158',
 'new_path': u'/trunk',
 'old': u'158',
 'old_path': u'/'}
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.65 Safari/537.36
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/trac/web/main.py", line 214, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/trac/versioncontrol/web_ui/changeset.py", line 350, in process_request
    self._render_zip(req, filename, repos, data)
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/trac/versioncontrol/web_ui/changeset.py", line 779, in _render_zip
    zipinfo.date_time = new_node.last_modified.utctimetuple()[:6]
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/trac/versioncontrol/api.py", line 1073, in <lambda>
    last_modified = property(lambda self: self.get_last_modified())
  File "/usr/lib/python2.6/site-packages/Trac-1.0-py2.6.egg/tracopt/versioncontrol/svn/svn_fs.py", line 864, in get_last_modified
    core.SVN_PROP_REVISION_DATE, self.pool())
  File "/usr/lib64/python2.6/site-packages/libsvn/fs.py", line 729, in svn_fs_revision_prop
    return apply(_fs.svn_fs_revision_prop, args)
SubversionException: ("Can't open file '/svn/insight/db/revprops/0/59': Too many open files", 24)
    Attachments (0)
Change History (1)
comment:1 in reply to: ↑ description Changed 3 years ago by point
- Owner set to point
 - Status changed from new to assigned
 
Note: See
        TracTickets for help on using
        tickets.
    
Hi,
Actually it is a known bug in Trac.It should be fixed by their next release.
You can download Insight here:
https://insight.labri.fr/downloads/insight-0.3.tar.gz
Thanks to report this problem.