Re: Stumped by EXEC_BAD_ACCESS

2009-07-31 Thread Greg Parker
On Jul 30, 2009, at 1:37 PM, David Blanton wrote: When I quit my application it ends as expected. When I close the last window I get the EXEC_BAD_ACCESS message. Following Greg Parker's 2006 post at CocoaBuilder I get the following which according to that post respondsToSelector:" is being

Re: Stumped by EXEC_BAD_ACCESS

2009-07-30 Thread Kyle Sluder
On Jul 30, 2009, at 1:37 PM, David Blanton wrote: Following Greg Parker's 2006 post at CocoaBuilder I get the following which according to that post respondsToSelector:" is being called on a nil object. Messages to nil do not cause a crash. You have a memory management bug. Turn on NSZ

Re: Stumped by EXEC_BAD_ACCESS

2009-07-30 Thread Graham Cox
On 31/07/2009, at 6:37 AM, David Blanton wrote: When I quit my application it ends as expected. When I close the last window I get the EXEC_BAD_ACCESS message. Following Greg Parker's 2006 post at CocoaBuilder I get the following which according to that post respondsToSelector:" is being