• 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: NSURL Bug?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSURL Bug?


  • Subject: Re: NSURL Bug?
  • From: Evan DiBiase <email@hidden>
  • Date: Wed, 26 Jun 2002 15:53:48 -0400

To clarify:

On Wednesday, June 26, 2002, at 03:15 PM, Evan DiBiase wrote:

#import <Foundation/Foundation.h>

int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];

// insert code here...

There is no code to insert; this is just from the Project Builder template. The bug appears to occur between here and

NSURL *myURL = [[NSURL alloc] init];

[myURL release];

here.

[pool release];
return 0;
}

Additionally, the backtrace for the crash is:

#0 0x70162e44 in CFRelease ()
#1 0x7016f2d8 in CFDictionaryRemoveAllValues ()
#2 0x70162fb8 in CFRelease ()
#3 0x7083f680 in -[NSURL release] ()
#4 0x00002d44 in main (argc=1, argv=0xbffffcc0) at main.m:9/Users/evand/Desktop/Development/NSURLCrasher/
#5 0x000029bc in _start ()
#6 0x000027ec in start ()

I've put the project folder up at http://homepage.mac.com/edibiase/NSURLCrasher.sit (note that the project was created using the April 2002 development tools).

-Evan
_______________________________________________
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: 
 >NSURL Bug? (From: Evan DiBiase <email@hidden>)

  • Prev by Date: Re: NSURL Bug?
  • Next by Date: Re: NSURL Bug?
  • Previous by thread: Re: NSURL Bug?
  • Next by thread: Re: NSURL Bug?
  • Index(es):
    • Date
    • Thread