Edgewall Software
Modify

Ticket #3798 (closed defect: duplicate)

Opened 5 years ago

Last modified 5 years ago

Error browsing source

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.6
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by cboos) (diff)

I went to browse source, clicked on the firs folder (build), maybe also on a directory there and on the first file clicked on the revision column. After the next screen displayed I presses BACK on my browser 2 or times and got the following error:

Python traceback

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/web_ui/browser.py", line 78, in process_request
    repos = self.env.get_repository(req.authname)
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 162, in get_repository
    repos = SubversionRepository(repos_dir, authz, self.log)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 183, in __init__
    self.pool = Pool()
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 89, in __init__
    self._pool = core.svn_pool_create(self._parent_pool())
  File "svn/core.py", line 177, in svn_pool_create
  File "libsvn/core.py", line 661, in svn_pool_create
  File "libsvn/core.py", line 2497, in _wrap
  File "libsvn/core.py", line 2410, in set_parent_pool
  File "libsvn/core.py", line 2398, in <lambda>
  File "libsvn/core.py", line 22, in _swig_setattr
  File "libsvn/core.py", line 17, in _swig_setattr_nondynamic
RuntimeError: instance.__dict__ not accessible in restricted mode

Attachments

Change History

comment:1 Changed 5 years ago by cmlenz

  • Resolution set to duplicate
  • Status changed from new to closed

This is a duplciate of #3371.

comment:2 Changed 5 years ago by cboos

  • Description modified (diff)
View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.