> -----Original Message-----
> From: Stefan Sperling [mailto:stsp_at_elego.de]
> Sent: dinsdag 15 september 2009 20:06
> To: Stein Somers
> Cc: users_at_subversion.tigris.org
> Subject: Re: libsvn_ra_svn\marshal.c line 486: assertion failed (opt ||
> cstr)
>
> On Tue, Sep 15, 2009 at 06:45:00PM +0200, Stein Somers wrote:
> > Stefan Sperling wrote:
> > > Which version are you reproducing the marshal.c assertion with?
> >
> > The stable 1.6.5: summersoft rhel5 packages on Linux, SlikSVN on
> Windows.
> >
> > > Both 1.6.x and trunk give the following output for me:
> >
> > My output is the same until the last step, apart from irrelevant
> details.
> > The last step is:
> >
> > + svn up bug2/trunk2
> > svn: In file 'subversion/libsvn_ra_svn/marshal.c' line 486: assertion
> failed
> > (opt || cstr)
> > bug2.sh: line 41: 20884 Aborted svn up ${trunk}2
>
> I cannot reproduce it with 1.6.5 either :(
>
> I guess we'll have to wait for someone else to reproduce this.
> I've filed an issue and attached your reproduction script there.
> http://subversion.tigris.org/issues/show_bug.cgi?id=3485
Can you try reproducing it without maintainer mode?
In r39197 I fixed an issue where transferring errors from client to server
and vice versa might cause this exception.
But with maintainer mode it is far less likely to occur.
If no filename was attached to an error message the ra layer tried to
transfer a NULL, which could cause this assertion to fail.
Bert
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2395396
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-16 10:25:03 CEST