NSView (Internal) _updateTrackingAreas error

Has any seen a error like the following:
NSView (Internal) _updateTrackingAreas from a Mac app.

Could you be a bit more specific?

I have an app that was in the process of quitting then it crashed. The error log produced by the crash listed _updateTrackingAreas along with rbframework.dylib as being the cause of the issue.

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 rbframework.dylib 0x021634f4 0x2071000 + 992500
1 rbframework.dylib 0x02163544 0x2071000 + 992580
2 rbframework.dylib 0x02166d6f 0x2071000 + 1006959
3 com.apple.AppKit 0x9838c8cc -[NSView(NSInternal) _updateTrackingAreas] + 536
4 com.apple.AppKit 0x9838d5b3 __42-[NSView(NSInternal) _updateTrackingAreas]_block_invoke_0 + 33
5 com.apple.CoreFoundation 0x96f3e3b2 __NSArrayEnumerate + 594
6 com.apple.CoreFoundation 0x96f3df36 -[NSArray enumerateObjectsWithOptions:usingBlock:] + 102
7 com.apple.CoreFoundation 0x96f3de45 -[NSArray enumerateObjectsUsingBlock:] + 53
8 com.apple.AppKit 0x9838cbb3 -[NSView(NSInternal) _updateTrackingAreas] + 1279
9 com.apple.AppKit 0x9838c5a2 _handleInvalidCursorRectsNote + 890
10 com.apple.AppKit 0x98902207 __35-[NSWindow _postInvalidCursorRects]_block_invoke_02879 + 54
11 com.apple.CoreFoundation 0x96f37cdd _runLoopObserverWithBlockContext + 29
12 com.apple.CoreFoundation 0x96f0884e CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 30
13 com.apple.CoreFoundation 0x96f0878d __CFRunLoopDoObservers + 381
14 com.apple.CoreFoundation 0x96ee27f6 __CFRunLoopRun + 886
15 com.apple.CoreFoundation 0x96ee201a CFRunLoopRunSpecific + 378
16 com.apple.CoreFoundation 0x96ee1e8b CFRunLoopRunInMode + 123
17 com.apple.HIToolbox 0x99d10f5a RunCurrentEventLoopInMode + 242
18 com.apple.HIToolbox 0x99d10bf5 ReceiveNextEventCommon + 162
19 com.apple.HIToolbox 0x99d10b44 BlockUntilNextEventMatchingListInMode + 88
20 com.apple.AppKit 0x982b693a _DPSNextEvent + 724
21 com.apple.AppKit 0x982b616c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
22 rbframework.dylib 0x02170e21 0x2071000 + 1048097
23 com.apple.AppKit 0x984e0645 -[NSApplication _shouldTerminate] + 676
24 com.apple.AppKit 0x984df83c -[NSApplication terminate:] + 1143
25 rbframework.dylib 0x020c5d1e RuntimeRun + 318
26 com.new.blank 0x001f05c4 REALbasic._RuntimeRun + 34
27 com.new.blank 0x0000a958 _Main + 257
28 com.new.blank 0x000025ac % main + 36
29 com.new.blank 0x01c46b9b _start + 116
30 com.new.blank 0x01c46af1 start + 43

Joe, is the above crash info what you needed? Thanks.

Yes. Could you file a bug report with the whole crash report attached?

Ok it is 31329.

Joe or any body from Xojo is there a workaround for the crash we are experiencing above?

Thanks.