CC problem in latest build

^C in latest (.2093) Fire crashes. Open any file add a method and do ^C or use menu and it crashes with

Thread 0 Crashed:: Fire Main Thread Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffa251cdd6 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffa2608787 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffa2482420 abort + 129
3 libmono-2.0.dylib 0x0000000105a82262 mono_handle_native_sigsegv + 578
4 libmono-2.0.dylib 0x0000000105adc05a mono_arch_handle_altstack_exception + 90
5 libmono-2.0.dylib 0x00000001059e289e mono_sigsegv_signal_handler + 430
6 libsystem_platform.dylib 0x00007fffa25fbbba _sigtramp + 26
7 ??? 000000000000000000 0 + 0
8 com.remobjects.fire 0x0000000104b740d7 -[RemObjects_Elements_Linq__Extensions__RemObjects_Elements_Linq__Extensions.d__7 countByEnumeratingWithState:objects:count:] + 119
9 com.remobjects.fire 0x0000000104b6fe21 +[RemObjects_Elements_Linq__Extensions FirstOrDefault:] + 81
10 com.remobjects.fire 0x0000000104fa7bc9 -[FCECanvasCodeSnippet applyFixIts:] + 73
11 com.remobjects.fire 0x0000000104fca253 FCECanvasCodeSnippet__FCECanvasCodeSnippet.<>c__DisplayClass35 b__0$0 + 243
12 libdispatch.dylib 0x00007fffa23c0ef7 _dispatch_call_block_and_release + 12
13 libdispatch.dylib 0x00007fffa23b80b8 _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fffa23c5b4b _dispatch_main_queue_callback_4CF + 925
15 com.apple.CoreFoundation 0x00007fff8cedb529 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
16 com.apple.CoreFoundation 0x00007fff8ce9c46d __CFRunLoopRun + 2205
17 com.apple.CoreFoundation 0x00007fff8ce9b974 CFRunLoopRunSpecific + 420
18 com.apple.HIToolbox 0x00007fff8c427a5c RunCurrentEventLoopInMode + 240
19 com.apple.HIToolbox 0x00007fff8c427891 ReceiveNextEventCommon + 432
20 com.apple.HIToolbox 0x00007fff8c4276c6 _BlockUntilNextEventMatchingListInModeWithFilter + 71
21 com.apple.AppKit 0x00007fff8a9cd5b4 _DPSNextEvent + 1120
22 com.apple.AppKit 0x00007fff8b147d6b -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2789
23 com.apple.AppKit 0x00007fff8a9c1f35 -[NSApplication run] + 926
24 com.apple.AppKit 0x00007fff8a98c850 NSApplicationMain + 1237
25 com.remobjects.fire 0x0000000104b620c5 +[Program Main::] + 261
26 libdyld.dylib 0x00007fffa23ee255 start + 1

Confirmed, thanx. something broken with LINQ :frowning: