• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: unseen classes (pt. 2)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >unseen classes (pt. 2) (From: David Cairns <email@hidden>)

  • Prev by Date: Re: saving SplitView positions
  • Next by Date: drag and drop promise HFS and NSOutlineView
  • Previous by thread: unseen classes (pt. 2)
  • Next by thread: Subscripts and superscripts in NSButton
  • Index(es):
    • Date
    • Thread