Opened 8 months ago
Closed 7 months ago
#22332 closed defect (bug) (fixed)
SubversionException: ("Can't open file '/home/svn/repos/wp-core/db/revprops/22024': Too many open files", 24)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | WordPress.org site | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
How to Reproduce
While doing a GET operation on /changeset/22339/trunk, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'format': u'zip', 'new': u'22339', 'new_path': u'/trunk', 'old_path': u'/'}
User agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20100101 Firefox/16.0
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last):
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 522, in _dispatch_request
dispatcher.dispatch(req)
File "build/bdist.linux-x86_64/egg/trac/web/main.py", line 243, in dispatch
resp = chosen_handler.process_request(req)
File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 349, in process_request
self._render_zip(req, filename, repos, data)
File "build/bdist.linux-x86_64/egg/trac/versioncontrol/web_ui/changeset.py", line 777, in _render_zip
zipinfo.date_time = new_node.last_modified.utctimetuple()[:6]
File "build/bdist.linux-x86_64/egg/trac/versioncontrol/api.py", line 1059, in <lambda>
last_modified = property(lambda self: self.get_last_modified())
File "build/bdist.linux-x86_64/egg/trac/versioncontrol/svn_fs.py", line 803, in get_last_modified
core.SVN_PROP_REVISION_DATE, self.pool())
File "/var/lib/python-support/python2.5/libsvn/fs.py", line 629, in svn_fs_revision_prop
return apply(_fs.svn_fs_revision_prop, args)
SubversionException: ("Can't open file '/home/svn/repos/wp-core/db/revprops/22024': Too many open files", 24)
Change History (4)
comment:1
SergeyBiryukov
— 8 months ago
- Component changed from General to WordPress.org site
- Milestone changed from Awaiting Review to WordPress.org
comment:2
SergeyBiryukov
— 7 months ago
Note: See
TracTickets for help on using
tickets.
#22411 was marked as a duplicate.