Because most of the applications have a white background, I use the OSX's invert colors options so to reduce eye strain with prolonged use.
Always when switching between normal and inverted colors, svnX crashes with the following backtrace:
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff6480ae9d objc_msgSend + 29
1 com.apple.CoreFoundation 0x00007fff3de34cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
2 com.apple.CoreFoundation 0x00007fff3de34baa _CFXRegistrationPost + 442
3 com.apple.CoreFoundation 0x00007fff3de348f2 ___CFXNotificationPost_block_invoke + 50
4 com.apple.CoreFoundation 0x00007fff3ddf26d0 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1664
5 com.apple.CoreFoundation 0x00007fff3ddf1803 _CFXNotificationPost + 595
6 com.apple.Foundation 0x00007fff3feb4477 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
7 com.apple.AppKit 0x00007fff3b850dd7 -[NSApplication _axContrastChanged:] + 71
8 com.apple.CoreFoundation 0x00007fff3de34cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
9 com.apple.CoreFoundation 0x00007fff3de34baa _CFXRegistrationPost + 442
10 com.apple.CoreFoundation 0x00007fff3de348f2 ___CFXNotificationPost_block_invoke + 50
11 com.apple.CoreFoundation 0x00007fff3ddf26d0 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1664
12 com.apple.CoreFoundation 0x00007fff3ddf1803 _CFXNotificationPost + 595
13 com.apple.Foundation 0x00007fff3feb4477 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
14 com.apple.CoreFoundation 0x00007fff3de34cbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
15 com.apple.CoreFoundation 0x00007fff3de34c4f ___CFXRegistrationPost_block_invoke + 63
16 com.apple.CoreFoundation 0x00007fff3de3d68c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12
17 com.apple.CoreFoundation 0x00007fff3de200a3 __CFRunLoopDoBlocks + 275
18 com.apple.CoreFoundation 0x00007fff3de1fe68 __CFRunLoopRun + 3128
19 com.apple.CoreFoundation 0x00007fff3de1efa3 CFRunLoopRunSpecific + 483
20 com.apple.HIToolbox 0x00007fff3d13e866 RunCurrentEventLoopInMode + 286
21 com.apple.HIToolbox 0x00007fff3d13e5d6 ReceiveNextEventCommon + 613
22 com.apple.HIToolbox 0x00007fff3d13e354 _BlockUntilNextEventMatchingListInModeWithFilter + 64
23 com.apple.AppKit 0x00007fff3b43ba23 _DPSNextEvent + 2085
24 com.apple.AppKit 0x00007fff3bbd0e6c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
25 com.apple.AppKit 0x00007fff3b430831 -[NSApplication run] + 764
26 com.apple.AppKit 0x00007fff3b3ff9d2 NSApplicationMain + 804
27 app.svnx.two 0x0000000100001da4 0x100000000 + 7588
To Invert colors, go to System Preferences > Keyboard > Shortcuts > Accessibility > Invert Colors, and assign a shortcut.
I was wondering if you guys knew about it, and if anyone else can reproduce it.