[Trac-tickets] Re: [The Trac Project] #1401: crash in svn bindings while browsing the timeline

The Trac Project noreply at edgewall.com
Mon Apr 4 17:33:10 EDT 2005


#1401: crash in svn bindings while browsing the timeline
---------------------+------------------------------------------------------
       Id:  1401     |      Status:  new                     
Component:  general  |    Modified:  Mon Apr  4 17:33:09 2005
 Severity:  normal   |   Milestone:                          
 Priority:  normal   |     Version:  devel                   
    Owner:  jonas    |    Reporter:  cboos                   
---------------------+------------------------------------------------------
Comment (by mrowe):

 In my experience the most likely reason for this to lead to a crash is
 that an exception is occurring, which leads to an unexpected order of the
 destruction of the SVN-related objects.  In this case, the problem is
 likely inside CachedRepository.sync.  I would suggest putting a {{{try:
 except:}}} block around that and dumping out any exceptions that are
 caught.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1401>
The Trac Project <>


More information about the Trac-Tickets mailing list