Re: Stack overflow error
Re: Stack overflow error
- Subject: Re: Stack overflow error
- From: Eric Schult <email@hidden>
- Date: Fri, 28 Sep 2001 17:04:48 -0500
>
I have a huge script (92k) which when run as an application reports a
>
"stack overflow error". It uses MacSQL Monitor 1.6.3, Quark and Finder.
Tom -
I've seen that happen when trying to write a large block of text to a text
file in one large chunk. Specifically, when I was using the appendtofile or
writetofile commands with Tanaka's OSAX, I'd get a stack overflow if the
text block was over a certain character count. I worked around it by
breaking up the text into several concurrent appendtofile commands.
It never had anything to do with the script size. I have many scripts that
are five or ten times the size you mentioned.
WES