Craig A. Berry wrote:
Since applying this patch, Perl builds up to the point where it tries
to run the Makefile.PL for the first extension, at which point it
rapidly consumes all available stack space (after apparently writing
a complete descrip.mms). This is with a thread-enabled build.
Obviously we are so far not having the desired effect of reducing
stack space usage.
Obviously I have an error somewhere.
Change 26344 is suggesting to me that my vmsish.h is out of sync with
blead also because there should not be any conflicts with using the
system supplied utime.h file so that time values are properly modified
on ODS-5 volumes.
I will try to see if I can set up to do a threaded build tonight to see
if I can reproduce this stack overflow problem.
My guess is that I missed a case where sizeof() was being used on what
formerly was a stack allocated array, and this is somehow only affecting
the threaded path.
-John
[EMAIL PROTECTED]
Personal Opinion Only