Re: Clicking on a disabled ComboBox / FwUp: Window-closing sequence...
Re: Clicking on a disabled ComboBox / FwUp: Window-closing sequence...
- Subject: Re: Clicking on a disabled ComboBox / FwUp: Window-closing sequence...
- From: "Erik M. Buck" <email@hidden>
- Date: Wed, 30 Jan 2002 11:30:09 -0600
- Organization: EMB & Assocites Inc.
>
A "bad access" message appears and, if one is using gdb, the stack
>
frame area remains empty for, say, ten seconds or more; then, it
>
fills up with a very large list, more than 500 items, where no one
>
seems to refer to an application-specific method. I'm not so precise
>
here, since I'm just asking whether my story is a well-known one.
>
You are describing infinite recursion. Look for a repeating pattern in the
gdb stack trace. Put a break point at a strategic point in the repeating
pattern of calls. Re-run and find out how the recursion started. Then
don't do that.