Re: unseen classes (pt. 2)
Re: unseen classes (pt. 2)
- Subject: Re: unseen classes (pt. 2)
- From: "Sven A. Schmidt" <email@hidden>
- Date: Tue, 21 Jan 2003 00:13:04 +0100
David,
make the following your main.m and you'll see on the console who's
getting released:
#import <AppKit/AppKit.h>
#import <Foundation/NSDebug.h>
int main(int argc, const char *argv[]) {
NSZombieEnabled = YES;
return NSApplicationMain(argc, argv);
}
Sven
On Montag, Januar 20, 2003, at 08:34 Uhr, David Cairns wrote:
I took all your input and it really helped to get rid of all those
annoying warnings. However, i was still getting SIGSEGV errors, so i
ran the debugger. From the debugger, i get an EXC_BAD_ACCESS error
whenever I click in the NSTableView or access the AddObj: method the
2nd or 3rd time. This thing is pretty consistent, so I think I must
be trying to release an already-released object.
To solve the first problem, i just commented-out the overloaded
(void)tableView:setObjectValue:forTableColumn:row:(int)row
method and recompiled, but it still happens. Any ideas?
-- dave
--------------------------------------------
"see you later, space cowboy..."
--------------------------------------------
_______________________________________________
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.