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

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 02:01:52PM +, Philip Martin wrote: > Typically the client will first send an OPTIONS request and get back a > 401 or a 200. The client will then send further OPTIONS and PROPFIND > requests. Can you identify which request and response is causing the > crash? Also whic

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

2015-01-06 Thread Stefan Sperling
On Tue, Jan 06, 2015 at 02:01:52PM +, Philip Martin wrote: > The crash is happening in the code that parses the status line, > i.e. when handling something like > > HTTP/1.1 200 OK > > or > > HTTP/1.1 207 Multi-Status > > or > > HTTP/1.1 401 Authorization Required > Breakpoint 1,

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

2015-01-06 Thread Philip Martin
writes: > Here a description of the architecture we are using: > - a http-proxy is running on 127.0.0.1:7771 which builds a secure > https tunnel to a special reverse proxy, using a certificate from a > smart-card > - the reverse proxy then connects to the apache server used as > subversion