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

Re: BUG: svn enters unkillable state, tracked down to UTF conv in locale!=C

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-07-03 18:33:10 CEST

On Mon, Jul 03, 2006 at 05:28:20PM +0200, Denis Vlasenko wrote:
> /.share/usr/src/subversion-1.1.3/apr/misc/unix/errorcodes.c:apr_strerror():390

This is a rather old version of Subversion - could you see if you still
get the same behaviour with 1.3.2?

And if you do...

> xlate.c:apr_xlate_conv_buffer():353 iconv() inbytes_left=0 outbytes_left=11 translated=0 errno=2 inbuf='.svn/format'
> xlate.c:apr_xlate_conv_buffer():353 iconv() inbytes_left=2 outbytes_left=2 translated=-1 errno=7 inbuf='5.Р╖Ь(Д╖╪JЦ╞ .С╖^M'

... could you get a backtrace from the svn_io_file_open() call that opens
this file? Yes, if we're trying to open a file with a garbage name,
that's probably a bug.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 3 18:33:46 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.