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

Re: build-svn-deps-win.pl: error testing pcre

From: Johan Corveleyn <jcorvel_at_gmail.com>
Date: Mon, 3 Jun 2013 22:34:45 +0200

On Mon, Jun 3, 2013 at 10:13 AM, Philip Martin
<philip.martin_at_wandisco.com> wrote:
> Johan Corveleyn <jcorvel_at_gmail.com> writes:
>
>> ** Test 2 requires a lot of stack. PCRE can be configured to
>> ** use heap for recursion. Otherwise, to pass Test 2
>> ** you generally need to allocate 8 mb stack to PCRE.
>> ** See the 'pcrestack' page for a discussion of PCRE's
>> ** stack usage.
>> ]]]
>>
>> So perhaps this test won't run on my ancient Windows XP (no idea why
>> others wouldn't get this error, and I would).
>
> I get the same error on my Windows 7 machine with VS2010.

Thanks. At least that means it's not a local problem. So perhaps it's
an issue with pcre's build with VS 2010.

Googling around, I didn't find much related to pcre and VS 2010.

These MSDN pages suggest the default stack size (with VS 2012, I
suppose it's the same for 2010) is 1 MB:

http://msdn.microsoft.com/en-us/library/tdkhxaks.aspx
http://msdn.microsoft.com/en-us/library/8cxs58a6.aspx

So I suppose this problem is expected with Visual Studio and pcre. But
I'd expect it to be the same for 2012 then ...

--
Johan
Received on 2013-06-03 22:35:37 CEST

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.