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

NSPopAutoreleasePool


  • Subject: NSPopAutoreleasePool
  • From: Sunil <email@hidden>
  • Date: Mon, 13 Sep 2004 17:05:01 +0530

Hi All,
I tried a lot , but i am unable to resolve this issue. I am doing a Cocoa App which is behaving abnormally. It gives the following log and crashes . I think these are something due to releasing the objects which are there in autorelease pool. But i am unable to figure them out. Can anyone please help me in figuring it out. Please send me your suggestions. Sometimes it works without any problem.
thanks,
Sunil


Thread 0 Crashed:
0 libobjc.A.dylib 0x90831234 objc_msgSend + 0x14
1 com.apple.AppKit 0x92dc4ff0 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 0x6c
2 com.apple.CoreFoundation 0x9019f3bc CFArrayApplyFunction + 0x198
3 com.apple.AppKit 0x92dc5024 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 0xa0
4 com.apple.CoreFoundation 0x9019f3bc CFArrayApplyFunction + 0x198
5 com.apple.AppKit 0x92dc5024 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 0xa0
6 com.apple.CoreFoundation 0x9019f3bc CFArrayApplyFunction + 0x198
7 com.apple.AppKit 0x92dc5024 -[NSView _propagateDirtyRectsToOpaqueAncestors] + 0xa0
8 com.apple.AppKit 0x92ded878 -[NSView displayIfNeeded] + 0x50
9 com.apple.AppKit 0x92e8e224 -[NSControl mouseDown:] + 0xb8
10 com.apple.AppKit 0x92e027c4 -[NSWindow sendEvent:] + 0x10e4
11 com.apple.AppKit 0x92df4e98 -[NSApplication sendEvent:] + 0xebc
12 com.apple.AppKit 0x92dfd2a0 -[NSApplication run] + 0x240
13 com.apple.AppKit 0x92eb95f0 NSApplicationMain + 0x1d0
14 main.ob 0x002f6f74 main + 0x38 (main.m:13)
15 com.apple.myCocoaApp 0x00001fac start + 0x1bc
16 com.apple.myCocoaApp 0x00001e20 start + 0x30


/////////////////////////////////////////////////////////////////////// ////////

Thread 0 Crashed:
0 libobjc.A.dylib 0x90831234 objc_msgSend + 0x14
1 com.apple.AppKit 0x92dffe3c -[NSCell _contents] + 0x64
2 com.apple.AppKit 0x92dfa408 -[NSActionCell setObjectValue:] + 0x90
3 com.apple.AppKit 0x92ded584 -[NSTableView drawRow:clipRect:] + 0x1b0
4 com.apple.AppKit 0x92e1eecc -[NSTableView drawRect:] + 0x378
5 com.apple.AppKit 0x92dc73e8 -[NSView _drawRect:clip:] + 0x6b4
6 com.apple.AppKit 0x92dd7de4 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 0xe8
7 com.apple.AppKit 0x92dc37bc -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x9c
8 com.apple.AppKit 0x92dc3bd8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x4b8
9 com.apple.AppKit 0x92dc3bd8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x4b8
10 com.apple.AppKit 0x92dc3bd8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x4b8
11 com.apple.AppKit 0x92dc3bd8 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x4b8
12 com.apple.AppKit 0x92e10518 -[NSFrameView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0x124
13 com.apple.AppKit 0x92df76e8 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect: rectIsVisibleRectForView:topView:] + 0xc0
14 com.apple.AppKit 0x92dd49b8 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 0x180
15 com.apple.AppKit 0x92ded8d0 -[NSView displayIfNeeded] + 0xa8
16 com.apple.AppKit 0x92dfe598 -[NSWindow displayIfNeeded] + 0xb4
17 com.apple.AppKit 0x92ddecc0 _handleWindowNeedsDisplay + 0xe0
18 com.apple.CoreFoundation 0x90191ed0 __CFRunLoopDoObservers + 0x194
19 com.apple.CoreFoundation 0x9019176c __CFRunLoopRun + 0x18c
20 com.apple.CoreFoundation 0x901960bc CFRunLoopRunSpecific + 0x148
21 com.apple.HIToolbox 0x927d632c RunCurrentEventLoopInMode + 0xac
22 com.apple.HIToolbox 0x927dca0c ReceiveNextEventCommon + 0xf4
23 com.apple.HIToolbox 0x927feb28 BlockUntilNextEventMatchingListInMode + 0x60
24 com.apple.AppKit 0x92dd25b8 _DPSNextEvent + 0x180
25 com.apple.AppKit 0x92de8f34 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 0x74
26 com.apple.AppKit 0x92dfd27c -[NSApplication run] + 0x21c
27 com.apple.AppKit 0x92eb95f0 NSApplicationMain + 0x1d0
28 main.ob 0x002f6f74 main + 0x38 (main.m:13)
29 com.apple.myCocoaApp 0x00001fac start + 0x1bc
30 com.apple.myCocoaApp 0x00001e20 start + 0x30


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


  • Follow-Ups:
    • Re: NSPopAutoreleasePool
      • From: Chris Hanson <email@hidden>
    • Re: NSPopAutoreleasePool
      • From: Allan Odgaard <email@hidden>
  • Prev by Date: Re: Limit the length of a string in a nstextfield
  • Next by Date: Re: NSPopAutoreleasePool
  • Previous by thread: Re: Limit the length of a string in a nstextfield
  • Next by thread: Re: NSPopAutoreleasePool
  • Index(es):
    • Date
    • Thread