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

The Trac Project noreply at edgewall.com
Thu Apr 7 15:59:11 EDT 2005


#1401: crash in svn bindings while browsing the timeline
---------------------+------------------------------------------------------
       Id:  1401     |      Status:  assigned                
Component:  general  |    Modified:  Thu Apr  7 15:59:06 2005
 Severity:  major    |   Milestone:                          
 Priority:  normal   |     Version:  devel                   
    Owner:  mrowe    |    Reporter:  cboos                   
---------------------+------------------------------------------------------
Comment (by mrowe):

 Ok.  The easiest way that I have found to track down where these types of
 crashes occur is to use a debug build of Python running in GDB combined
 with
 [http://cvs.sourceforge.net/viewcvs.py/*checkout*/python/python/dist/src/Misc/gdbinit?rev=1.9
 some intelligent GDB macros] to map the C stack to the corresponding
 Python stack.  You should be able to load that according to the
 instructions at the top of the file, and type {{{pyframe}}} after it
 crashes to get the Python backtrace.

 I'm not 100% sure, but this last backtrace looks like a different crash
 from the one initially reported.

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


More information about the Trac-Tickets mailing list