Hello,
I am not sure where to put this but here it is. Every once in a great while, my app will crash--it just quits and disappears. The crash report is always the same. A snippit is below. It always happens when I am scrolling up and down in an open document. It seems like this is something in the Appkit and is out of my control. But there is always the possibility that this is a result of something I am doing although I can't figure out what it is. As I mentioned, it is very infrequent--maybe once a month? Any ideas?
Application Specific Information:
objc_msgSend() selector name: scrollView:scrollWheelWithEvent:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff762bc69d objc_msgSend + 29
1 com.apple.AppKit 0x00007fff49366033 forwardMethod + 211
2 com.apple.AppKit 0x00007fff49414bb2 -[NSView scrollWheel:] + 341
3 com.apple.AppKit 0x00007fff49366033 forwardMethod + 211
4 com.apple.AppKit 0x00007fff49414bb2 -[NSView scrollWheel:] + 341
5 com.apple.AppKit 0x00007fff49366033 forwardMethod + 211
6 com.apple.AppKit 0x00007fff49414bb2 -[NSView scrollWheel:] + 341
7 com.apple.AppKit 0x00007fff49366033 forwardMethod + 211
8 com.apple.AppKit 0x00007fff49414bb2 -[NSView scrollWheel:] + 341
9 com.apple.AppKit 0x00007fff49366033 forwardMethod + 211
10 com.apple.AppKit 0x00007fff49414bb2 -[NSView scrollWheel:] + 341
11 com.apple.AppKit 0x00007fff492a2367 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 6840
12 com.apple.AppKit 0x00007fff492a0667 -[NSWindow(NSEventRouting) sendEvent:] + 478
13 com.apple.AppKit 0x00007fff49140626 -[NSApplication(NSEvent) sendEvent:] + 2310
14 com.apple.AppKit 0x00007fff4912e5e0 -[NSApplication run] + 755
15 com.apple.AppKit 0x00007fff4911dae8 NSApplicationMain + 777
16 libdyld.dylib 0x00007fff77a983d5 start + 1