On Tue, 2011-07-12, Barry Scott wrote: > 1. Get http://pysvn.barrys-emacs.org/source_kits/pysvn-merge-assert.tar.bz2 > 2. tar xf pysvn-merge-assert.tar.bz2 -C /tmp > 3. cd /tmp/pysvn-workspace/Sources > 4. THe scripts assume that the SVN you wish to use is in /usr/local > edit repo-merge-assert.sh and change the --svn-root-dir if that is not > the case > 5. ./repo-merge-assert.sh
Thanks, Barry. Using your recipe I was able to reproduce the problem and verify that my fix fixes it. - Julian > At this point you have a core file. > > Run ../Tests/merge_crash.sh that will echo the two lines you need to run the > command > to repeat the crash. Do the obvious to use gdb with the command. > > $ export PYTHONPATH=... > $ gdb /usr/bin/python > >>> run /tmp/pysvn-workspace/Examples/Client/svn_cmd.py ...