Internal Table Overflow
Internal Table Overflow
- Subject: Internal Table Overflow
- From: Guillaume Borios <email@hidden>
- Date: Mon, 22 Oct 2001 10:23:28 +0200
Hi all,
I'm generating a quite large script wih a Cocoa app. When I try to
compile it using any tool, the tools crashes after a few minutes. Using
osacompile in the Terminal, I get a segfault (->crash). After
simplifying my script it turns out the *real error* returned is :
internal table overflow. So in some circumstances (the code that makes
osacompile crash was inside if, repeat an tell statements) the error
might not be caught and this leads directly to a segfault.
Note that if I reduce the amount of similar commands the scripts
compiles and runs well.
So my questions are :
Is this bug known? planned to be fixed?
What are the *internal tables* actual limits?
Do I have to find another solution for my script, or is there a
workaround for my problem, something with which I can bypass this
bug/limitation?
Thanx,
-gyom