My example just happened to be the Messages App that I had crash info.
Application Specific Information: objc_msgSend() selector name: scrollView:boundsChangedForClipView:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8be9f0e9 objc_msgSend + 41
1 com.apple.AppKit 0x00007fff8d87389d -[NSView _postBoundsChangeNotification] + 143
2 com.apple.AppKit 0x00007fff8d8736da -[NSView translateOriginToPoint:] + 287
3 com.apple.AppKit 0x00007fff8d750580 -[NSClipView _immediateScrollToPoint:] + 2015
4 com.apple.AppKit 0x00007fff8d74fcfa -[NSClipView scrollToPoint:] + 241
5 com.apple.AppKit 0x00007fff8d872b4e -[NSScrollView scrollClipView:toPoint:] + 75
6 com.apple.AppKit 0x00007fff8d754909 -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1682
7 com.apple.AppKit 0x00007fff8d754090 -[NSClipView _reflectDocumentViewFrameChange] + 128
8 com.apple.AppKit 0x00007fff8d71da91 -[NSView _postFrameChangeNotification] + 206
9 com.apple.AppKit 0x00007fff8d7258db -[NSView setFrameSize:] + 2059
10 com.apple.MailUI 0x00007fff91533850 -[MUICollectionView setFrameSize:] + 105
11 com.apple.AppKit 0x00007fff8d724fc3 -[NSView setFrame:] + 464
12 com.apple.MailUI 0x00007fff9153421c -[MUICollectionView _updateGeometryIfNeeded] + 850
13 com.apple.MailUI 0x00007fff9153502f -[MUICollectionView scrollToCellAtIndex:constrainScroll:] + 504
14 com.apple.mail 0x0000000107d5a9c0 0x107d0f000 + 309696
15 com.apple.mail 0x0000000107d5a016 0x107d0f000 + 307222
16 com.apple.mail 0x0000000107d31fb3 0x107d0f000 + 143283
17 com.apple.Foundation 0x00007fff8c737a03 NSKeyValueNotifyObserver + 382
18 com.apple.Foundation 0x00007fff8c776036 -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1142
19 com.apple.AppKit 0x00007fff8d7736fa -[NSController _notifyObserversForKeyPath:change:] + 206
20 com.apple.AppKit 0x00007fff8d86f482 -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 54
21 com.apple.AppKit 0x00007fff8d77353f -[NSArrayController setContent:] + 768
22 com.apple.mail 0x0000000107d2fdf5 0x107d0f000 + 134645
23 com.apple.Foundation 0x00007fff8c7768aa -[NSObject(NSKeyValueCoding) setValue:forKey:] + 395
24 com.apple.AppKit 0x00007fff8d77c9f1 -[NSObjectParameterBinder _updateObject:observedController:observedKeyPath:context:] + 1618
25 com.apple.AppKit 0x00007fff8d773a83 -[NSObject(NSKeyValueBindingCreation) bind:toObject:withKeyPath:options:] + 758
26 com.apple.mail 0x0000000107d58fe8 0x107d0f000 + 303080
27 com.apple.mail 0x0000000107d69ef8 0x107d0f000 + 372472
28 com.apple.CoreFoundation 0x00007fff86306cdc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
29 com.apple.CoreFoundation 0x00007fff861f8244 _CFXNotificationPost + 3140
30 com.apple.Foundation 0x00007fff8c730c31 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
31 com.apple.mail 0x0000000107d69b3e 0x107d0f000 + 371518
32 com.apple.Foundation 0x00007fff8c86b0d8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
33 com.apple.Foundation 0x00007fff8c757695 -[NSBlockOperation main] + 97
34 com.apple.Foundation 0x00007fff8c73632c -[__NSOperationInternal _start:] + 653
35 com.apple.Foundation 0x00007fff8c735f33 __NSOQSchedule_f + 184
36 libdispatch.dylib 0x00007fff91f02c13 _dispatch_client_callout + 8
37 libdispatch.dylib 0x00007fff91f0ecbf _dispatch_main_queue_callback_4CF + 861
38 com.apple.CoreFoundation 0x00007fff8629dc79 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
39 com.apple.CoreFoundation 0x00007fff8625a30f __CFRunLoopRun + 2159
40 com.apple.CoreFoundation 0x00007fff86259858 CFRunLoopRunSpecific + 296
41 com.apple.HIToolbox 0x00007fff8faf8bcf RunCurrentEventLoopInMode + 235
42 com.apple.HIToolbox 0x00007fff8faf884e ReceiveNextEventCommon + 179
43 com.apple.HIToolbox 0x00007fff8faf878b _BlockUntilNextEventMatchingListInModeWithFilter + 71
44 com.apple.AppKit 0x00007fff8d6f17b1 _DPSNextEvent + 964
45 com.apple.AppKit 0x00007fff8d6f0f60 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
46 com.apple.AppKit 0x00007fff8d6e4db3 -[NSApplication run] + 594
47 com.apple.AppKit 0x00007fff8d6d0244 NSApplicationMain + 1832
48 libdyld.dylib 0x00007fff8608d5c9 start + 1
In th first Quote box we hopefully will show the OS version and the version of the App.
We then need someone who knows to say whether the two are compatible.
That and the Binary Images will hopefully show what is up.
I have spotted nothing obvious yet.