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

Re: REPORT failed : SSL error: illegal padding

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2004-07-14 22:38:10 CEST

On Wed, Jul 14, 2004 at 11:00:02AM +0200, Xavier Brouckaert wrote:
> You're right :
> Provider encountered an error while streaming a REPORT response. [500,
> #0]
> A failure occurred while driving the update report editor [500, #103]
> (84)Invalid or incomplete multibyte or wide character: Error writing
> base64 data: Software caused connection abort [500, #103]

I'm not sure if any of that is actually useful error information
unfortunately. There was a mod_dav_svn errno handling issue which meant
the multibyte error could get logged spuriously. Possibly that's hiding
the real error code.

ECONNABORTED probably isn't useful: from a system call you'd only see
this from accept() AFAIK, and both mod_ssl and mod_dav_svn will return
ECONNABORTED in a few cases if the c->aborted flag is set for the
connection in Apache. Which means the real reason for the abort appears
to be lost :(

There weren't any other log messages? Can you still reproduce this now?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 14 22:55:12 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.