Re: Release build serf test failures
From: Paul Burba <ptburba_at_gmail.com>
Date: Tue, 3 Nov 2009 16:29:43 -0500
On Tue, Nov 3, 2009 at 2:12 PM, Lieven Govaerts <svnlgo_at_mobsol.be> wrote:
I've done a lot of printf debugging already, the problem occurs before
1346: err = ctx->response_handler(request,response,
Rather it is back on
1228: status = serf_bucket_response_wait_for_headers(response);
Where the problem manifests itself. The status comes back as 70014
1244: if (strcmp(ctx->method, "HEAD") != 0 && sl.code != 204 &&
Which segfaults because ctx isn't valid. The debug build *never*
All the other failing tests besides #78 have a valid ctx so we enter
------------------------------------------------------
|
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.