Oh right! That was it.
Bob
On Sep 13, 2011, at 3:44 PM, Dar Scott wrote:
> I have seen a hang in the IDE when there is an answer/ask during quitting.
>
> On OS X you can use the Console for looking at both error messages (even your
> own written to stdout) and crash logs.
>
> Dar
__
Did that do any good?
On Sep 13, 2011, at 7:15 PM, william humphrey wrote:
> Turns out I can't figure out a way to distinguish between close stack and
> the application quitting so I just got rid of the dialogue instead.
>
> On Tue, Sep 13, 2011 at 8:56 PM, william humphrey <
> b...@bluewaterm
Turns out I can't figure out a way to distinguish between close stack and
the application quitting so I just got rid of the dialogue instead.
On Tue, Sep 13, 2011 at 8:56 PM, william humphrey <
b...@bluewatermaritime.com> wrote:
> That's something I hadn't considered. I'll change it so the dialo
That's something I hadn't considered. I'll change it so the dialogue
doesn't come up on quit (only when that stack is closed).
Thanks.
On Tue, Sep 13, 2011 at 6:44 PM, Dar Scott wrote:
> I have seen a hang in the IDE when there is an answer/ask during quitting.
>
>
I have seen a hang in the IDE when there is an answer/ask during quitting.
On OS X you can use the Console for looking at both error messages (even your
own written to stdout) and crash logs.
Dar
On Sep 13, 2011, at 3:25 PM, william humphrey wrote:
> I'm trying to track an occasional freeze
Thanks Bob. I'm using a clean copy of LiveCode with no helpers (although
there is one helper which I really like which I don't use as much as I'd
like because it causes crashes in conflict with List Magic).
On Tue, Sep 13, 2011 at 6:26 PM, Bob Sneidar wrote:
> Are you using alternative debuggers
Are you using alternative debuggers? I have discovered that the one I use will
sometimes lock if I generate an error on quit. It may be something I am doing
wrong so I will not name it here, but it was pretty pervasive. Make sure you
don't have breakpoints in your closestack handler. It may be n
I'm trying to track an occasional freeze crash of LiveCode. It happens when
I shut-down the stack after closing the Valentina database connection. I
have code that checks to see if the database is already shut down and my
error message comes up saying: "database already closed" and then it
freezes