Modify ↓
Opened 13 years ago
Closed 13 years ago
#10831 closed defect (duplicate)
SubversionException: ("Can't open file '/var/svn/trac/db/revprops/9/9260': Too many open files", 24)
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | rlimit nofile |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Как воспроизвести
При выполнении операции GET по /changeset/11259/trunk, Trac выдает внутреннюю ошибку.
(просьба предоставить дополнительные подробности здесь)
Параметры запроса:
{'format': u'zip', 'new': u'11259', 'new_path': u'/trunk', 'old_path': u'/'}
User agent: Opera/9.80 (Windows NT 5.1; U; ru) Presto/2.10.289 Version/12.02
Системная информация
Системная информация недоступна
Включенные плагины
Информация о плагинах недоступна
Python Traceback
Traceback (most recent call last):
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/trac/web/main.py", line 497, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/trac/web/main.py", line 214, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/trac/versioncontrol/web_ui/changeset.py", line 352, in process_request
self._render_zip(req, filename, repos, data)
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/trac/versioncontrol/web_ui/changeset.py", line 781, in _render_zip
zipinfo.date_time = new_node.last_modified.utctimetuple()[:6]
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/trac/versioncontrol/api.py", line 1073, in <lambda>
last_modified = property(lambda self: self.get_last_modified())
File "/usr/local/virtualenv/0.13-stable/lib/python2.6/site-packages/Trac-1.0rc1_r11243-py2.6.egg/tracopt/versioncontrol/svn/svn_fs.py", line 864, in get_last_modified
core.SVN_PROP_REVISION_DATE, self.pool())
File "/usr/lib/pymodules/python2.6/libsvn/fs.py", line 682, in svn_fs_revision_prop
return _fs.svn_fs_revision_prop(*args)
SubversionException: ("Can't open file '/var/svn/trac/db/revprops/9/9260': Too many open files", 24)
Attachments (0)
Change History (2)
comment:1 by , 13 years ago
| Keywords: | rlimit nofile added |
|---|---|
| Milestone: | → not applicable |
comment:2 by , 13 years ago
| Milestone: | not applicable |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
See #10840.
Note:
See TracTickets
for help on using tickets.



Thank you for the report!
We'll keep an eye on this issue…