Ticket #1401 (closed defect: worksforme)
tracd crash related to svn bindings
| Reported by: | cboos | Owned by: | mrowe |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | general | Version: | devel |
| Severity: | major | Keywords: | svn bindings |
| Cc: |
Description
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... :)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


