FROM : Kyle Sluder
DATE : Sun May 11 23:47:59 2008
On Sun, May 11, 2008 at 5:19 PM, Colin Cornaby <colin.<email_removed>> wrote:
> #0 0x94eb4993 in NSKVODeallocateBreak
> #1 0x94e267c4 in NSKVODeallocate
> #2 0x94d7d57f in NSPopAutoreleasePool
> #3 0x945b1e54 in -[NSApplication run]
> #4 0x9457f030 in NSApplicationMain
> #5 0x00008208 in main at main.m:13
See stack frame #2? You should immediately have recognized that you
have a memory management issue on your hands. You're failing to
retain the object somewhere.
--Kyle Sluder
DATE : Sun May 11 23:47:59 2008
On Sun, May 11, 2008 at 5:19 PM, Colin Cornaby <colin.<email_removed>> wrote:
> #0 0x94eb4993 in NSKVODeallocateBreak
> #1 0x94e267c4 in NSKVODeallocate
> #2 0x94d7d57f in NSPopAutoreleasePool
> #3 0x945b1e54 in -[NSApplication run]
> #4 0x9457f030 in NSApplicationMain
> #5 0x00008208 in main at main.m:13
See stack frame #2? You should immediately have recognized that you
have a memory management issue on your hands. You're failing to
retain the object somewhere.
--Kyle Sluder
| Related mails | Author | Date |
|---|---|---|
| Colin Cornaby | May 11, 22:36 | |
| Hamish Allan | May 11, 23:08 | |
| Colin Cornaby | May 11, 23:19 | |
| Kyle Sluder | May 11, 23:47 | |
| Colin Cornaby | May 11, 23:53 | |
| Mike Abdullah | May 12, 00:09 | |
| Adam R. Maxwell | May 12, 00:13 |






Cocoa mail archive

