Skip to content

Instantly share code, notes, and snippets.

@pashields
Created November 4, 2010 01:42
Show Gist options
  • Save pashields/662016 to your computer and use it in GitHub Desktop.
Save pashields/662016 to your computer and use it in GitHub Desktop.
bad run
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
iPhone Simulator 225, iPhone OS 4.1 (iPhone/8B117)
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[RKTStatus request]: unrecognized selector sent to class 0x2dbc8'
*** Call stack at first throw:
(
0 CoreFoundation 0x02923b99 __exceptionPreprocess + 185
1 libobjc.A.dylib 0x02a7340e objc_exception_throw + 47
2 CoreFoundation 0x0292576b +[NSObject(NSObject) doesNotRecognizeSelector:] + 187
3 CoreFoundation 0x028952b6 ___forwarding___ + 966
4 CoreFoundation 0x02894e72 _CF_forwarding_prep_0 + 50
5 RKTwitter 0x00002cb3 -[RKTwitterViewController loadObjectsFromDataStore] + 84
6 RKTwitter 0x00002b8e -[RKTwitterViewController loadView] + 1220
7 UIKit 0x003a554f -[UIViewController view] + 56
8 UIKit 0x003a39f4 -[UIViewController contentScrollView] + 42
9 UIKit 0x003b37e2 -[UINavigationController _computeAndApplyScrollContentInsetDeltaForViewController:] + 48
10 UIKit 0x003b1ea3 -[UINavigationController _layoutViewController:] + 43
11 UIKit 0x003b312d -[UINavigationController _startTransition:fromViewController:toViewController:] + 524
12 UIKit 0x003adccd -[UINavigationController _startDeferredTransitionIfNeeded] + 266
13 UIKit 0x004cab55 -[UILayoutContainerView layoutSubviews] + 226
14 QuartzCore 0x047d6481 -[CALayer layoutSublayers] + 177
15 QuartzCore 0x047d61b1 CALayerLayoutIfNeeded + 220
16 QuartzCore 0x047cf2e0 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 302
17 QuartzCore 0x047cf040 _ZN2CA11Transaction6commitEv + 292
18 UIKit 0x002fe04e -[UIApplication _reportAppLaunchFinished] + 39
19 UIKit 0x002fe477 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 545
20 UIKit 0x003083ec -[UIApplication handleEvent:withNewEvent:] + 1958
21 UIKit 0x00300b3c -[UIApplication sendEvent:] + 71
22 UIKit 0x003059bf _UIApplicationHandleEvent + 7672
23 GraphicsServices 0x02fd8822 PurpleEventCallback + 1550
24 CoreFoundation 0x02904ff4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
25 CoreFoundation 0x02865807 __CFRunLoopDoSource1 + 215
26 CoreFoundation 0x02862a93 __CFRunLoopRun + 979
27 CoreFoundation 0x02862350 CFRunLoopRunSpecific + 208
28 CoreFoundation 0x02862271 CFRunLoopRunInMode + 97
29 UIKit 0x002fdc6d -[UIApplication _run] + 625
30 UIKit 0x00309af2 UIApplicationMain + 1160
31 RKTwitter 0x000022d6 main + 104
32 RKTwitter 0x00002265 start + 53
)
abort() called
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 libSystem.B.dylib 0x93304ed6 __kill + 10
1 libSystem.B.dylib 0x93304ec8 kill$UNIX2003 + 32
2 libSystem.B.dylib 0x93397609 raise + 26
3 libSystem.B.dylib 0x933ad6c0 abort + 93
4 libstdc++.6.dylib 0x91afafda __gnu_cxx::__verbose_terminate_handler() + 433
5 libobjc.A.dylib 0x02a73333 _objc_terminate + 103
6 libstdc++.6.dylib 0x91af917a __cxxabiv1::__terminate(void (*)()) + 10
7 libstdc++.6.dylib 0x91af91ba __cxxabiv1::__unexpected(void (*)()) + 0
8 libstdc++.6.dylib 0x91af92b8 __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
9 libobjc.A.dylib 0x02a73481 __objc_personality_v0 + 0
10 CoreFoundation 0x0292576b +[NSObject(NSObject) doesNotRecognizeSelector:] + 187
11 CoreFoundation 0x028952b6 ___forwarding___ + 966
12 CoreFoundation 0x02894e72 _CF_forwarding_prep_0 + 50
13 RKTwitter 0x00002cb3 -[RKTwitterViewController loadObjectsFromDataStore] + 84 (RKTwitterViewController.m:52)
14 RKTwitter 0x00002b8e -[RKTwitterViewController loadView] + 1220 (RKTwitterViewController.m:41)
15 UIKit 0x003a554f -[UIViewController view] + 56
16 UIKit 0x003a39f4 -[UIViewController contentScrollView] + 42
17 UIKit 0x003b37e2 -[UINavigationController _computeAndApplyScrollContentInsetDeltaForViewController:] + 48
18 UIKit 0x003b1ea3 -[UINavigationController _layoutViewController:] + 43
19 UIKit 0x003b312d -[UINavigationController _startTransition:fromViewController:toViewController:] + 524
20 UIKit 0x003adccd -[UINavigationController _startDeferredTransitionIfNeeded] + 266
21 UIKit 0x004cab55 -[UILayoutContainerView layoutSubviews] + 226
22 QuartzCore 0x047d6481 -[CALayer layoutSublayers] + 177
23 QuartzCore 0x047d61b1 CALayerLayoutIfNeeded + 220
24 QuartzCore 0x047cf2e0 CA::Context::commit_transaction(CA::Transaction*) + 302
25 QuartzCore 0x047cf040 CA::Transaction::commit() + 292
26 UIKit 0x002fe04e -[UIApplication _reportAppLaunchFinished] + 39
27 UIKit 0x002fe477 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 545
28 UIKit 0x003083ec -[UIApplication handleEvent:withNewEvent:] + 1958
29 UIKit 0x00300b3c -[UIApplication sendEvent:] + 71
30 UIKit 0x003059bf _UIApplicationHandleEvent + 7672
31 GraphicsServices 0x02fd8822 PurpleEventCallback + 1550
32 CoreFoundation 0x02904ff4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52
33 CoreFoundation 0x02865807 __CFRunLoopDoSource1 + 215
34 CoreFoundation 0x02862a93 __CFRunLoopRun + 979
35 CoreFoundation 0x02862350 CFRunLoopRunSpecific + 208
36 CoreFoundation 0x02862271 CFRunLoopRunInMode + 97
37 UIKit 0x002fdc6d -[UIApplication _run] + 625
38 UIKit 0x00309af2 UIApplicationMain + 1160
39 RKTwitter 0x000022d6 main + 104 (main.m:14)
40 RKTwitter 0x00002265 start + 53
Thread 1: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x932ca922 kevent + 10
1 libSystem.B.dylib 0x932cb03c _dispatch_mgr_invoke + 215
2 libSystem.B.dylib 0x932ca4f9 _dispatch_queue_invoke + 163
3 libSystem.B.dylib 0x932ca29e _dispatch_worker_thread2 + 240
4 libSystem.B.dylib 0x932c9d21 _pthread_wqthread + 390
5 libSystem.B.dylib 0x932c9b66 start_wqthread + 30
Thread 2:
0 libSystem.B.dylib 0x932c99b2 __workq_kernreturn + 10
1 libSystem.B.dylib 0x932c9f48 _pthread_wqthread + 941
2 libSystem.B.dylib 0x932c9b66 start_wqthread + 30
Thread 3: WebThread
0 libSystem.B.dylib 0x932a40da mach_msg_trap + 10
1 libSystem.B.dylib 0x932a4847 mach_msg + 68
2 CoreFoundation 0x02905436 __CFRunLoopServiceMachPort + 150
3 CoreFoundation 0x02862984 __CFRunLoopRun + 708
4 CoreFoundation 0x02862350 CFRunLoopRunSpecific + 208
5 CoreFoundation 0x02862271 CFRunLoopRunInMode + 97
6 WebCore 0x031d43a3 RunWebThread(void*) + 483
7 libSystem.B.dylib 0x932d17fd _pthread_start + 345
8 libSystem.B.dylib 0x932d1682 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x933ad66f ecx: 0xbfffc1cc edx: 0x93304ed6
edi: 0xa044db30 esi: 0x02959be8 ebp: 0xbfffc1e8 esp: 0xbfffc1cc
ss: 0x0000001f efl: 0x00000282 eip: 0x93304ed6 cs: 0x00000007
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x0280db1c
Binary Images:
0x1000 - 0x2cff3 +RKTwitter ??? (???) <C84BD0ED-58BE-565C-AD89-5E862C993BC0> /Users/pashields/Library/Application Support/iPhone Simulator/4.1/Applications/6337EF21-829E-4059-8D6E-9EDACB408F9D/RKTwitter.app/RKTwitter
0x51000 - 0x212fff +Foundation 751.37.0 (compatibility 300.0.0) <F2C1E85F-5A72-2792-2962-59F7CD9FBBDB> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/Foundation.framework/Foundation
0x2ef000 - 0x1e4afeb +UIKit 1300.0.0 (compatibility 1.0.0) <6172254D-E92F-A7F5-A0CE-699849946BAB> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/UIKit.framework/UIKit
0x2114000 - 0x2342fef com.apple.CoreGraphics 1.600.0 (???) <81661E5F-46A1-5444-F9B2-08D644DDB8C0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x23aa000 - 0x2505fe3 +CoreData 320.11.0 (compatibility 1.0.0) <C68A9297-4A7A-8332-305D-6C3669181D52> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreData.framework/CoreData
0x257d000 - 0x25c6fff +SystemConfiguration 364.1.0 (compatibility 1.0.0) <68AF2A10-BE5D-6B28-8FAE-A4024766BBEF> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x25e5000 - 0x272afe7 +CFNetwork 485.10.2 (compatibility 1.0.0) <DC6B9DC7-1D48-24F2-90D7-2E4226DBE2A1> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x27a8000 - 0x27eafff +MobileCoreServices 11.0.0 (compatibility 1.0.0) <2692A796-A1F5-A19B-D556-5F9D507AA34E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x2804000 - 0x2816ff7 +libSystem.dylib 125.0.0 (compatibility 1.0.0) <0DE75018-8409-E417-8D70-6224EC38A77B> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libSystem.dylib
0x2831000 - 0x297cfe7 +CoreFoundation 550.38.1 (compatibility 150.0.0) <CA6BAB0A-6F6F-82E7-FB34-90696F52CF9A> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x2a6c000 - 0x2b3afe7 +libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <3D42E20C-6271-FCDD-1EAA-3485B898C71D> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libobjc.A.dylib
0x2b8c000 - 0x2d33fe7 +libicucore.A.dylib 44.0.0 (compatibility 1.0.0) <1D6B1CA8-0EB0-F3B8-92CF-33C1E34989E0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libicucore.A.dylib
0x2d9e000 - 0x2e9dfe7 +libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <67ED4183-01DD-8970-27AC-8C19A128BDD0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libxml2.2.dylib
0x2ec2000 - 0x2f26feb +Security ??? (???) <2FC437FF-78B7-D992-911A-C0203407A625> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/Security.framework/Security
0x2f4e000 - 0x2fc1feb +libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <D4551A0D-FE3D-10F8-D9E9-7D3EACB0FFAF> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libsqlite3.dylib
0x2fd2000 - 0x2fe1feb +GraphicsServices 14.0.0 (compatibility 1.0.0) <3B887475-4CDE-40F0-B847-96AFC4B2D613> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x2ff2000 - 0x3181ffb +JavaScriptCore 532.9.0 (compatibility 1.0.0) <9B4A6DFF-B330-DBBD-8A82-5465EA089306> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/JavaScriptCore.framework/JavaScriptCore
0x31d0000 - 0x3e92feb +WebCore 532.9.0 (compatibility 1.0.0) <85C8409F-7B91-13C6-857C-74140399F0E4> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x431c000 - 0x43f2ff3 +WebKit 532.9.0 (compatibility 1.0.0) <F1A6BD88-F9C0-31AC-26BE-CABE562B1A98> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/WebKit.framework/WebKit
0x4463000 - 0x4542fef +ImageIO ??? (???) <091AD337-3470-D3AC-BDA8-3E19E0E66DD5> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/ImageIO.framework/ImageIO
0x456c000 - 0x45b8ff7 +AddressBook 30.0.0 (compatibility 1.0.0) <0C125FB4-6580-C04D-F643-7B406EF71BE0> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/AddressBook.framework/AddressBook
0x45e2000 - 0x4771fe3 +AudioToolbox 296.0.0 (compatibility 1.0.0) <56237D24-3E80-A2A8-E374-4631FBAFB371> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x47c4000 - 0x48b0ffb +QuartzCore 1.7.0 (compatibility 1.2.0) <D586F864-33A1-E82C-7A95-6117D55B2089> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x4919000 - 0x492cffb +SpringBoardServices ??? (???) <0FDE4A8C-B4F4-CF98-AD8C-EB104DC10C57> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x4938000 - 0x4977feb +AppSupport 29.0.0 (compatibility 1.0.0) <DF681E63-7517-2119-1910-FDB32A38A785> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x499a000 - 0x49fcff7 +CoreText ??? (???) <CFBCE445-CDA4-EF68-A6FC-E0D392E2422C> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreText.framework/CoreText
0x4a27000 - 0x4a2aff3 +libAccessibility.dylib ??? (???) <5EB4A605-5466-FA92-230A-BD6F6639507A> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/libAccessibility.dylib
0x4a32000 - 0x4ae4fff +ProofReader 91.0.0 (compatibility 1.0.0) <B9C68E3E-5C52-D0C0-5D69-FC7EBB247F05> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x4afb000 - 0x4b7dfe7 +CoreTelephony 369.15.0 (compatibility 1.0.0) <E2FF0F9D-2071-7659-016F-5CA30DACFB19> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x4bc9000 - 0x4bcafff +DataMigration ??? (???) <9EBA6D53-1F4F-C3F3-8E1E-B2649192C15C> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x4bcf000 - 0x4bd2ff7 +MobileInstallation ??? (???) <F34457BE-FDA7-67C6-0FB8-3358C54CD637> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x4bd8000 - 0x4c0cfe7 +Bom 157.0.0 (compatibility 2.0.0) <6723C2FD-E40D-3408-895B-D6B626659485> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/PrivateFrameworks/Bom.framework/Bom
0x4c19000 - 0x4c25ff7 +CoreVideo 1.6.1 (compatibility 1.2.0) <7E8794C2-0E3D-1D98-C3A4-F904FC85E42E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x4c31000 - 0x4c42ff7 +OpenGLES ??? (???) <087135FA-8C4A-8082-F1B7-6706FF110910> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x4c4b000 - 0x4c50ff3 +libGFXShared.dylib ??? (???) <EC4D3D36-5972-A176-3810-AA11B40EDD8E> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x4c56000 - 0x4c90ff7 +libGLImage.dylib ??? (???) <05575078-7815-45A1-478B-E032309A9314> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x4c99000 - 0x4da4ff7 +libGLProgrammability.dylib ??? (???) <608FB7F0-0D1D-A55A-81E2-F76716262F04> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/libGLProgrammability.dylib
0x4dc4000 - 0x4dcbfff +libCoreVMClient.dylib ??? (???) <53B066CA-62AB-E4B9-E3FC-E4730E20EF6B> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x4dd3000 - 0x55b9f4f +libLLVMContainer.dylib ??? (???) <7576188B-D67F-5CB0-F378-8C19A94F86F2> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
0x5710000 - 0x5785fe7 +CoreAudio ??? (???) <04636929-FA6C-8B2E-ABBA-E7CE0E1FCEAC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x57ba000 - 0x5c2aff3 +libBLAS.dylib ??? (???) <DE018FC6-1A73-DEB2-CAFE-FDF25819B3BC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x5c50000 - 0x6092fe7 +libLAPACK.dylib ??? (???) <A429D00D-82EB-4C7E-416D-71B7B809B6B3> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x60d2000 - 0x60d2ff7 +libSystem.so ??? (???) <A0708BCC-CFC8-E7F0-540C-69E06A9E2D58> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/usr/lib/override/libSystem.so
0x626c000 - 0x6294fe3 +libRIP.A.dylib 600.0.0 (compatibility 64.0.0) <0E58A6D5-7A7B-BEB9-5217-A7061C844FAB> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libRIP.A.dylib
0x62a0000 - 0x62e1fe7 +libCGFreetype.A.dylib 600.0.0 (compatibility 64.0.0) <99E9DAA2-4C1E-CD46-7CAD-A392502A5BAC> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/Frameworks/CoreGraphics.framework/Resources/libCGFreetype.A.dylib
0x6700000 - 0x6725ffb +RawCamera ??? (???) <8AE6FAFA-9A6B-29DC-5D5B-CB69B5D3C867> /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.1.sdk/System/Library/CoreServices/RawCamera.bundle/RawCamera
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <28F0312C-0678-159E-34E2-9A4E3DEADB20> /usr/lib/dyld
0x904de000 - 0x904deff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x90a16000 - 0x90a58ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x91821000 - 0x91835fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x91aaf000 - 0x91b19fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x92071000 - 0x9207ffe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
0x92366000 - 0x923d5ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x929f7000 - 0x929f7ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x932a3000 - 0x93449feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <132BE9FC-3CEC-0259-7232-E413A6F0399D> /usr/lib/libSystem.B.dylib
0x94efb000 - 0x94efefe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
0x94eff000 - 0x94f0bff7 libkxld.dylib ??? (???) <45D01305-4513-E877-5F12-C1F4C3704D17> /usr/lib/system/libkxld.dylib
0x96736000 - 0x96791ff7 com.apple.framework.IOKit 2.0 (???) <7899C1B1-F3B8-5797-9705-F0D317737B5B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x96792000 - 0x9679ffe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <621F6361-84B7-B863-2511-9E77F738C7D8> /usr/lib/libbz2.1.0.dylib
0x9977a000 - 0x99857ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <132BE9FC-3CEC-0259-7232-E413A6F0399D> /usr/lib/libSystem.B.dylib
Model: iMac11,3, BootROM IM112.0057.B00, 4 processors, Intel Core i7, 2.93 GHz, 8 GB, SMC 1.59f2
Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 2.1.9.8.1
Bluetooth: Version 2.3.7f1, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: WDC WD1001FALS-40Y6A0, 931.51 GB
Serial ATA Device: OPTIARC DVD RW AD-5680H
Serial ATA Device: APPLE SSD TS256B, 233.76 GB
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfd100000
USB Device: iPad, 0x05ac (Apple Inc.), 0x129a, 0xfd130000
USB Device: Ext HDD 1021, 0x1058 (Western Digital Technologies, Inc.), 0x1021, 0xfd140000
USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0xfd120000
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8502, 0xfd110000
USB Device: Hub, 0x0424 (SMSC), 0x2514, 0xfa100000
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa140000
USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0xfa143000
USB Device: Realforce 87, 0x0853, 0x0111, 0xfa141000
USB Device: Trackball, 0x046d (Logitech Inc.), 0xc404, 0xfa142000
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfa144000
USB Device: Portable, 0x0bc2, 0x2300, 0xfa130000
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000
USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215, 0xfa111000
USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0xfa120000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment