My app runs just fine on OS X version > 10.6.8.

On 10.6.8 it crashes.

The crash report indicates a bad object having called on it 
tableView:objectValueForTableColumn:row:

The eax register has a value that does not match any table being used in the 
app.

The call stack does not show reference to the app.

I have attempted to symbolicate this using atos but no results.

What is an appropriate methodology to determine the offending entry in the eax 
register?

========================
Application Specific Information:
objc_msgSend() selector name: tableView:objectValueForTableColumn:row:


Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
0   libobjc.A.dylib                     0x92f43f94 objc_msgSend + 36
1   com.apple.AppKit                    0x9179a1da -[NSTableView 
preparedCellAtColumn:row:] + 335
2   com.apple.AppKit                    0x917b46bc -[NSTableView 
_drawContentsAtRow:column:withCellFrame:] + 56
3   com.apple.AppKit                    0x917b372a -[NSTableView 
drawRow:clipRect:] + 1131
4   com.apple.AppKit                    0x917b3162 -[NSTableView 
drawRowIndexes:clipRect:] + 360
5   com.apple.AppKit                    0x917b1b3b -[NSTableView drawRect:] + 
1144
6   com.apple.AppKit                    0x917a76f1 -[NSView _drawRect:clip:] + 
3721
7   com.apple.AppKit                    0x917a4dbd -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 2217
8   com.apple.AppKit                    0x917a5750 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 4668
9   com.apple.AppKit                    0x917a5750 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 4668
10  com.apple.AppKit                    0x917a5750 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 4668
11  com.apple.AppKit                    0x917a5750 -[NSView 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 4668
12  com.apple.AppKit                    0x917a434f -[NSThemeFrame 
_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:]
 + 265
13  com.apple.AppKit                    0x917a0c96 -[NSView 
_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
14  com.apple.AppKit                    0x9170184b -[NSView displayIfNeeded] + 
818
15  com.apple.AppKit                    0x916cab64 -[NSWindow displayIfNeeded] 
+ 204
16  com.apple.AppKit                    0x916fc07e _handleWindowNeedsDisplay + 
696
17  com.apple.Foundation                0x991ef484 __NSFireTimer + 141
18  com.apple.CoreFoundation            0x98832a3b __CFRunLoopRun + 8059
19  com.apple.CoreFoundation            0x988303c4 CFRunLoopRunSpecific + 452
20  com.apple.CoreFoundation            0x988301f1 CFRunLoopRunInMode + 97
21  com.apple.HIToolbox                 0x98e56e04 RunCurrentEventLoopInMode + 
392
22  com.apple.HIToolbox                 0x98e56af5 ReceiveNextEventCommon + 158
23  com.apple.HIToolbox                 0x98e56a3e 
BlockUntilNextEventMatchingListInMode + 81
24  com.apple.AppKit                    0x916d2595 _DPSNextEvent + 847
25  com.apple.AppKit                    0x916d1dd6 -[NSApplication 
nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
26  com.apple.AppKit                    0x916941f3 -[NSApplication run] + 821
27  com.apple.AppKit                    0x9168c289 NSApplicationMain + 574
28  com.britonleap.Embrilliance         0x0001d938 main + 824
29  com.britonleap.Embrilliance         0x00002985 start + 53
==============================






-rags




_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to