[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Strange problem in client tests

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-01-25 18:46:21 CET

Hi again,

I seem to have traced the problem quite a ways, but I am still having
some problems. With liberal use of printf statements, I have traced the
problem into libsvn_wc/log.c. The start_handle function goes into the
if case for log_do_run_command. A printf immediately before the call
works fine, as does one at the end of the call to log_do_run_command.
However, the program seg faults before it can execute a printf just
after the return from log_do_run_command. svn_run_cmd_in_directory is
returning without an error, but somehow things are getting screwed up.
Anyone with more knowledge of APR's threadproc stuff know what is going
on.

BTW, The xml the log_do_run_command is in response to is as follows:

<run
    name="/usr/bin/patch"
    infile="SVN/tmp.mu.54744.00001.diff"
    arg1="-r"
    arg2="mu.54728.00001.rej"
    arg3="--"
    arg4="mu"/>

-- 
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:20 2006

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.