[NSTableView selectedCell] crash
[NSTableView selectedCell] crash
- Subject: [NSTableView selectedCell] crash
- From: Eric Blenkush <email@hidden>
- Date: Mon, 21 Oct 2002 16:51:10 -0700
Hi,
I am having trouble tracking down the cause of a crash. It occurs in
multiple places but always happens in the selectedCell method. The cell
is null but in that case, according to the apple docs, selectedCell
should return nil. I have also seen a SIGABRT here at other times. Any
ideas anyone? Could this be a bug in the libraries or is it something
simple ive overlooked?
Thanks,
Eric
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
#0 0x9068ba54 in objc_msgSend
#1 0x932d6bf8 in -[NSTableView selectedCell]
#2 0x930be2c8 in -[NSActionCell setFont:]
#3 0x9310ddd0 in -[NSCell copyWithZone:]
#4 0x932ef9e8 in -[NSTextFieldCell copyWithZone:]
#5 0x932d4fd8 in -[NSTableView editColumn:row:withEvent:select:]
#6 0x0003a254 in 0x3a254
#7 0x9336dfd4 in -[NSWindow sendEvent:]
#8 0x930ce328 in -[NSApplication sendEvent:]
#9 0x930ca524 in -[NSApplication run]
#10 0x930d2598 in NSApplicationMain
#11 0x00004598 in 0x4598
#12 0x00004188 in 0x4188
#13 0x00004008 in 0x4008
_______________________________________________
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.