Modify ↓
#8206 closed defect (invalid)
SubversionException: ("Failed to load module for FS type 'fsfs'", 160033)
Reported by: | mslinn | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.11.2 |
Severity: | major | Keywords: | svn16 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I am running Gentoo. The problem occurred after upgrading to Subversion 1.6.1
How to Reproduce
While doing a GET operation on /inkahootz
, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729)
System Information
Trac | 0.11.2
|
Python | 2.5.2 (r252:60911, Feb 14 2009, 08:20:12) [GCC 4.1.2 (Gentoo 4.1.2 p1.3)]
|
setuptools | 0.6c8
|
SQLite | 3.6.11
|
pysqlite | 2.4.1
|
Genshi | 0.5.1
|
Pygments | 1.0
|
Subversion | 1.6.1 (r37116)
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 432, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 174, in dispatch chosen_handler) File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 295, in _pre_process_request chosen_handler = filter_.pre_process_request(req, chosen_handler) File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 86, in pre_process_request self.get_repository(req.authname).sync() File "/usr/lib/python2.5/site-packages/trac/versioncontrol/api.py", line 157, in get_repository repos = self._connector.get_repository(rtype, rdir, authname) File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 280, in get_repository 'branches': self.branches}) File "/usr/lib/python2.5/site-packages/trac/versioncontrol/svn_fs.py", line 401, in __init__ self.repos = repos.svn_repos_open(self.path, self.pool()) File "/usr/lib/python2.5/site-packages/libsvn/repos.py", line 55, in svn_repos_open return apply(_repos.svn_repos_open, args) SubversionException: ("Failed to load module for FS type 'fsfs'", 160033)
Attachments (0)
Change History (3)
comment:1 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 16 years ago
Keywords: | svn16 added |
---|
comment:3 by , 16 years ago
Please also have a look at #8199, it might be the same cause (though I was not able to get that specific "Failed to load module for FS type 'fsfs'" error in my tests).
Note:
See TracTickets
for help on using tickets.
Recompile subversion without dynamic module loading support (USE-flag "dso"). Found this out while lurking on subversion mailing list, can't give you a link. Maybe some bug with subversion 1.6.x