Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 unik@…, 15 years ago

Resolution: invalid
Status: newclosed

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

comment:2 by Christian Boos, 15 years ago

Keywords: svn16 added

comment:3 by Christian Boos, 15 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).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.