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

Re: AW: AW: AW: AW: Segmentation Fault with SVN Client related to serf

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 09 Jan 2015 09:47:53 +0000

<pierre.viret_at_postfinance.ch> writes:

> I have captured the http traffic, you will find it in the attachment
> crash_http_capture.pcap. The debugging output of the HttpProxy is in
> the attachment crash_http.txt, it differs from the output when using
> https. I had to switch from https to http for this. Please note that
> the crash occurs not exactly at the same time with http, and that we
> get the segmentation fault each time we run "ls" and not 30% of the
> time like with https: this could be an interesting point for the
> analyze.

I see why the client switches to the v1 protocol. Your proxy is
changing the case of the HTTP headers and "SVN-Me-Resource" becomes
"Svn-me-resource". That has uncovered a bug in the client: it does a
case-sensitive check for "SVN" before doing a case-insensitive check for
"svn-me-resource".

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2015-01-09 10:50:44 CET

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.