svn-push segfaulting in make_reporter()
From: Karamchedu, Rajeev K. <rajeev_at_tigr.ORG>
Date: 2006-01-04 04:13:38 CET
[My apologies for resending. No subject: in my previous email]
Is this a bug ? my svn-push seems to be dying in make_reporter(). See details below:
Like a few others, I am trying to get svn-push going as well.
My setup:
* Subversion 1.3.0 (I tried using 1.2.3 and upgraded to 1.3.0 this morning)
The svn-push.c found in the contrib dir doesn't do anything. It seg faults whenever
I added some auth routines based on the tools/examples/minimal-client.c and atleast got the authentication to work. The code itself is at
http://svn.tigr.org/filedetails.php?repname=tigr&path=%2Frajeev%2Ftrunk%2Fsvn-push.c
Now the logic stops and seg-faults in make_reporter(), which is called by svn_ra_do_diff().
but here is the relevant GDB output. It looks like a bug to me in either neon
gdb) set args -r 757:758 http://src.domain.com/srcrepo/module svn+ssh://svn@dest.domain.com/destrepo/module
(gdb) run
Starting program: svn-push-r 757:758 http://src.domain.com/srcrepo/module svn+ssh://svn@dest.domain.com/destrepo/module
Before auth open
svn@dest.domain.com's password: ****
After commit editor
Program received signal SIGSEGV, Segmentation fault.
(gdb) bt 5
help!
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.