Re: Very odd program hang??
Re: Very odd program hang??
- Subject: Re: Very odd program hang??
- From: Mark de Jong <email@hidden>
- Date: Sun, 21 Jul 2002 16:34:41 -0700
Andrew,
Hmmm... this sounds bizarre. You don't see anything at all in the
console? Or do you mean you don't see anything that seems to relate to
the problem?
If you haven't done so, I'd run this in gdb with a breakpoint set to
catch uncaught exceptions.
(gdb) break -[NSException raise])
I have found all kinds of weird bugs in my code this way. :-)
HTH,
-- Mark
On Sunday, July 21, 2002, at 04:21 PM, Andrew Merenbach wrote:
I'm working on a big program at the moment, and I'm encountering the
same sort of error I encountered while using AppleScript Studio to do
my work: when I enter a value of 200 into a certain text field and
click a button, my program hangs and I need to force quit. This was
the main reason I switched to Cocoa in the first place, and though I'm
very glad I did, this is disconcerting. Nothing appear in the Console
(both in Project Builder and in /Applications/Utilities/), and this
only seems to happen when I enter a large number. (The oddest thing is
that the windows that hang my program now are the exact same ones that
caused the crash under AppleScript Studio.)
My program functions differently from the AS-S one, too, in that it
sends calculations to the BC calculator program, so I haven't told my
program to do any arithmetic on its own.
Any suggestions? Is this a known problem? Will it be fixed in Jaguar?
Thanks in advance,
Andrew Merenbach
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.