On Fri, 2012-10-19 at 20:14 +0000, Chris Young wrote: > On Fri, 19 Oct 2012 01:18:01 +0100, John-Mark Bell wrote: > > How big is the process stack on AmigaOS 4? Recursion in html_redraw can > > result in decidedly nested stack frames, which may be a problem if the > > stack's too small. > > Ah, very good point. I had it set to 64K, and with some limited stack > examination, I see that it does indeed run out in html_redraw on some > pages (bumping it up to 128K solves that problem, I'll close the bug > report for that and feel silly to not have checked the stack earlier).
Well, that's something, at least! > Unfortunately that isn't the issue with this particular page. Bah :( > > Beyond that, I guess we'll need you to enumerate the differences between > > the autobuilder and your build environment. > > Something I did notice is that libcurl is pinned at an old version - > is there any particular reason for that? > > I'm using: > curl_version libcurl/7.26.0 OpenSSL/1.0.1c zlib/1.2.7 librtmp/2.3 > > The auto-built version reports: > curl_version libcurl/7.21.3 OpenSSL/1.0.1c zlib/1.2.7 Not for any reason that I can recall. I guess we should remove the pin and see what happens :) J.
