Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6427 closed defect (duplicate)

apr_pool_t * is expected, GenericSWIGWrapper is received

Reported by: maix@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.10.4
Severity: normal Keywords:
Cc: webteam@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

We often get the following exception in our trac. It happens very irregularly and it happens in every component of the trac.

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/api.py", line 104, in get_repository
    repos = self._connector.get_repository(rtype, rdir, authname)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 234, in get_repository
    repos = SubversionRepository(dir, None, self.log)
  File "/usr/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 262, in __init__
    self.path = repos.svn_repos_find_root_path(path, self.pool())
  File "/usr/lib/python2.4/site-packages/libsvn/repos.py", line 43, in svn_repos_find_root_path
    return apply(_repos.svn_repos_find_root_path, args)
TypeError: argument number 2: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0xb564c2ac>)' is received

Attachments (0)

Change History (3)

comment:1 by maix@…, 16 years ago

Version is 0.10.4.

in reply to:  1 comment:2 by Emmanuel Blot, 16 years ago

Version: 0.10.4

Replying to maix@ubuntuusers.de:

Version is 0.10.4.

There is a version field in the ticket description box.

comment:3 by Christian Boos, 16 years ago

Resolution: duplicate
Status: newclosed

A very common issue, see the #2611 and the corresponding discussion in TracSubversion#TracandSubversion1.3.1.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.