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

Re: crash in rev 3683

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-07 21:12:49 CET

Philip Martin <philip@codematters.co.uk> writes:
> > I just compiled the newest revision of Subversion and tried
> > to run some tests with my client. But this time it crashed.
> > in the file libsvn_wc\status.c the function
> > svn_error_t *
> > svn_wc_status( ...)
>
> Oops, my fault. This ought to fix it

Thanks, Philip.

What is a command that causes this bug to happen? (Just trying to
determine how serious it is for most users, since I'm making 0.15
right now. If it's not going to strike very often, then it can wait
till the next interim release.)

-K

> Index: ../svn/subversion/libsvn_wc/status.c
> ===================================================================
> --- ../svn/subversion/libsvn_wc/status.c (revision 3683)
> +++ ../svn/subversion/libsvn_wc/status.c (working copy)
> @@ -462,6 +462,8 @@
> SVN_ERR (svn_wc_entry (&parent_entry, parent_path, parent_access,
> FALSE, pool));
> }
> + else
> + parent_entry = NULL;
> }
>
> SVN_ERR (assemble_status (&s, path, adm_access, entry, parent_entry,
>
>
> --
> Philip Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 7 21:46:09 2002

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.