[Trac-tickets] [The Trac Project] #1401: crash in svn bindings
while browsing the timeline
The Trac Project
noreply at edgewall.com
Mon Apr 4 16:22:39 EDT 2005
#1401: crash in svn bindings while browsing the timeline
---------------------+------------------------------------------------------
Id: 1401 | Status: new
Component: general | Modified: Mon Apr 4 16:22:39 2005
Severity: normal | Milestone:
Priority: normal | Version: devel
Owner: jonas | Reporter: cboos
---------------------+------------------------------------------------------
With the latest trunk [1493], I have repeatable crashes
of the python interpreter while trying to get the timeline:
First, I get the following warning each time I refresh:
{{{
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method SubversionRepository.__del__ of
<trac.versioncontrol.svn_fs.SubversionRepository object at 0x011A5B50>>
ignored
Exception exceptions.TypeError: "'NoneType' object is not callable" in
<bound method SubversionRepository.__del__ of
<trac.versioncontrol.svn_fs.SubversionRepository object at 0x011B88D0>>
ignored
}}}
Then, it sometimes crashes...
This is on Windows, with python 2.3 and svn bindings 1.1.1:
{{{
_core.dll!svn_swig_py_acquire_py_lock() Line 96 C
_core.dll!_wrap_apr_pool_destroy(_object * self=0x00000000,
_object * args=0x011ac050) Line 1480 C
}}}
I post the report because the Pool wrapper logic is a bit too subtle for
me
to understand and debug this evening... :)
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/1401>
The Trac Project <>
More information about the Trac-Tickets
mailing list