NSOutlineView crash?
NSOutlineView crash?
- Subject: NSOutlineView crash?
- From: Alex Rice <email@hidden>
- Date: Fri, 29 Nov 2002 00:27:58 -0700
I occasionally get this crash with the stack trace apparently deep
within the guts of NSOutlineView. I can't make it occur it repeatably,
and it's kinda got me wondering if it's something in my code, or in
NSOutlineView. It occurs when I collapse an item with several children.
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000009
Thread 0 Crashed:
#0 0x9013236c in CFRetain
#1 0x901424ac in CFDictionaryAddValue
#2 0x90141720 in CFDictionaryCreate
#3 0x907f1bec in -[NSPlaceholderDictionary
initWithObjects:forKeys:count:]
#4 0x907f74ec in +[NSDictionary dictionaryWithObjectsAndKeys:]
#5 0x9323db84 in -[NSOutlineView _postItemDidCollapseNotification:]
#6 0x9323ca80 in -[NSOutlineView
_collapseItemEntry:collapseChildren:clearExpandState:recursionLevel:]
#7 0x9323c768 in -[NSOutlineView
_collapseItem:collapseChildren:clearExpandState:]
#8 0x9323c5bc in -[NSOutlineView collapseItem:collapseChildren:]
#9 0x9323e9c4 in -[NSOutlineView
mouseTracker:didStopTrackingWithEvent:]
#10 0x9322957c in -[NSMouseTracker stopTrackingWithEvent:]
#11 0x93229284 in -[NSMouseTracker
trackWithEvent:inView:withDelegate:]
#12 0x9323e30c in -[NSOutlineView mouseDown:]
#13 0x9336dfd4 in -[NSWindow sendEvent:]
#14 0x930ce328 in -[NSApplication sendEvent:]
#15 0x930ca524 in -[NSApplication run]
#16 0x930d2598 in NSApplicationMain
#17 0x00002b24 in main (main.m:6)
#18 0x000028a8 in _start (crt.c:267)
#19 0x00002728 in start
Alex Rice <email@hidden>
Mindlube Software
http://mindlube.com/
_______________________________________________
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.