• 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
Instruments runs forever
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Instruments runs forever


  • Subject: Instruments runs forever
  • From: Steve Wetzel <email@hidden>
  • Date: Fri, 26 Dec 2008 16:23:59 -0600

I am running a very small program and when I run with instruments it runs forever. The program is:

//  main.m
#import <Cocoa/Cocoa.h>
#import "Fraction.h"
int main(int argc, char *argv[])
{
	NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
	int i = 1;
	Fraction *f = [[Fraction alloc] init];
	[f setNumerator:i];
	[f setDenominator:i];
	[pool release];
}

I have synthesized the properties in my Fraction class.

When I have run instruments in the past it always would stop. Right now this program is running in instruments for over 4 minutes. What is wrong?

Steve Wetzel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Interface Builder and NSView isFlipped
  • Next by Date: Fwd: Using Xcode for *GNUstep* Development
  • Previous by thread: Interface Builder and NSView isFlipped
  • Next by thread: Fwd: Using Xcode for *GNUstep* Development
  • Index(es):
    • Date
    • Thread