Copyright Digital Equipment Corp. All rights reserved.

STKALLEXC

Message        Allocations to stack exceeded maximum stack size

Description    A routine uses more stack space than is available on
               this platform.  This is most often caused by
               declaring too many large automatic variables.

User Action    Reduce the size required by the automatic variables.