Ticket #11 (closed Defect: Software changed)
Trac: Internal error when using https with Timeline
| Reported by: | cdaboo@… | Owned by: | wsanchez@… |
|---|---|---|---|
| Priority: | 3: Important | Milestone: | Later |
| Component: | Infrastructure | Severity: | Serious |
| Keywords: | Cc: | ||
| Port: |
Description
After logging in to Trac and being redirected to https, the Timeline page fails with:
Oops...
Trac detected an internal error: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x25bc120>)' is received If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Go to http://trac.edgewall.com/ and create a new ticket where you describe the problem, how to reproduce it. Don't forget to include the python traceback found below.
TracGuide — The Trac User and Administration Guide
Python traceback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 209, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/Timeline.py", line 140, in process_request
filters)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/versioncontrol/web_ui/changeset.py", line 108, in get_timeline_events
repos = self.env.get_repository()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/env.py", line 155, in get_repository
from trac.versioncontrol.svn_fs import SubversionRepository
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/trac/versioncontrol/svn_fs.py", line 26, in ?
from svn import fs, repos, core, delta
File "/usr/local/subversion/lib/svn-python/svn/fs.py", line 19, in ?
from libsvn.fs import *
File "/usr/local/subversion/lib/svn-python/libsvn/fs.py", line 29, in ?
import core
File "/usr/local/subversion/lib/svn-python/libsvn/core.py", line 3057, in ?
svn_pool_create()
File "/usr/local/subversion/lib/svn-python/libsvn/core.py", line 1098, in svn_pool_create
return apply(_core.svn_pool_create, args)
TypeError: argument number 0: a 'apr_pool_t *' is expected, 'instance(<libsvn.core.GenericSWIGWrapper instance at 0x25bc120>)' is received
Change History
comment:2 Changed 7 years ago by wsanchez@…
Known issue with Trac: http://trac.edgewall.org/ticket/2611
comment:3 Changed 7 years ago by wsanchez@…
- Status changed from new to closed
- Resolution set to fixed
Possible work-around noted here: http://trac.edgewall.org/ticket/3455 Should be OK now.


I'm seeing this too, but not always. Not sure how to reproduce...