• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible


  • Subject: Re: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
  • From: Jonathan Hess <email@hidden>
  • Date: Mon, 8 Mar 2010 15:43:33 -0800

Hey Erwin -

Great write up. In the future, when you have a problem that's so easily reproduced, the best place to report it is bugreport.apple.com.

Thanks for taking the time to document and report this, we really appreciate it. I've posted your issue to bugreport.apple.com.

Jon Hess

On Mar 8, 2010, at 2:59 PM, Erwin Hogeweg wrote:

> Hi All -
>
> I don't think what I am trying to do is illegal, but Interface Builder doesn't like it a single bit.
>
> - Create a new nib from an empty iPad template.
> - Add a view.
> - Add a Table View Controller.
> - Expand the tableViewController and drag the tableView to previously added view...
> - That's it.  The Assertion failure dialog shows up, and when the Crash option is selected the information is displayed.
>
> System:
> Snow Leopard
> Xcode 3.2.2 Beta3
> MacBook Pro
>
> Not sure how or where to report this crash, although I think it got reported automatically also.
>
> Regards,
>
> Erwin
>
>
> Process:         Interface Builder [744]
> Path:            /Developer/Applications/Interface Builder.app/Contents/MacOS/Interface Builder
> Identifier:      com.apple.InterfaceBuilder3
> Version:         3.2.2 (761)
> Build Info:      InterfaceBuilder-7610000~1
> Code Type:       X86-64 (Native)
> Parent Process:  launchd [699]
>
> Date/Time:       2010-03-08 17:50:46.074 -0500
> OS Version:      Mac OS X 10.6.2 (10C540)
> Report Version:  6
>
> Interval Since Last Report:          44526 sec
> Crashes Since Last Report:           1
> Per-App Interval Since Last Report:  43019 sec
> Per-App Crashes Since Last Report:   1
> Anonymous UUID:                      4804DD71-EE4E-491B-A0D5-CCD5E39E4454
>
> Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
> Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
> Crashed Thread:  0  Dispatch queue: com.apple.main-thread
>
> Application Specific Information:
> Assertion Message: An uncaught exception was raised.
>
> Exception Name: NSInvalidArgumentException
> Reason: -[IBUITableViewController ibDesignableContentView]: unrecognized selector sent to instance 0x115d46df0
> User Info: (null)
>
> Thread 0 Raised an Exception:
> 0   CoreFoundation                   0x00007fff8415c426 __exceptionPreprocess + 150
> 1   libobjc.A.dylib                  0x00007fff813c30f3 objc_exception_throw + 45
> 2   CoreFoundation                   0x00007fff841b51c0 +[NSObject(NSObject) doesNotRecognizeSelector:] + 0
> 3   CoreFoundation                   0x00007fff8412f08f ___forwarding___ + 751
> 4   CoreFoundation                   0x00007fff8412b1d8 _CF_forwarding_prep_0 + 232
> 5   InterfaceBuilderKit              0x000000010020dbd5 -[NSView(IBViewIntegration) shouldTranslateFrameOfView:toTargetSuperview:usingPreviousParentsToViewMap:outFrame:] + 69
> 6   InterfaceBuilderKit              0x000000010020ebb1 -[NSView(IBViewIntegration) ibAcceptContentsOfPasteboard:inDocument:insertionContext:] + 3505
> 7   InterfaceBuilderKit              0x00000001001ea7d0 -[IBDocument makeObject:acceptContentsOfPasteboardFromDragInfo:insertionContext:] + 448
> 8   InterfaceBuilderKit              0x000000010024d67d -[IBDocumentWindowController objectOutlineView:acceptDrop:item:childIndex:] + 1277
> 9   InterfaceBuilderKit              0x000000010024ddb0 -[IBDocumentWindowController outlineView:acceptDrop:item:childIndex:] + 32
> 10  AppKit                           0x00007fff8573a6df -[NSOutlineView performDragOperation:] + 312
> 11  AppKit                           0x00007fff8562fcff NSCoreDragReceiveProc + 808
> 12  HIServices                       0x00007fff82162188 DoDropMessage + 99
> 13  HIServices                       0x00007fff8216261d SendDropMessage + 31
> 14  HIServices                       0x00007fff82163f7d DragInApplication + 454
> 15  HIServices                       0x00007fff821649e5 CoreDragStartDragging + 634
> 16  AppKit                           0x00007fff8562ee18 -[NSCoreDragManager _dragUntilMouseUp:accepted:] + 763
> 17  AppKit                           0x00007fff8562e85e -[NSCoreDragManager dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:] + 1594
> 18  AppKit                           0x00007fff858e93c6 -[NSWindow(NSDrag) dragImage:at:offset:event:pasteboard:source:slideBack:] + 146
> 19  AppKit                           0x00007fff85737586 -[NSOutlineView dragImage:at:offset:event:pasteboard:source:slideBack:] + 233
> 20  AppKit                           0x00007fff857f5f50 -[NSTableView _doImageDragUsingRowsWithIndexes:event:pasteboard:source:slideBack:startRow:] + 1120
> 21  AppKit                           0x00007fff854484ce -[NSTableView _performDragFromMouseDown:] + 805
> 22  AppKit                           0x00007fff85446d9f -[NSTableView mouseDown:] + 593
> 23  AppKit                           0x00007fff854e421a -[NSOutlineView mouseDown:] + 638
> 24  AppKit                           0x00007fff853e968f -[NSWindow sendEvent:] + 5409
> 25  InterfaceBuilderKit              0x000000010014b416 -[IBDocumentWindow sendEvent:] + 198
> 26  AppKit                           0x00007fff8531ee22 -[NSApplication sendEvent:] + 4719
> 27  Interface Builder                0x0000000100003bdd
> 28  AppKit                           0x00007fff852b5796 -[NSApplication run] + 474
> 29  AppKit                           0x00007fff852ae468 NSApplicationMain + 364
> 30  Interface Builder                0x0000000100001bc5
> 31  Interface Builder                0x0000000100001b54
>
>
>
> Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
> 0   com.apple.InterfaceBuilderKit 	0x000000010021f1c4 IBCrashAndChargeApplicationSpecifiedBacktrace + 4
> 1   com.apple.InterfaceBuilder3   	0x00000001000077fa 0x100000000 + 30714
> 2   com.apple.AppKit              	0x00007fff852b5847 -[NSApplication run] + 651
> 3   com.apple.AppKit              	0x00007fff852ae468 NSApplicationMain + 364
> 4   com.apple.InterfaceBuilder3   	0x0000000100001bc5 0x100000000 + 7109
> 5   com.apple.InterfaceBuilder3   	0x0000000100001b54 0x100000000 + 6996
>
> Thread 1:  Dispatch queue: com.apple.libdispatch-manager
> 0   libSystem.B.dylib             	0x00007fff80d8cbba kevent + 10
> 1   libSystem.B.dylib             	0x00007fff80d8ea85 _dispatch_mgr_invoke + 154
> 2   libSystem.B.dylib             	0x00007fff80d8e75c _dispatch_queue_invoke + 185
> 3   libSystem.B.dylib             	0x00007fff80d8e286 _dispatch_worker_thread2 + 244
> 4   libSystem.B.dylib             	0x00007fff80d8dbb8 _pthread_wqthread + 353
> 5   libSystem.B.dylib             	0x00007fff80d8da55 start_wqthread + 13
>
> Thread 2:
> 0   libSystem.B.dylib             	0x00007fff80d73e9a semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x00007fff80db26e2 _pthread_cond_wait + 1015
> 2   com.apple.Foundation          	0x00007fff84b46d63 -[NSCondition waitUntilDate:] + 399
> 3   com.apple.Foundation          	0x00007fff84b3a0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
> 4   ...eBuilder.IBCocoaTouchPlugin	0x0000000116b16c25 IBProcessRequestsWithProvider + 4760
> 5   ...eBuilder.IBCocoaTouchPlugin	0x0000000116b167ea IBProcessRequestsWithProvider + 3677
> 6   com.apple.Foundation          	0x00007fff84b0ce99 __NSThread__main__ + 1429
> 7   libSystem.B.dylib             	0x00007fff80dacf8e _pthread_start + 331
> 8   libSystem.B.dylib             	0x00007fff80dace41 thread_start + 13
>
> Thread 3:
> 0   libSystem.B.dylib             	0x00007fff80d73e9a semaphore_timedwait_signal_trap + 10
> 1   libSystem.B.dylib             	0x00007fff80db26e2 _pthread_cond_wait + 1015
> 2   com.apple.Foundation          	0x00007fff84b46d63 -[NSCondition waitUntilDate:] + 399
> 3   com.apple.Foundation          	0x00007fff84b3a0b2 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
> 4   ...eBuilder.IBCocoaTouchPlugin	0x0000000116b16c25 IBProcessRequestsWithProvider + 4760
> 5   ...eBuilder.IBCocoaTouchPlugin	0x0000000116b167ea IBProcessRequestsWithProvider + 3677
> 6   com.apple.Foundation          	0x00007fff84b0ce99 __NSThread__main__ + 1429
> 7   libSystem.B.dylib             	0x00007fff80dacf8e _pthread_start + 331
> 8   libSystem.B.dylib             	0x00007fff80dace41 thread_start + 13
>
> Thread 4:  JavaScriptCore: FastMalloc scavenger
> 0   libSystem.B.dylib             	0x00007fff80dae9ee __semwait_signal + 10
> 1   libSystem.B.dylib             	0x00007fff80db27f1 _pthread_cond_wait + 1286
> 2   com.apple.JavaScriptCore      	0x00007fff881182b3 WTF::TCMalloc_PageHeap::scavengerThread() + 515
> 3   com.apple.JavaScriptCore      	0x00007fff881182f9 WTF::TCMalloc_PageHeap::runScavengerThread(void*) + 9
> 4   libSystem.B.dylib             	0x00007fff80dacf8e _pthread_start + 331
> 5   libSystem.B.dylib             	0x00007fff80dace41 thread_start + 13
>
> Thread 5:
> 0   libSystem.B.dylib             	0x00007fff80d73e3a mach_msg_trap + 10
> 1   libSystem.B.dylib             	0x00007fff80d744ad mach_msg + 59
> 2   com.apple.CoreFoundation      	0x00007fff840f87a2 __CFRunLoopRun + 1698
> 3   com.apple.CoreFoundation      	0x00007fff840f7c2f CFRunLoopRunSpecific + 575
> 4   com.apple.DebugSymbols        	0x00007fff835cc4ac SpotlightQueryThread(void*) + 380
> 5   libSystem.B.dylib             	0x00007fff80dacf8e _pthread_start + 331
> 6   libSystem.B.dylib             	0x00007fff80dace41 thread_start + 13
>
> Thread 6:
> 0   libSystem.B.dylib             	0x00007fff80d8d9da __workq_kernreturn + 10
> 1   libSystem.B.dylib             	0x00007fff80d8ddec _pthread_wqthread + 917
> 2   libSystem.B.dylib             	0x00007fff80d8da55 start_wqthread + 13
>
> Thread 0 crashed with X86 Thread State (64-bit):
>  rax: 0x0000000000000001  rbx: 0x00007fff813be244  rcx: 0x0000000000000000  rdx: 0x000000011eff0e20
>  rdi: 0x000000011eff0d20  rsi: 0x00007fff85aafec8  rbp: 0x00007fff5fbffa00  rsp: 0x00007fff5fbffa00
>   r8: 0x00000001175c2dc0   r9: 0x00000001175c70d0  r10: 0x000000010044d689  r11: 0x000000010021f1c0
>  r12: 0x0000000101a0a220  r13: 0x00000001003cf5f0  r14: 0x0000000101a0a220  r15: 0x000000011a352da0
>  rip: 0x000000010021f1c4  rfl: 0x0000000000010202  cr2: 0x0000000000000008
>
> Binary Images:
>       0x100000000 -        0x100010fff  com.apple.InterfaceBuilder3 3.2.2 (761) <FB5B379B-B867-2559-9102-121202E6348D> /Developer/Applications/Interface Builder.app/Contents/MacOS/Interface Builder
>       0x10001b000 -        0x100087ff7  com.apple.DevToolsKit 3.2.2 (62) <24DB61CD-C6F0-4A38-9B7B-3D40251EEA10> /Developer/Library/PrivateFrameworks/DevToolsKit.framework/Versions/A/DevToolsKit
>       0x1000c6000 -        0x1000f1fff  com.apple.DevToolsFoundation 5.3 (1631) <1CA27BD4-DA80-E711-B428-FE4542CDEC8D> /Developer/Library/PrivateFrameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
>       0x100110000 -        0x1003c6ff7  com.apple.InterfaceBuilderKit 3.2.2 (761) <52BDEDC6-CDBF-70BE-BDF7-B6B03A63C255> /Developer/Library/Frameworks/InterfaceBuilderKit.framework/Versions/A/InterfaceBuilderKit
>       0x10050f000 -        0x100518fff  com.apple.Xcode.DevToolsRemoteClient 5.3 (1646) <38C00075-A935-FEF1-B2B6-3760A83427AC> /Developer/Library/PrivateFrameworks/DevToolsRemoteClient.framework/Versions/A/DevToolsRemoteClient
>       0x100523000 -        0x100567ff7  com.apple.DocSetAccess 2.2 (1639) <228AE28B-E842-411D-E9D8-7AD9609B877D> /Developer/Library/PrivateFrameworks/DocSetAccess.framework/Versions/A/DocSetAccess
>       0x1019b6000 -        0x1019d2fff  com.apple.JavaKit 5.3 (1591) <5521C5F8-28DF-7783-011B-BAD55C42C358> /Developer/Library/PrivateFrameworks/JavaKit.framework/Versions/A/JavaKit
>       0x1019e6000 -        0x1019f3fe7  libexslt.0.dylib ??? (???) <D9944F04-1F01-B9D1-A46F-96229CD19437> /usr/lib/libexslt.0.dylib
>       0x112872000 -        0x112876fff  com.apple.InterfaceBuilder.DiscRecordingPlugin.ibplugin 1.1 (2) <B5B9512B-D57D-94C8-F82D-C708956EE92F> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/Resources/DiscRecordingPlugin.ibplugin/Contents/MacOS/DiscRecordingPlugin
>       0x11287c000 -        0x1128adfff  com.apple.DiscRecordingUI 5.0.3 (5030.4.2) <7357B8B3-EEDA-961F-C675-30C600F4B050> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
>       0x112a00000 -        0x112b18ff7  com.apple.InterfaceBuilder.CocoaPlugin 3.2.2 (761) <D0E17F68-F847-C7A0-75D1-DDBF6B0305B6> /Developer/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins/CocoaPlugin.ibplugin/Contents/MacOS/CocoaPlugin
>       0x112b8d000 -        0x112bdcff7  com.apple.Xdesign.XDBase 5.3 (1622) <8E77478E-52A2-33B7-AA7E-15F844F0C75A> /Developer/Library/PrivateFrameworks/XDBase.framework/Versions/A/XDBase
>       0x112c1c000 -        0x112c72fff  com.apple.AppleScriptKit 1.5.1 (81) <F7FCBE73-EB73-A574-A9C7-C343E2562B78> /System/Library/Frameworks/AppleScriptKit.framework/Versions/A/AppleScriptKit
>       0x112cca000 -        0x112d11ff7  com.apple.OSAKit 1.2.1 (76) <C5F739FF-07F8-2172-80FA-9885962034F8> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
>       0x112d47000 -        0x112d93fe7  com.apple.glut 3.4.4 (GLUT-3.4.4) <78324374-C4AC-2358-3D61-55060E44FC38> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
>       0x112e14000 -        0x1132b6fff  com.apple.Xcode.DevToolsCore 5.3 (1646) <F1449693-960E-400B-EC2C-D578678FB277> /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Versions/A/DevToolsCore
>       0x113534000 -        0x113575ff7  com.apple.Xcode.DevToolsSupport 5.3 (1631) <9B280D28-1F13-B254-31A2-89723A9A36B7> /Developer/Library/PrivateFrameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
>       0x1135a1000 -        0x113660ff7  com.apple.Xcode.DevToolsCParsing 5.3 (1630) <A5D185F2-CD8C-31F1-5546-CCCD2760F687> /Developer/Library/PrivateFrameworks/DevToolsCParsing.framework/Versions/A/DevToolsCParsing
>       0x1136c6000 -        0x113792fef  com.apple.audio.units.Components 1.6.1 (1.6.1) <F3519089-E38F-1C0A-DC61-32C26FCB06E2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
>       0x1137ce000 -        0x1137d2fff  com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <4E3DABFF-191F-7E57-2A78-12E34D68FAC4> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
>       0x1137f6000 -        0x1137fcfff  com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <BF34EAC4-DB6D-4EC0-F52F-2A87B90EBD55> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
>       0x1168b2000 -        0x1168b9fff  com.apple.iPhoneSimulatorRemoteClient 2.0 (14) <121ADA21-BCDD-73AC-DD65-489995224FC7> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/iPhoneSimulatorRemoteClient.framework/Versions/A/iPhoneSimulatorRemoteClient
>       0x116b00000 -        0x116be3fff  com.apple.InterfaceBuilder.IBCocoaTouchPlugin 3.2 (84) <2D9F1D77-FFE5-2919-E24D-7B60DA09D4A6> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Interface Builder/Plug-ins/IBCocoaTouchPlugin.ibplugin/Contents/MacOS/IBCocoaTouchPlugin
>       0x117463000 -        0x117466fff  com.apple.CarbonPluginPlaceholder 3.2.2 (761) <269F02A4-A4C2-BB4F-01E8-EF15B8E600A0> /Developer/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins/CarbonPluginPlaceholder.ibplugin/Contents/MacOS/CarbonPluginPlaceholder
>       0x11746b000 -        0x11746dfff  com.apple.InterfaceBuilder.IBSDKPlugin 3.2.2 (761) <1183FA02-C8BA-B3AC-38B1-43601D676FA9> /Developer/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins/IBSDKPlugin.ibplugin/Contents/MacOS/IBSDKPlugin
>       0x1174c5000 -        0x1174c9fff  com.apple.WebKitIBPlugin 3.2.2 (761) <A6044275-989B-1F7B-57F0-D4750FEEE7FD> /Developer/Platforms/MacOSX.platform/Developer/Library/Interface Builder/Plug-ins/WebKitPlugin.ibplugin/Contents/MacOS/WebKitPlugin
>       0x1174f7000 -        0x1174faff7  com.apple.AddressBook.ibplugin 1.1.1 (864) <59FC3833-AB79-3022-556D-DD1882D38FE1> /System/Library/Frameworks/AddressBook.framework/Versions/A/Resources/AddressBookIBPlugin.ibplugin/Contents/MacOS/AddressBookIBPlugin
>       0x117793000 -        0x117795ff7  com.apple.imagekit.ibplugin 1.1 (1.1) <15113EED-B509-7F8B-36C7-E4B2ECB054C9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/Resources/ImageKitIBPlugin.ibplugin/Contents/MacOS/ImageKitIBPlugin
>       0x1177cd000 -        0x1177ceff7  com.apple.OSAKit.IBPlugin 1.2.1 (76) <0CD41316-B9AF-3920-F0A0-235E08EA93C0> /System/Library/Frameworks/OSAKit.framework/Versions/A/Resources/OSAIBPlugin.ibplugin/Contents/MacOS/OSAIBPlugin
>       0x117d4a000 -        0x117ed5ff7  GLEngine ??? (???) <87000128-AB5F-9631-CB53-5A792E58E655> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
>       0x117f05000 -        0x118328fe7  libclh.dylib ??? (???) <D4927B56-85F5-0BB0-A1F9-484179A98C9D> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dylib
>       0x11837d000 -        0x11839cfff  GLRendererFloat ??? (???) <5868E7F1-BAC2-F896-9DAA-D5ABDFA9A7C2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
>       0x118ebf000 -        0x118ebffff  com.apple.applescript.component 2.1.1 (2.1.1) <842803FA-D4D2-2943-731A-BCFD63AD24BB> /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
>       0x119000000 -        0x119094fe7  com.apple.applescript 2.1.1 (2.1.1) <144857D4-9252-B20A-8265-20DC60F85288> /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
>       0x1192af000 -        0x1192b0ff7  com.apple.pdfkit.ibplugin 1.1.0 (1.1.0) <5F22F8C5-E4D7-D61C-2ADA-2E19F89DA224> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/Resources/PDFKitIBPlugin.ibplugin/Contents/MacOS/PDFKitIBPlugin
>       0x119385000 -        0x119386ff7  com.apple.QTKitIBPlugin 7.6.3 (1591.3) <DAAF7E68-D6EC-0C99-0F04-1025992985F4> /System/Library/Frameworks/QTKit.framework/Versions/A/Resources/QTKitIBPlugin.ibplugin/Contents/MacOS/QTKitIBPlugin
>       0x119398000 -        0x11939aff7  com.apple.QuartzComposerIBPlugin 1.1 (11) <0D3C661E-A552-1E49-1314-9DD7DD33D58D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/Resources/QuartzComposer.ibplugin/Contents/MacOS/QuartzComposer
>       0x200000000 -        0x200467ff7  com.apple.GeForce8xxxGLDriver 1.6.6 (6.0.6) <670EB7BD-C3CB-7723-E29E-4595960ED1C6> /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xxxGLDriver
>    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
>    0x7fff801e4000 -     0x7fff8023bfff  com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
>    0x7fff80287000 -     0x7fff802bcff7  libcups.2.dylib ??? (???) <B7854E3A-784F-5033-1A47-CF2AE40C5855> /usr/lib/libcups.2.dylib
>    0x7fff802f8000 -     0x7fff802fdfff  libGIF.dylib ??? (???) <9DB87A71-27B7-A909-461B-F886DB2BD622> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
>    0x7fff802fe000 -     0x7fff8034afff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
>    0x7fff80361000 -     0x7fff8036dfef  libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
>    0x7fff8036e000 -     0x7fff803c3fef  com.apple.framework.familycontrols 2.0 (2.0) <8DD78DC7-4C73-EDE6-86A4-BC35B335ED5F> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
>    0x7fff803c4000 -     0x7fff80479fe7  com.apple.ink.framework 1.3.1 (105) <5AA00FE5-B251-44AF-5108-44AA927C053C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
>    0x7fff804ac000 -     0x7fff804f0fef  com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
>    0x7fff80530000 -     0x7fff80530ff7  com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
>    0x7fff80531000 -     0x7fff805edff7  com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
>    0x7fff805ee000 -     0x7fff805f4ff7  IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
>    0x7fff805f5000 -     0x7fff805f8fff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
>    0x7fff80605000 -     0x7fff80612fe7  libCSync.A.dylib ??? (???) <F4066C8C-2A3E-4F2F-9F4D-03DB56F7C5CB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
>    0x7fff80613000 -     0x7fff8084dfff  com.apple.AddressBook.framework 5.0.1 (864) <4FA65C25-3F4F-6D79-1901-07FF6BBAAEDB> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
>    0x7fff8084e000 -     0x7fff80852ff7  libCGXType.A.dylib ??? (???) <E11B4D25-2251-4646-118C-87BD4C57A194> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
>    0x7fff80853000 -     0x7fff80bebfff  com.apple.QuartzCore 1.6.1 (227.8) <E296B174-F7CB-F021-D103-091CCB33BBEB> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
>    0x7fff80bfa000 -     0x7fff80bfbfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
>    0x7fff80c1f000 -     0x7fff80ceafe7  ColorSyncDeprecated.dylib ??? (???) <1D97E664-75D3-E483-FDD3-35BD7733DF13> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
>    0x7fff80cff000 -     0x7fff80d01fff  libRadiance.dylib ??? (???) <376EAE92-8F25-9202-CC35-8EED5BD471FC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
>    0x7fff80d02000 -     0x7fff80d13fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWrappers
>    0x7fff80d14000 -     0x7fff80d15ff7  com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <98969AA3-2394-34B5-2DC3-7F4187E96D26> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
>    0x7fff80d16000 -     0x7fff80d72fff  libGLU.dylib ??? (???) <6A6612BC-1AF9-08EC-80B2-B697238EED47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
>    0x7fff80d73000 -     0x7fff80f31ff7  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
>    0x7fff80f39000 -     0x7fff8137cfef  libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
>    0x7fff8137d000 -     0x7fff813b8ff7  com.apple.CoreMediaIOServices 124.0 (850) <B71C361C-105E-EDD2-5AEE-10E640445561> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/CoreMediaIOServices
>    0x7fff813b9000 -     0x7fff8146ffff  libobjc.A.dylib ??? (???) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
>    0x7fff81470000 -     0x7fff814adfef  libFontRegistry.dylib ??? (???) <8712832A-A980-3AAF-0D88-50164898F38E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
>    0x7fff814ae000 -     0x7fff814c1fff  libGL.dylib ??? (???) <5F9DAF5F-C25C-B6C2-C9BC-3D91D723FD85> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
>    0x7fff814c2000 -     0x7fff81bb6537  com.apple.CoreGraphics 1.536.12 (???) <0DCA088B-0C6B-146F-0341-9E0212B5CA50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
>    0x7fff81bb7000 -     0x7fff81cc1ff7  com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
>    0x7fff81cc2000 -     0x7fff81cf3fef  libTrueTypeScaler.dylib ??? (???) <8291D9BB-97B2-AD06-D565-58A14A20D617> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
>    0x7fff82033000 -     0x7fff820a9fef  com.apple.CoreSymbolication 2.1 (30) <96654050-4D20-C494-D9A2-DA3F45F95D74> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
>    0x7fff820aa000 -     0x7fff820f0fe7  libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
>    0x7fff8210a000 -     0x7fff8214dff7  libRIP.A.dylib ??? (???) <9CA0768E-C2DF-61FD-F475-DB48F4219B49> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
>    0x7fff82156000 -     0x7fff821a7fe7  com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
>    0x7fff822e5000 -     0x7fff82451ff7  com.apple.QTKit 7.6.3 (1591.3) <2AD2AC43-F6A8-F2CE-CCFE-9E8E38E47BB0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
>    0x7fff82452000 -     0x7fff82452ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
>    0x7fff82453000 -     0x7fff824d2fff  com.apple.audio.CoreAudio 3.2.2 (3.2.2) <2633DFAC-F6A6-489D-8DF0-F12639CCD8C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
>    0x7fff826b7000 -     0x7fff82783fff  com.apple.CFNetwork 454.5 (454.5) <319C7138-2839-DA5E-413A-618248BD4A32> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
>    0x7fff82784000 -     0x7fff82868fff  com.apple.DesktopServices 1.5.3 (1.5.3) <F443ED58-3761-116F-A8B2-C6DC29B7D119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
>    0x7fff82869000 -     0x7fff83073fe7  libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
>    0x7fff83074000 -     0x7fff83082ff7  libkxld.dylib ??? (???) <568C35E7-B101-3F1E-0361-3E1E9F15C90B> /usr/lib/system/libkxld.dylib
>    0x7fff83083000 -     0x7fff830cafef  com.apple.QuickLookFramework 2.1 (327.3) <6B3D79C5-E19B-97E1-673F-74731A0B188B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
>    0x7fff830d6000 -     0x7fff830fefff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
>    0x7fff830ff000 -     0x7fff8311dfff  libPng.dylib ??? (???) <7635B74B-5415-9767-A881-E0B017F62376> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>    0x7fff8311e000 -     0x7fff83157ff7  com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
>    0x7fff83158000 -     0x7fff831a7fef  libTIFF.dylib ??? (???) <796A1E6E-09B0-64F4-35F7-2ACEE9C2B429> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>    0x7fff831a8000 -     0x7fff831b7fff  com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
>    0x7fff831ce000 -     0x7fff8328aff7  libFontParser.dylib ??? (???) <99DEA723-9D02-2361-E3C7-034E25C5B829> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
>    0x7fff8328b000 -     0x7fff83317fef  SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
>    0x7fff83318000 -     0x7fff83436ff7  com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
>    0x7fff83476000 -     0x7fff834a1ff7  libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
>    0x7fff834a2000 -     0x7fff835c6fe7  com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <466C5725-8311-41F1-1653-EB5C80644ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
>    0x7fff835c7000 -     0x7fff83605fef  com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
>    0x7fff83606000 -     0x7fff83606ff7  com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
>    0x7fff83607000 -     0x7fff83affff7  com.apple.VideoToolbox 0.420.18 (420.18) <428CE263-C02B-421D-7772-FC73EFF180A3> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
>    0x7fff83b31000 -     0x7fff83bc1fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
>    0x7fff83bc2000 -     0x7fff83d00ff7  com.apple.WebKit 6531.21 (6531.21.8) <1B786776-E9EA-3B88-D9EE-618BC4CCD7B4> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
>    0x7fff83d01000 -     0x7fff83d83fe7  com.apple.QuickLookUIFramework 2.1 (327.3) <A35335F3-BC7B-1341-D934-45ACC19FFEC3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
>    0x7fff83d84000 -     0x7fff83d84ff7  com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
>    0x7fff83d85000 -     0x7fff83d85ff7  com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
>    0x7fff83d86000 -     0x7fff83e20fff  com.apple.ApplicationServices.ATS 4.1 (???) <E2A107C5-0230-265A-E40D-CFE0219C99E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
>    0x7fff83e21000 -     0x7fff83e26fff  libGFXShared.dylib ??? (???) <05345B3E-5705-3C2A-464E-052B1DDA45B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
>    0x7fff83e27000 -     0x7fff840acfe7  com.apple.security 6.1.1 (37594) <E5DA8BFD-4A48-EFD4-E938-3BDFB356A8AF> /System/Library/Frameworks/Security.framework/Versions/A/Security
>    0x7fff840ad000 -     0x7fff84220ff7  com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
>    0x7fff84221000 -     0x7fff84237fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
>    0x7fff842c1000 -     0x7fff84350fff  com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
>    0x7fff84351000 -     0x7fff84354ff7  com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
>    0x7fff84355000 -     0x7fff84687fef  com.apple.CoreServices.CarbonCore 861.2 (861.2) <39F3B259-AC2A-792B-ECFE-4F3E72F2D1A5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
>    0x7fff84688000 -     0x7fff846c9ff7  com.apple.SystemConfiguration 1.10.1 (1.10.1) <FFCA91A7-ADDB-E3D0-234A-47609BC37556> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
>    0x7fff846ca000 -     0x7fff84704fff  libssl.0.9.8.dylib ??? (???) <0714FA32-C193-CD96-80D1-6FCF06A0ED2E> /usr/lib/libssl.0.9.8.dylib
>    0x7fff84705000 -     0x7fff84710ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
>    0x7fff84711000 -     0x7fff84a01ff3  com.apple.RawCamera.bundle 2.3.0 (505) <E65CF964-5AFF-805A-E24C-4A9E2E3D4759> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
>    0x7fff84a3d000 -     0x7fff84a41ff7  libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
>    0x7fff84a42000 -     0x7fff84afbfff  libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
>    0x7fff84afc000 -     0x7fff84d7dfe7  com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
>    0x7fff84d7e000 -     0x7fff84d84ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
>    0x7fff84d85000 -     0x7fff84d94fef  com.apple.opengl 1.6.5 (1.6.5) <30D6B03B-4B4C-1F78-1FDB-0403E7FE8707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
>    0x7fff84efe000 -     0x7fff84f14fef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
>    0x7fff84fa1000 -     0x7fff84fbcff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
>    0x7fff84fbd000 -     0x7fff8505dfff  com.apple.LaunchServices 362 (362) <CCBFC037-7162-E392-B11F-90098891AE20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
>    0x7fff8505e000 -     0x7fff850c6ff7  com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshKitRuntime
>    0x7fff85221000 -     0x7fff85224ff7  libCoreVMClient.dylib ??? (???) <1C6D04BA-5F78-CC4D-26CB-7904919042B9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
>    0x7fff85225000 -     0x7fff852abff3  com.apple.iLifeMediaBrowser 2.1.5 (368) <BC6090D5-47FD-882D-1123-BA40CB821481> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeMediaBrowser
>    0x7fff852ac000 -     0x7fff85ca0fff  com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
>    0x7fff85ca1000 -     0x7fff85da6fe7  libGLProgrammability.dylib ??? (???) <50498DA4-A2D6-260E-5C6E-994AF9BBDB98> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
>    0x7fff85da7000 -     0x7fff85dcbff7  com.apple.CoreVideo 1.6.0 (43.1) <FF310442-03F4-648D-4CD2-D7AC459901D5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
>    0x7fff85dcc000 -     0x7fff85de2ff7  com.apple.MultitouchSupport.framework 204.9 (204.9) <2BBD800A-0456-D90D-3205-8CE61F3A8F05> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
>    0x7fff85e28000 -     0x7fff85e3cff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
>    0x7fff85e3d000 -     0x7fff85e8cff7  com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
>    0x7fff85ea9000 -     0x7fff85f0bfe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
>    0x7fff85f0c000 -     0x7fff85f47ff7  com.apple.AE 496.1 (496.1) <27D2D2E9-B309-7E65-8C3F-7FF01148F0DE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
>    0x7fff85f48000 -     0x7fff85f91ff7  com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
>    0x7fff85f92000 -     0x7fff8600ffef  libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
>    0x7fff86010000 -     0x7fff86045fff  libGLImage.dylib ??? (???) <8AB3A26A-4CC4-4E6D-95CC-530FD7204599> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
>    0x7fff86046000 -     0x7fff86066ff7  com.apple.DirectoryService.Framework 3.6 (621.1) <FC0C2E15-84E2-B4A8-18EE-3AE620111627> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
>    0x7fff86067000 -     0x7fff860e4fe7  com.apple.CoreText 3.1.0 (???) <B4BFF82D-CA77-9A8E-2C7E-66367E807C7C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
>    0x7fff860e5000 -     0x7fff860ecfff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
>    0x7fff861a2000 -     0x7fff863dcff7  com.apple.imageKit 2.0.1 (1.0) <5E32976B-5CEB-6316-2B5C-2ABFEF588E4F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
>    0x7fff863dd000 -     0x7fff8640cff7  com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
>    0x7fff8642e000 -     0x7fff86475ff7  com.apple.coreui 2 (113) <60D2FE5C-8470-A0F4-379B-1E90FBD4FE7D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
>    0x7fff86479000 -     0x7fff8649bff7  com.apple.opencl 12 (12) <533D6753-D6E4-EC34-E93B-8F6498B50FBA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
>    0x7fff8649c000 -     0x7fff864a1ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
>    0x7fff864a2000 -     0x7fff86556ff7  com.apple.ColorSync 4.6.2 (4.6.2) <78A86D96-7758-6BFE-7231-A0C70F185FDD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
>    0x7fff86557000 -     0x7fff86f94fe7  com.apple.WebCore 6531.21 (6531.21.8) <04C92586-679B-00A5-E3BE-590A0E9BCB11> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
>    0x7fff86f95000 -     0x7fff871fefff  com.apple.QuartzComposer 4.1 (156.10) <F5569DC9-15E9-0815-3032-7E1257F36A3E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
>    0x7fff871ff000 -     0x7fff87240fef  com.apple.QD 3.33 (???) <3F528878-21F5-B2B5-8A9B-DF067BF91922> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
>    0x7fff87241000 -     0x7fff8729efef  com.apple.framework.IOKit 2.0 (???) <EBBEED67-D5BE-5F7F-96F4-9023BBA1B913> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
>    0x7fff8729f000 -     0x7fff8729fff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
>    0x7fff872a0000 -     0x7fff872b2fe7  libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
>    0x7fff873be000 -     0x7fff874dffe7  libcrypto.0.9.8.dylib ??? (???) <32F2A87F-B146-BBF2-3AD1-494C686F1EE3> /usr/lib/libcrypto.0.9.8.dylib
>    0x7fff874ec000 -     0x7fff874edfff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
>    0x7fff874f4000 -     0x7fff87509ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <E83DAF4F-F284-BE0B-3D9D-D573023098B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
>    0x7fff8750a000 -     0x7fff87585ff7  com.apple.ISSupport 1.9.2 (50) <09D926B6-BBF7-7E15-2978-D0C4D933543D> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
>    0x7fff8764b000 -     0x7fff87664fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
>    0x7fff87665000 -     0x7fff876ccfef  com.apple.AppleVAFramework 4.7.5 (4.7.5) <68D4E82B-7D55-A963-FF0B-80F276C1F2DE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
>    0x7fff876cd000 -     0x7fff8770afff  com.apple.LDAPFramework 2.0 (120.1) <05A853F5-76B9-AF27-6548-A2450AE86451> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
>    0x7fff8770b000 -     0x7fff8772cfff  libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
>    0x7fff8772f000 -     0x7fff8786dfff  com.apple.CoreData 102.1 (250) <8DDA49A1-F78C-DE30-8B58-EBC49E4E7ABF> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
>    0x7fff878a4000 -     0x7fff8797eff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
>    0x7fff8797f000 -     0x7fff879fcfef  com.apple.backup.framework 1.2 (1.2) <E3635A09-6221-71CE-6083-6025CE478634> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
>    0x7fff879fd000 -     0x7fff87a05fff  com.apple.DisplayServicesFW 2.2 (2.2) <2C497E53-F471-5930-D15D-C033C438F39C> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
>    0x7fff87a06000 -     0x7fff87b0ffff  com.apple.MediaToolbox 0.420.18 (420.18) <0A2444E8-DA72-7DC8-084F-D78D28E5C74F> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
>    0x7fff87b10000 -     0x7fff87b21fef  libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
>    0x7fff87b79000 -     0x7fff87b79ff7  com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
>    0x7fff87b7a000 -     0x7fff87e78fe7  com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
>    0x7fff87eaa000 -     0x7fff87ee5fe7  com.apple.CoreMedia 0.420.18 (420.18) <30166EED-C905-A818-9C3C-32E4EEA20995> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
>    0x7fff87f34000 -     0x7fff87f34ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
>    0x7fff8800b000 -     0x7fff88190fef  com.apple.JavaScriptCore 6531.21 (6531.21.9) <FB6CF9E3-A3B1-8C45-1D91-756679DE36FB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
>    0x7fff881a6000 -     0x7fff881a7ff7  libScreenReader.dylib ??? (???) <6084918D-2492-036A-C414-7BE1829854BB> /usr/lib/libScreenReader.dylib
>    0x7fff881a8000 -     0x7fff881ebfff  libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
>    0x7fff881ec000 -     0x7fff88256fe7  libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
>    0x7fff88260000 -     0x7fff882aaff7  com.apple.Metadata 10.6.2 (507.4) <A28A5E0C-DCDC-A5CE-4EB7-39752E63956A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
>    0x7fff882ab000 -     0x7fff882acff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
>    0x7fff882ad000 -     0x7fff882d3fe7  libJPEG.dylib ??? (???) <89DFAA03-2801-BB31-1F4D-1AE0804E08BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
>    0x7fff882d4000 -     0x7fff883abfff  com.apple.DiscRecording 5.0.3 (5030.4.2) <B8E82FC9-111E-E8D7-EED3-5FE1F96F9047> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
>    0x7fff8850c000 -     0x7fff88512fff  libCGXCoreImage.A.dylib ??? (???) <B6A66067-68D9-7644-B4AF-EEA3B2AACA8D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
>    0x7fff88563000 -     0x7fff8871dfef  com.apple.ImageIO.framework 3.0.1 (3.0.1) <10202E28-34DD-71CA-BE5D-1BE5C8DE2198> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
>    0x7fff8874e000 -     0x7fff887fdfff  edu.mit.Kerberos 6.5.9 (6.5.9) <42364D54-C647-14DE-2B1C-D94DAA03F092> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
>    0x7fff887fe000 -     0x7fff88882fe7  com.apple.print.framework.PrintCore 6.1 (312.3) <33C0EADA-243E-1897-335D-17C5DC6A14A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
>    0x7fff888ce000 -     0x7fff88a8cfff  libicucore.A.dylib ??? (???) <5BD16988-545F-6A8C-9A6F-FB18ACDCAEC2> /usr/lib/libicucore.A.dylib
>    0x7fff88a8d000 -     0x7fff88ba4fef  libxml2.2.dylib ??? (???) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
>    0x7fff88c38000 -     0x7fff88c3afff  com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
>    0x7fff88c3b000 -     0x7fff88ca7ff7  com.apple.CorePDF 1.1 (1.1) <3D51A551-50C5-DDD5-9A79-9679DA2806B0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
>    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
>
> Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.18f5
> Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
> Memory Module: global_name
> AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 2.0.19.8
> Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
> Network Service: AirPort, AirPort, en1
> PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
> Serial ATA Device: WDC WD3200BEKT-00F3T0, 298.09 GB
> Parallel ATA Device: MATSHITADVD-R   UJ-85J
> USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8502, 0xfd400000
> USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8205, 0x1a100000
> USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x021a, 0x5d200000
> USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x5d100000
> USB Device: Generic USB Hub, 0x058f  (Alcor Micro, Corp.), 0x9254, 0x1d100000
> USB Device: Microsoft Natural Keyboard Elite, 0x045e  (Microsoft Corporation), 0x000b, 0x1d120000
> USB Device: USB RECEIVER, 0x046d  (Logitech Inc.), 0xc50e, 0x1d130000
> FireWire Device: Oxford ATA Device 00, CREMAX TECH. CO., LTD, Up to 400 Mb/sec
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Assertion Error in Interface Builder 3.2.2 (761) - Reproducible (From: Erwin Hogeweg <email@hidden>)

  • Prev by Date: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
  • Next by Date: [xcode-users] Xcode code completion C++
  • Previous by thread: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
  • Next by thread: [xcode-users] Xcode code completion C++
  • Index(es):
    • Date
    • Thread