Adding a relationship in PPOME

Hi!
When I go into reporting structure in PPOME, select a position and choose assign I get a list of realationships, for example 002. I would like 005 to appear in the list. Does anyone know how to fix this in the IMG? All helpful answers will be appreciated and rewarded.
Thanks
Magnus

Hi Magnus,
PPOME is totally configurable.  The only thing you can't do is add delivered infotypes to the view (unless they are part of the standard and not active.)
I assume you want to add your relationship to the context menu so you can view the structure.  To do this:
Set the following user parameters (they just make it easier to configure PPOME because they allow you to view the framework codes when you access PPOME): OM_ARRAYTYPE_DISPLAY; OM_DIS_OBJECTMANAGER; OM_FRAMEWORK_OBJ_NR; OM_OBJM_SCEN_DISPLAY; OM_TABTYPE_DISPLAY.  The value for all of them should be 'X'.
IMG: Personal Management > Organizational Management > Hierarchy Framework > Integrate New Object Type > Display Object Type in Structural Overview > Define Service
You need to do the following:
Definition Service (create a service to show up in the context menu)
Attribute Service (assign your evaluation path for viewing the structure to your service)
Then, for scenario OME0 (you'll now see this in PPOME b/c of your parameters), add your new service.
Then, go to view 'Assign your own request to an object type' and assign this view to object type T. 
It's kind of complicated so review the documentation and look at the non-customer tables so you can understand how all the pieces work together.
Most of the config is client independent.
Also, are you sure you want 005?  Usually clients use 002 to administer secondary supervisory reporting relationships.  Just a consideration.
Good luck!
Sharon

Similar Messages

  • Organization Model : Adding new  relationships

    Hi friends,
    <b> Organization Model : Adding new  relationships to the existing list while assigning agents to a position </b>
    Using transaction PPOMW, after creating an organization unit we assign a position to it.
    When we right click the Position and select assign from the context menu, a dialog box appears where we have to choose relationships.
    Can we create and add new relationships to this list. say for e.g. Position: holder Site
    Please help.
    Jon

    Jon,
    This is definitely possible. I had a similar reqt where a new relationship Position: Holder Location was required.
    Here's how to go about it.
    1. We have to maintain the required entry in the table T77AR
    This can be done through Transaction Code: SM30 or OOVK
    Enter the table name T77AR and click Maintain button
    2. Select Relationship 008: Holder from the table
    Double Click on Relationship Characteristics from the frame on the Left Hand side. Here two entries are maintained.
    The details of each of the above columns are given below.
    A/B: Contains a code that represents a particular type of a relationship. there are two types, active(A) and passive(B) (reciprocal).
    The two types exist since most relationships have two corresponding sides, or perspectives. For example, consider the relationship between a father and son. There is only one relationship, but there are two distinct perspectives to that relationship.                            
    NOTE: Active and passive should not be assumed to mean superior and subordinate. Sometimes one side of a relationship does have a superior standing. However, it is also possible that both sides of a relationship have equal, and corresponding, standing. It is also possible that some relationships will be one-sided. This occurs when, for example, you create relationships with external objects.                            
    Relationship: Contains a code that represents the relationship between two objects.
    100% Check: You can specify in this field whether the 100% limit should be checked when percentages are entered for weighted relationships (infotype 1001).
    The value entered in this field will determine the type of message that is issued if the 100% limit is exceeded when a relationship is created. 
    You can choose between the following values:                     
    'E' = error                                                      
    'I' = information                                                
    'W' = warning                                                    
    ' ' = no check is carried out
    Check Work Schedule: You can use this field to control how the system is to treat relationships to persons in connection with the infotype "Work Schedule" (1011).                             
    Check obsolete: This field controls the system reaction when relationships are entered or changed in connection with the infotype "Obsolete - 1014".
    3. Now double click on the Allowed Relationships button from the frame on the left hand side.
    Here we maintain a new entry ‘Site’.
    Object: S
    Object type text: Position
    A/B: A
    Rel: 008
    Relationship Name: Holder
    RelObjType: F (Site)
    4. This entry now appears in the dialog box
    <b> R&D is the name of the game </b>
    Julius

  • Adding a Relationship to a Group of a Imported Management Pack using PowerShell

    I want to add a relationship to a existing group in SCOM so that more types of object can be added to the group. How to do this? I've managed to do this but don't know how to specify the "containment" relation in powershell. Please advise. Thanks!
    P.S. The to be answered line is "$relationshipClass.Base = ???"
    $ManagementServer = "localhost"
    $ManagementPackID = "TestNewVerTemplate"
    $ReName = "Test_22"
    Add-PSSnapin Microsoft.EnterpriseManagement.OperationsManager.Client
    $MG = New-Object Microsoft.EnterpriseManagement.ManagementGroup($ManagementServer)
    $MP = $MG.GetManagementPacks($ManagementPackID)[0]
    $relationshipClass = New-OBject Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationship($MP, $ReName, [Microsoft.EnterpriseManagement.Configuration.ManagementPackAccessibility]::Internal);
    $sourceClass = Get-SCOMClass -Name "GroupPopulation.TestNewVerTemplateGroup"
    $targetClass = Get-SCOMClass -NAme "Microsoft.Windows.Computer"
    $relationshipClass.Abstract = $false;
    $relationshipClass.Base = ???
    # There is some existing relationship in the group. If it is used, then the script works.
    # $relationshipClass.Base = $MP.GetRelationships()[0].Base;
    $relationshipClass.DisplayName = "sample relationship";
    $relationshipClass.Description = "sample relationship";
    $source = new-object Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint($relationshipClass, "Source");
    $source.Type = [Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference`1[Microsoft.EnterpriseManagement.Configuration.ManagementPackClass]]::op_implicit($sourceCLass);
    #$source.Type = $MP.GetRelationships()[0].Source.Type;
    $relationshipClass.Source = $source;
    $target = new-object Microsoft.EnterpriseManagement.Configuration.ManagementPackRelationshipEndpoint($relationshipClass, "Target");
    $target.Type = [Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference`1[Microsoft.EnterpriseManagement.Configuration.ManagementPackClass]]::op_implicit($targetClass);
    #$target.Type = $MP.GetRelationships()[1].Target.Type;
    $relationshipClass.Target = $target;
    $mp.Verify();
    $mp.AcceptChanges();

    Amdishigh,
    Please check if any of the following articles (I have 2 depending on your opsmgr version) apply to your environment.
    for SCOM 2007:
    http://msdn.microsoft.com/en-us/library/bb437513.aspx
    for SCOM 2012:
    http://msdn.microsoft.com/en-us/library/hh328983.aspx
    hth,
    Jose

  • Xcode 4.1 Crash on Startup (After Adding CoreData Relationship)

    Hello,
    I recently tried editing my CoreData model in XCode. When I made new relationships, Xcode crashed and now crashes on every subsequent open. Does anyone know of anything I can do to get it working again? I appreciate all your help in advance.
    I have tried the following:
    Deleting xcuserdata folder from project.
    Deleing preferences from the /Library/Preferences/com.apple.Xcodeprefs(or something similar to that).
    Here is a printout of the error log(also Gisted):
    Process:         Xcode [1060]
    Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.1 (516)
    Build Info:      IDEApplication-516000000000000~18
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [173]
    Date/Time:       2011-08-08 10:24:33.663 -0400
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          518142 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  261356 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      8F7A00D5-953F-46A2-B254-EC7D47950C73
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4B110
    objc[1060]: garbage collection is ON
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff832e3ce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff826e07d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff826d1a7a abort + 143
    3   com.apple.dt.IDEKit                     0x00000001044a47b8 -[IDEEditorContext _openEditorHistoryItemFromStateSaving:] + 501
    4   com.apple.dt.IDEKit                     0x0000000104465b74 -[IDEEditorBasicMode _setPersistentRepresentation:forIdentifier:] + 228
    5   com.apple.CoreFoundation                0x00007fff82b8c71e __NSArrayEnumerate + 718
    6   com.apple.dt.IDEKit                     0x0000000104465a06 -[IDEEditorModeViewController _setPersistentRepresentation:] + 155
    7   com.apple.dt.IDEKit                     0x0000000104465956 -[IDEEditorModeViewController revertStateWithDictionary:] + 93
    8   com.apple.dt.DVTFoundation              0x0000000103b8d5c7 -[DVTStateToken _pullStateFromDictionary:] + 445
    9   com.apple.dt.DVTFoundation              0x0000000103b8d38a -[DVTStateToken pullStateFromRepository] + 79
    10  com.apple.dt.IDEKit                     0x00000001044426ee -[IDEEditorArea _updateStateSavingRegistrations] + 497
    11  com.apple.dt.IDEKit                     0x0000000104464d42 -[IDEEditorArea _refreshEditorContextsAndPreserveCurrentEditorHistoryStack:] + 560
    12  com.apple.dt.IDEKit                     0x0000000104456e14 __31-[IDEEditorArea viewDidInstall]_block_invoke_0 + 451
    13  com.apple.Foundation                    0x00007fff849d718a NSKeyValueNotifyObserver + 387
    14  com.apple.Foundation                    0x00007fff849f8387 NSKeyValueDidChange + 486
    15  com.apple.Foundation                    0x00007fff849a4a2f -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    16  com.apple.dt.IDEFoundation              0x0000000104122fdc __81-[IDEWorkspace _finishLoadingAsynchronously:shouldUpgradeFromSimpleFilesFocused:]_block_invoke_0 + 329
    17  com.apple.Foundation                    0x00007fff84a0f581 -[NSBlockOperation main] + 116
    18  com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    19  com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    20  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    21  libdispatch.dylib                       0x00007fff8746977a _dispatch_main_queue_callback_4CF + 308
    22  com.apple.CoreFoundation                0x00007fff82b29c0c __CFRunLoopRun + 1724
    23  com.apple.CoreFoundation                0x00007fff82b29216 CFRunLoopRunSpecific + 230
    24  com.apple.HIToolbox                     0x00007fff8cea54ff RunCurrentEventLoopInMode + 277
    25  com.apple.HIToolbox                     0x00007fff8ceacc21 ReceiveNextEventCommon + 355
    26  com.apple.HIToolbox                     0x00007fff8ceacaae BlockUntilNextEventMatchingListInMode + 62
    27  com.apple.AppKit                        0x00007fff80f3c191 _DPSNextEvent + 659
    28  com.apple.AppKit                        0x00007fff80f3ba95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    29  com.apple.AppKit                        0x00007fff80f383d6 -[NSApplication run] + 463
    30  com.apple.AppKit                        0x00007fff811b652a NSApplicationMain + 867
    31  com.apple.dt.Xcode                      0x0000000103b5aeec 0x103b5a000 + 3820
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e4af2 read + 10
    1   com.apple.Foundation                    0x00007fff849fbea6 _NSReadFromFileDescriptor + 77
    2   com.apple.Foundation                    0x00007fff849fbcc5 -[NSConcreteFileHandle readDataOfLength:] + 258
    3   com.apple.Foundation                    0x00007fff849fbbc1 -[NSConcreteFileHandle readDataToEndOfFile] + 25
    4   com.apple.dt.DVTFoundation              0x0000000103c06613 __block_global_8 + 40
    5   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    6   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    7   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    8   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff832e47e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8746960e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8746819e _dispatch_mgr_thread + 54
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e4af2 read + 10
    1   com.apple.Foundation                    0x00007fff849fbea6 _NSReadFromFileDescriptor + 77
    2   com.apple.Foundation                    0x00007fff849fbcc5 -[NSConcreteFileHandle readDataOfLength:] + 258
    3   com.apple.Foundation                    0x00007fff849fbbc1 -[NSConcreteFileHandle readDataToEndOfFile] + 25
    4   com.apple.dt.DVTFoundation              0x0000000103c06558 __block_global_7 + 40
    5   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    6   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    7   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    8   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff832e267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff832e1d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff82b2129c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff82b29a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff82b29216 CFRunLoopRunSpecific + 230
    5   com.apple.DTDeviceKit                   0x00000001064a7535 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 253
    6   com.apple.Foundation                    0x00007fff849e81ea -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff849e8162 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff832e3df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff82b7266b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 6:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDEFoundation              0x0000000104191f73 -[IDEIndexableMainThreadProxy productHeadersInWorkspace:withCompletionBlock:] + 76
    4   com.apple.dt.IDEFoundation              0x000000010414d94b -[IDEIndex gatherProductHeadersForIndexable:] + 272
    5   com.apple.dt.IDEFoundation              0x00000001041e3623 +[IDEIndexingEngine runLoadJob:] + 88
    6   com.apple.dt.IDEFoundation              0x00000001041e5633 -[IDEIndexingJob run] + 67
    7   com.apple.dt.IDEFoundation              0x00000001041e661d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
    8   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    10  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDE.IDEModelEditor          0x00000001084ce69f __51-[IDEDataModelIssueProvider generateIssuesForFile:]_block_invoke_0 + 284
    4   com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    5   com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    6   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    7   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    8   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    9   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff832e3bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff826e22a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff82a5b63d CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff82a5aaa3 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff82a5a85b _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 10:: Dispatch queue: com.apple.xcode.indexer.connection
    0   libsystem_kernel.dylib                  0x00007fff832e4a8e pread + 10
    1   libsqlite3.dylib                        0x00007fff8a6c707c unixRead + 44
    2   libsqlite3.dylib                        0x00007fff8a6e8006 readDbPage + 102
    3   libsqlite3.dylib                        0x00007fff8a6e679b sqlite3PagerAcquire + 315
    4   libsqlite3.dylib                        0x00007fff8a7143d1 moveToRoot + 385
    5   libsqlite3.dylib                        0x00007fff8a7220f5 sqlite3BtreeMovetoUnpacked + 53
    6   libsqlite3.dylib                        0x00007fff8a70dd45 sqlite3VdbeExec + 31381
    7   libsqlite3.dylib                        0x00007fff8a70565b sqlite3_step + 1883
    8   com.apple.dt.IDEFoundation              0x00000001040d5f88 -[IDEIndexDBConnection runSQLiteStmt:sql:bindings:forEachRow:whenDone:] + 268
    9   com.apple.dt.IDEFoundation              0x00000001040d70f4 __50-[IDEIndexDBConnection doSQLChanges:withBindings:]_block_invoke_0 + 108
    10  libdispatch.dylib                       0x00007fff87469e5b _dispatch_barrier_sync_f_slow + 226
    11  com.apple.dt.IDEFoundation              0x00000001040d700b -[IDEIndexDBConnection doSQLChanges:withBindings:] + 148
    12  com.apple.dt.IDEFoundation              0x00000001040d6f6b -[IDEIndexDBTempTable insertSQLChanges:withBindings:] + 173
    13  com.apple.dt.IDEFoundation              0x00000001040fb142 -[IDEIndexDatabaseQueryProvider allSymbolsMatchingName:kind:forIndex:] + 409
    14  com.apple.dt.IDE.IDEModelEditor          0x00000001084d8206 -[IDEDataModelDocumentResultsFinder _geniusLocationsForModelObject:] + 98
    15  com.apple.dt.IDE.IDEModelEditor          0x00000001084d8794 __104-[IDEDataModelDocumentResultsFinder _getUpdateGeniusResultsPhaseOneBlock:phaseTwoBlock:phaseThreeBlock:]_block_invoke_074 + 385
    16  com.apple.dt.IDEKit                     0x000000010457473b __51-[IDEIndexGeniusResultsFinder _updateGeniusResults]_block_invoke_0426 + 160
    17  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff8746915a _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x00007fff87468fb6 _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x00007fff874687b0 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746b08e _dispatch_semaphore_wait_slow + 109
    2   com.apple.dt.DVTFoundation              0x0000000103b9ba10 __58-[DVTTask runReturningStandardOutput:standardError:error:]_block_invoke_0 + 538
    3   com.apple.dt.DVTFoundation              0x0000000103b8e606 DVTInvokeWithFailureHint + 57
    4   com.apple.dt.DVTFoundation              0x0000000103b9799b -[DVTTask runReturningStandardOutput:standardError:error:] + 554
    5   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c20067 +[IBToolCommandManager ibtoolOutputFromArguments:launchError:] + 273
    6   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1ff3f +[IBToolCommandManager nibContentsOfFileWithArguments:] + 52
    7   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1f919 -[IBIssueProvider runIBToolOnClosedDocument:] + 416
    8   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1f730 __63-[IBIssueProvider kickOffWarningsForClosedDocumentCalculation:]_block_invoke_0 + 29
    9   com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    10  com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    11  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    13  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    14  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 12:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDEFoundation              0x0000000104191f73 -[IDEIndexableMainThreadProxy productHeadersInWorkspace:withCompletionBlock:] + 76
    4   com.apple.dt.IDEFoundation              0x000000010414d94b -[IDEIndex gatherProductHeadersForIndexable:] + 272
    5   com.apple.dt.IDEFoundation              0x00000001041e3623 +[IDEIndexingEngine runLoadJob:] + 88
    6   com.apple.dt.IDEFoundation              0x00000001041e5633 -[IDEIndexingJob run] + 67
    7   com.apple.dt.IDEFoundation              0x00000001041e661d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
    8   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    10  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff63757ef8  rdx: 0x0000000000000000
      rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff63757f20  rsp: 0x00007fff63757ef8
       r8: 0x00007fff713e6fb8   r9: 0x0000000000000000  r10: 0x00007fff832e3d0a  r11: 0xffffff80002d8240
      r12: 0x0000000401ad1c40  r13: 0x0000000000000001  r14: 0x00007fff713e9960  r15: 0x00000001048dfb00
      rip: 0x00007fff832e3ce2  rfl: 0x0000000000000246  cr2: 0x0000000103bc8b2a
    Logical CPU: 0
    Binary Images:
           0x103b5a000 -        0x103b5afff  com.apple.dt.Xcode (4.1 - 516) <0AEC5D96-FEB3-33D0-A33A-F739802FC079> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
           0x103b65000 -        0x103c90ff7  com.apple.dt.DVTFoundation (4.1 - 580) <6B17F312-A6B4-38DB-8C60-BE7FD99FEDB5> /Developer/Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
           0x103d4b000 -        0x103f7afff  com.apple.dt.DVTKit (4.1 - 589) <B5DC8D7C-55FA-369C-988C-492E834F11BF> /Developer/Library/PrivateFrameworks/DVTKit.framework/Versions/A/DVTKit
           0x1040a8000 -        0x1042cbfff  com.apple.dt.IDEFoundation (4.1 - 624) <B7945488-556C-39B2-97B0-3B38C19E4E2B> /Developer/Library/PrivateFrameworks/IDEFoundation.framework/Versions/A/IDEFoundation
           0x10441b000 -        0x104823fff  com.apple.dt.IDEKit (4.1 - 632) <13206DCE-D1B8-34F5-B049-0247EF6D4264> /Developer/Library/PrivateFrameworks/IDEKit.framework/Versions/A/IDEKit
           0x104aa5000 -        0x104aa6fff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.1 - 518) <E93D37F3-99A3-3E83-918E-2402DEEC753D> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAutomator.ideplugin/Contents/MacOS/IDEInterfaceBuilderAutomator
           0x104aaa000 -        0x104f89fff +libclang.dylib (163.7.1 - compatibility 1.0.0) <A6A3A1C1-3051-384A-80DA-E1D69A471D15> /Developer/usr/clang-ide/lib/libclang.dylib
           0x10635f000 -        0x106360fff  com.apple.dt.dbg.DebuggerLLDBService (4.1 - 569) <4EDA6C25-A516-3120-8429-4635A79C47F2> /Developer/Library/Xcode/PrivatePlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
           0x106365000 -        0x106366fff  com.apple.dt.dbg.DebuggerGDBService (4.1 - 569) <977CFF74-1E82-3B29-BEED-16D0FA887F8E> /Developer/Library/Xcode/PrivatePlugIns/DebuggerGDBService.ideplugin/Contents/MacOS/DebuggerGDBService
           0x10636b000 -        0x106372ff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.1 - 504) <DD20A116-21F1-3050-9A03-73145CF93E15> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x106394000 -        0x106396fff  com.apple.AddressBook.LocalSourceBundle (1.1 - 1043) <E6A2DAEA-2AE7-3759-A8E5-D354007FDD4B> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10639b000 -        0x106417fff  com.apple.dt.IDE.IDEiPhoneSupport (4.1 - 558) <2B9EEC55-7405-3482-B2AF-430D7C66450F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
           0x106454000 -        0x106479ff7  com.apple.DTDeviceKitBase (??? - 515) <3BB007CE-A2B4-30F9-A8DF-7970E0800B2F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x106491000 -        0x10653dff7  com.apple.DTDeviceKit (4.2 - 515) <6347DCA3-95F1-3153-B15F-8F7B9D19E7D3> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x1065c5000 -        0x1065dcfff  com.apple.DeviceLinkX (4.1 - 223) <7CE62016-E1A6-3DB6-A9B6-2E4FB50EBBDA> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x1065eb000 -        0x106664fff  com.apple.mobiledevice (423.1 - 423.1) <6B3B46A2-D6AB-391E-BF8A-05F55707BD94> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
           0x10669b000 -        0x1066abff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.1 - 509) <DFE85051-5572-3076-8FFC-DED3D7578084> /Developer/Library/Xcode/PrivatePlugIns/IDEArchivedApplicationsViewer.ideplugin/Contents/MacOS/IDEArchivedApplicationsViewer
           0x1066bd000 -        0x1067a0fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x1067f6000 -        0x10681dfff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib
           0x106be6000 -        0x106bf7ff7  com.apple.dt.IDE.IDEGit (4.1 - 515) <BA4182A8-75EB-3225-B047-88AA3BB63A12> /Developer/Library/Xcode/PrivatePlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x106c18000 -        0x106e91ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.1 - 1617) <EC4E088F-4DC2-3F6B-939E-BE24BA454212> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
           0x1070a8000 -        0x107212ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.1 - 1617) <485004D5-C741-3512-8782-FF3FED95221B> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x107300000 -        0x10734afff  com.apple.glut (3.4.9 - GLUT-3.4.9) <AF49D12C-0DCD-3C20-BC22-33B3B82E029E> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x1073bc000 -        0x1073caff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.1 - 518) <035C58FE-A398-348E-A854-953AC3CD10D1> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoa.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoa
           0x1073db000 -        0x10740afff  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <FBA64FAD-B209-3101-9ABD-06460CAE8F45> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x10742b000 -        0x1074fcfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.1 - 534) <379A9EA3-3CAC-375F-B679-F9AC8C74C5F9> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x10767c000 -        0x10768eff7 +IBThunkTemplates (??? - ???) <09162C22-7124-3C7D-9768-C3AFE7B2F5F2> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/Resources/IBThunkTemplates
           0x1076c6000 -        0x10780fff7  com.apple.audio.units.Components (1.7 - 1.7) <A68668EB-624D-3867-A392-5D2E026AF14A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x107881000 -        0x107885fff  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <1EAF877E-4F15-39F7-89FA-D362AA4DA9DE> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
           0x10788a000 -        0x1078d5fff  com.apple.dt.IDE.IDEFindReplace (4.1 - 536) <197800E8-A35A-3658-8CE1-913DDD6FD388> /Developer/Library/Xcode/PrivatePlugIns/IDEFindReplace.ideplugin/Contents/MacOS/IDEFindReplace
           0x10790d000 -        0x107958fff  com.apple.DADocSetAccess (4.1 - 504) <3B6E939C-9418-3880-8015-928EF1EC6158> /Developer/Library/PrivateFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
           0x107983000 -        0x10799eff7  com.apple.DADocSetManagement (4.1 - 508) <2E3C91EC-631A-30EC-91FD-CECC3D3CBBE0> /Developer/Library/PrivateFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
           0x1079b3000 -        0x1079b9fff  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f11) <A48CFDAF-9D81-3A14-8F67-9BAE253F73AE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
           0x1079be000 -        0x107a0bfff  com.apple.dt.IDE.IDEDocViewer (4.1 - 535) <EACD4DF5-BC6C-3CB5-A172-DAB926D307F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
           0x107a4a000 -        0x107a4bfff  com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn (2.5 - 2.5f17) <04423875-5492-3137-925D-B1C59F0A1CA0> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSCOAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Contents/MacOS/IOBluetoothSCOAudioDriverPlugIn
           0x107a68000 -        0x107a7cfff  com.apple.dt.IDE.Xcode3Core (4.1 - 613) <41C0CF79-666B-3A8E-AD78-3377A31B70BD> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
           0x107a8c000 -        0x107d8afff  com.apple.Xcode.DevToolsCore (6.1 - 613) <8086867E-EB22-3F9A-BCD4-13A45824D491> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x107f14000 -        0x107f20ff7  com.apple.DevToolsFoundation (6.1 - 613) <524E4AEE-C269-30A2-BEE5-AE031CADF929> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x107f2d000 -        0x107f6aff7  com.apple.Xcode.DevToolsSupport (6.1 - 613) <833620EA-76FF-3E72-996B-0FFF953658FC> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10803d000 -        0x108045ff7  com.apple.xcode.plug-in.CoreBuildTasks (6.1 - 613) <00431651-9050-3387-9EFB-69C2E93A7072> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
           0x10804c000 -        0x10804ffff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <30FB0E7A-766F-378E-BB50-5A8D01FFB643> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x108053000 -        0x10806afff  com.apple.dt.IDE.SharedPlugInUtilities (4.1 - 504) <1B4C01A1-14CF-35BE-A9FD-D47CC6EB4897> /Developer/Library/Xcode/PrivatePlugIns/SharedPlugInUtilities.ideplugin/Contents/MacOS/SharedPlugInUtilities
           0x108078000 -        0x108177ff7  com.apple.dt.IDE.Xcode3UI (4.1 - 613) <53C10CDF-0C65-3BEE-ACD0-EA183D08BF12> /Developer/Library/Xcode/PrivatePlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
           0x108227000 -        0x108238ff7  com.apple.dt.IDE.IDEQuickHelp (4.1 - 509) <C7647FCB-B967-301B-BD7A-A23131CA6448> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
           0x10824a000 -        0x10830afff  com.apple.dt.IDE.IDEDevkitRefactoring (4.1 - 529) <02DB4D42-DD5C-38B3-A237-10EBBE2E44F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDevkitRefactoring.ideplugin/Contents/MacOS/IDEDevkitRefactoring
           0x108377000 -        0x1083fbff7  com.apple.dt.IDE.IDESourceEditor (4.1 - 581) <74E149BB-E9F6-36DE-8517-C06E80EFC28C> /Developer/Library/Xcode/PrivatePlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
           0x108450000 -        0x10852efff  com.apple.dt.IDE.IDEModelEditor (4.1 - 562) <A3EBFCC0-8878-33AE-A97C-0BA4DA8A3E88> /Developer/Library/Xcode/PrivatePlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
           0x1085bb000 -        0x108622fff  com.apple.dt.IDE.IDEModelFoundation (4.1 - 562) <48D9AF4D-530B-387A-93C5-90C98329E1C7> /Developer/Library/Xcode/PrivatePlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
           0x10866b000 -        0x108672fff  com.apple.dt.PlistEditor (4.1 - 508) <E6A85CD1-5E55-3F23-8A9B-751FCE8824FC> /Developer/Library/Xcode/PrivatePlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
           0x10867b000 -        0x10867bfff  com.apple.dt.IDE.IDEAppleScriptEditor (4.1 - 504) <0803587F-C46E-30BC-8C39-57DE28F9203A> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
           0x10867f000 -        0x108686fff  com.apple.dt.ScriptingDefinitionEditor (4.1 - 501) <C596D2D7-A2E2-32D8-9765-90382F747EB6> /Developer/Library/Xcode/PrivatePlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
           0x10868d000 -        0x10869fff7  com.apple.dt.IDE.IDERTFEditor (4.1 - 503) <1BB5CE6C-CFA0-3922-855A-F0A88115980A> /Developer/Library/Xcode/PrivatePlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
           0x1086af000 -        0x1086b2ff7  com.apple.dt.IDE.IDEPDFViewer (4.1 - 504) <279F0866-1E21-3F00-B919-C24C81B5880B> /Developer/Library/Xcode/PrivatePlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
           0x1086b9000 -        0x1086c5fff  com.apple.dt.IDE.IDEQuickLookEditor (4.1 - 506) <61A9F2B5-76CF-3758-BC75-269922788CB7> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
           0x1086d4000 -        0x1086f1ff7  com.apple.dt.dbg.DebuggerFoundation (4.1 - 569) <DAA1807A-27FA-3DB1-AF31-E50681DE72EE> /Developer/Library/Xcode/PrivatePlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
           0x10870c000 -        0x108763ff7  com.apple.dt.dbg.DebuggerUI (4.1 - 569) <5352C8C1-C833-3B42-8D11-47AC1CAB3ABD> /Developer/Library/Xcode/PrivatePlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
           0x1087a8000 -        0x1087aeff7  com.apple.dt.IDE.HexEditor (4.1 - 510) <6FE56852-C0A5-3481-A17B-93D59071AD01> /Developer/Library/Xcode/PrivatePlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
           0x1087b6000 -        0x1087eeff7 +com.ridiculousfish.HexFiendFramework (4.1 - 510) <70AB51F9-A170-328E-B0BA-97145519CCF4> /Developer/Library/PrivateFrameworks/HexFiend.framework/Versions/A/HexFiend
           0x108814000 -        0x108846ff7  com.apple.dt.IDE.IDELogNavigator (4.1 - 511) <6884D0D6-AE3C-36EB-B6ED-C7C9EE8B9691> /Developer/Library/Xcode/PrivatePlugIns/IDELogNavigator.ideplugin/Contents/MacOS/IDELogNavigator
           0x10887a000 -        0x1088b5ff7  com.apple.dt.IDE.IDERepositoryViewer (4.1 - 537) <1515B898-D7B0-38F1-B916-4C4B5FB5211F> /Developer/Library/Xcode/PrivatePlugIns/IDERepositoryViewer.ideplugin/Contents/MacOS/IDERepositoryViewer
           0x1088e4000 -        0x1088f0ff7  com.apple.dt.IDE.IDESubversion (4.1 - 514) <B1AB3BDE-5BFC-3DAD-BE64-9BBC4B6503EA> /Developer/Library/Xcode/PrivatePlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
           0x1088fa000 -        0x108914ff7  com.apple.dt.IDE.IDESymbolNavigator (4.1 - 512) <EC8F5F18-70BC-3403-B50E-4E3A5563B8DB> /Developer/Library/Xcode/PrivatePlugIns/IDESymbolNavigator.ideplugin/Contents/MacOS/IDESymbolNavigator
           0x108929000 -        0x108935ff7  com.apple.dt.IDE.IDEIssueNavigator (4.1 - 508) <BC401A4A-B7C7-3AB2-81CE-04CE5C68E0D3> /Developer/Library/Xcode/PrivatePlugIns/IDEIssueNavigator.ideplugin/Contents/MacOS/IDEIssueNavigator
           0x108968000 -        0x108968ff5 +cl_kernels (??? - ???) <33E853BE-2EE6-4B0B-A20C-FE2687063F4C> cl_kernels
           0x1089e9000 -        0x1089ecff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x108a50000 -        0x108a56fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x108a5e000 -        0x108a5effd +cl_kernels (??? - ???) <9A773680-E32F-4197-B4D4-080E9C59639A> cl_kernels
           0x108a63000 -        0x108a64ffc +cl_kernels (??? - ???) <43038D98-A7B4-4866-854E-CBBDEE05CA85> cl_kernels
           0x109a4e000 -        0x109ae1ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
           0x10a742000 -        0x10a743ff3 +cl_kernels (??? - ???) <F44FA935-F454-4FF2-B5B0-85A1966B3D9F> cl_kernels
           0x10a755000 -        0x10a77efff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AC4F634F-E01E-3796-A6BD-65B9E2167E6A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x10a7d8000 -        0x10a7e7fff  com.apple.dt.IDE.IDEStructureNavigator (4.1 - 510) <A13749F5-02D0-39B6-9B59-10D794E18BAF> /Developer/Library/Xcode/PrivatePlugIns/IDEStructureNavigator.ideplugin/Contents/MacOS/IDEStructureNavigator
           0x10a7f3000 -        0x10a7fcfff  com.apple.dt.IDE.IDEProjectsOrganizer (4.1 - 512) <E73E29F5-D9C4-3048-AD88-47839EF767CE> /Developer/Library/Xcode/PrivatePlugIns/IDEProjectsOrganizer.ideplugin/Contents/MacOS/IDEProjectsOrganizer
           0x10c02f000 -        0x10c032fff  com.apple.DirectoryServicesSource (1.1 - 1043) <B1B5FB51-29C4-3D13-AE52-D344C6EE11AE> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10c506000 -        0x10c506ff5 +cl_kernels (??? - ???) <4D2AAA25-39F6-409F-A515-8871DC018C9D> cl_kernels
           0x10c520000 -        0x10c521ff3 +cl_kernels (??? - ???) <092B6D54-43EC-4200-8DA7-8633DC1DABFE> cl_kernels
           0x10c81b000 -        0x10c9b3ff7  GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10c9e6000 -        0x10cadffff  libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
           0x10cb05000 -        0x10cb33ff7  GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x10d742000 -        0x10d744ff7  com.apple.dt.IDE.IDETemplateLibrary (4.1 - 510) <C5AB1D4C-B441-39A1-8AAC-D6D067FC270F> /Developer/Library/Xcode/PrivatePlugIns/IDETemplateLibrary.ideplugin/Contents/MacOS/IDETemplateLibrary
           0x10d878000 -        0x10d879ff7  com.apple.dt.IDE.IDEAppleScriptCore (4.1 - 504) <9955BEEC-A45D-328C-8434-01C6403D7AFC> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
           0x200000000 -        0x20075ffff  com.apple.GeForceGLDriver (7.2.9 - 7.0.2) <5DB4B25D-E5DA-3EEB-A979-13FCBFA7958B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff6375a000 -     0x7fff6378eac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff80c76000 -     0x7fff80cb6fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff80cb7000 -     0x7fff80cc3fff  com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff80ccc000 -     0x7fff80cf7ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff80cf8000 -     0x7fff80d73ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff80d74000 -     0x7fff80d75ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff80d76000 -     0x7fff80dc6fff  com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff80dc7000 -     0x7fff80e21fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff80e6b000 -     0x7fff80f32ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff80f33000 -     0x7fff81b2bfff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff81b2c000 -     0x7fff81fd3ff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff82145000 -     0x7fff822cffff  com.apple.WebKit (7534 - 7534.48.3) <03AC8252-B3A1-3A7C-9DAF-99CC9DC56D5D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff822d9000 -     0x7fff8230efff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff8230f000 -     0x7fff82468ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82502000 -     0x7fff825e0ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff825e1000 -     0x7fff82665ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff82666000 -     0x7fff8268ffff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff82690000 -     0x7fff8276dfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff8276e000 -     0x7fff82771fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff82772000 -     0x7fff82784ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff82785000 -     0x7fff82797ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff829b9000 -     0x7fff82a58fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff82a59000 -     0x7fff82a81ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff82a86000 -     0x7fff82ae8ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff82ae9000 -     0x7fff82aecfff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82af1000 -     0x7fff82cc4ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82cc5000 -     0x7fff82cccff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff82ccd000 -     0x7fff82d07fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff82d71000 -     0x7fff82d8efff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff82d8f000 -     0x7fff82d90fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff82d93000 -     0x7fff82d99fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff82d9a000 -     0x7fff82e30ff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff82e46000 -     0x7fff82e47ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff82e48000 -     0x7fff82f54fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff82f5f000 -     0x7fff82f5ffff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82f60000 -     0x7fff82fb2ff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82fb3000 -     0x7fff832ccfff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff832cd000 -     0x7fff832edfff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8335d000 -     0x7fff8336bfff  com.apple.HelpData (2.1.0 - 68) <A2C4DDC9-2ECB-37C0-A2E3-D01168EE31F7> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff833e1000 -     0x7fff833feff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff833ff000 -     0x7fff8360cfff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8360d000 -     0x7fff8371afff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8371b000 -     0x7fff83810fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff83811000 -     0x7fff83815fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83816000 -     0x7fff83bdcfff  com.apple.MediaToolbox (1.0 - 705.35) <EC6755D1-58BC-36F5-AB66-143D03A0AF8C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83d86000 -     0x7fff83e38fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff83e39000 -     0x7fff83ed3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff83ed4000 -     0x7fff83f01fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff83f02000 -     0x7fff8408cff7  com.apple.QTKit (7.7.1 - 2246) <C8A57DE8-A86A-34B6-B6BA-565EE3B6D140> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8408d000 -     0x7fff8408dfff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8408e000 -     0x7fff8416cff7  com.apple.DiscRecording (6.0 - 6000.4.1) <DB0D0211-953B-3261-A4FD-74D2AC671DA6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8416d000 -     0x7fff84185fff  com.apple.iChat.InstantMessage (6.0 - 833) <DF9EAA84-8AE6-3BFD-AB21-7BDED2161564> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff84186000 -     0x7fff8418afff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8418b000 -     0x7fff84191fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff84192000 -     0x7fff842a7fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff842a8000 -     0x7fff842b7fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff842b8000 -     0x7fff842bbfff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff842bc000 -     0x7fff84310ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff84311000 -     0x7fff844e7ff7  com.apple.AutomatorFramework (1.2.2 - 329) <1CC7727C-E5DC-3142-A966-82C6F2AAD78B> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff844eb000 -     0x7fff84533fff  com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff84534000 -     0x7fff84542ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff84891000 -     0x7fff848aeff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff848af000 -     0x7fff848b4fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff848b5000 -     0x7fff8491ffff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff84920000 -     0x7fff84950fff  com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff84951000 -     0x7fff84959fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8495a000 -     0x7fff8498dfff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8498e000 -     0x7fff84ca0fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84ca1000 -     0x7fff84ca6fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff84cab000 -     0x7fff84d1bfff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff84d1c000 -     0x7fff84d70ff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff84db1000 -     0x7fff84dd8fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff84ee6000 -     0x7fff84f0cfff  com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
        0x7fff84f9e000 -     0x7fff84fb5fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff84fb6000 -     0x7fff84fb6fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84fb7000 -     0x7fff84fc2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <5209B4F1-D6D6-337B-B3C8-E168931C778C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff84fc3000 -     0x7fff84fc4fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8505d000 -     0x7fff85062fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff85093000 -     0x7fff85677faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8579a000 -     0x7fff857d9fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff857da000 -     0x7fff85809fff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8580a000 -     0x7fff86503fef  com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff86504000 -     0x7fff86606ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff86607000 -     0x7fff866a9ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff866aa000 -     0x7fff8672cfff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8672d000 -     0x7fff8672dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8672e000 -     0x7fff8672ffff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8673b000 -     0x7fff86740ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff86769000 -     0x7fff86a40fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86a41000 -     0x7fff86a45ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff86a46000 -     0x7fff86a4dfff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff86a4e000 -     0x7fff86b32def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff86b33000 -     0x7fff86b79fff  com.apple.OSAKit (1.2.2 - 80) <2D6F7A0D-61DD-317B-B812-8FF6797BD5BF> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff86b7a000 -     0x7fff86befff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff86bf0000 -     0x7fff86ccffff  com.apple.Bluetooth (2.5 - 2.5f17) <06131970-81E0-35DE-B13A-BC9487A5BC3D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff86cd0000 -     0x7fff86cedfff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <CC86755A-6CF1-3DDF-A1B0-6F7F5BD7BB39> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff86cee000 -     0x7fff86d2cfff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff86d82000 -     0x7fff86dd0ff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff86ddd000 -     0x7fff86de7ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff86de8000 -     0x7fff86df5ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff86df6000 -     0x7fff86e04ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff86e05000 -     0x7fff86e05fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86e06000 -     0x7fff87074ff7  com.apple.QuartzComposer (5.0 - 232) <CE01B3AC-C19F-3148-9301-615E8FD6F356> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8710e000 -     0x7fff87427ff7  com.apple.AddressBook.framework (6.0 - 1043) <A6302279-FD1B-3BB7-8419-362425FC5568> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87466000 -     0x7fff87474fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff87475000 -     0x7fff87480fff  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff87481000 -     0x7fff874b6fff  libTrueTypeScaler.dylib (??? - ???) <DBF3758F-EA51-3009-840E-CA5B8B466F3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff874b7000 -     0x7fff87549fff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff875aa000 -     0x7fff879c5fff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff879d4000 -     0x7fff87a3bfff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff87a3c000 -     0x7fff87a83ff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff87a84000 -     0x7fff87ad7fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87aea000 -     0x7fff87b00ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/Im

    Hello,
    I recently tried editing my CoreData model in XCode. When I made new relationships, Xcode crashed and now crashes on every subsequent open. Does anyone know of anything I can do to get it working again? I appreciate all your help in advance.
    I have tried the following:
    Deleting xcuserdata folder from project.
    Deleing preferences from the /Library/Preferences/com.apple.Xcodeprefs(or something similar to that).
    Here is a printout of the error log(also Gisted):
    Process:         Xcode [1060]
    Path:            /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:      com.apple.dt.Xcode
    Version:         4.1 (516)
    Build Info:      IDEApplication-516000000000000~18
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [173]
    Date/Time:       2011-08-08 10:24:33.663 -0400
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          518142 sec
    Crashes Since Last Report:           16
    Per-App Interval Since Last Report:  261356 sec
    Per-App Crashes Since Last Report:   16
    Anonymous UUID:                      8F7A00D5-953F-46A2-B254-EC7D47950C73
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    ProductBuildVersion: 4B110
    objc[1060]: garbage collection is ON
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff832e3ce2 __pthread_kill + 10
    1   libsystem_c.dylib                       0x00007fff826e07d2 pthread_kill + 95
    2   libsystem_c.dylib                       0x00007fff826d1a7a abort + 143
    3   com.apple.dt.IDEKit                     0x00000001044a47b8 -[IDEEditorContext _openEditorHistoryItemFromStateSaving:] + 501
    4   com.apple.dt.IDEKit                     0x0000000104465b74 -[IDEEditorBasicMode _setPersistentRepresentation:forIdentifier:] + 228
    5   com.apple.CoreFoundation                0x00007fff82b8c71e __NSArrayEnumerate + 718
    6   com.apple.dt.IDEKit                     0x0000000104465a06 -[IDEEditorModeViewController _setPersistentRepresentation:] + 155
    7   com.apple.dt.IDEKit                     0x0000000104465956 -[IDEEditorModeViewController revertStateWithDictionary:] + 93
    8   com.apple.dt.DVTFoundation              0x0000000103b8d5c7 -[DVTStateToken _pullStateFromDictionary:] + 445
    9   com.apple.dt.DVTFoundation              0x0000000103b8d38a -[DVTStateToken pullStateFromRepository] + 79
    10  com.apple.dt.IDEKit                     0x00000001044426ee -[IDEEditorArea _updateStateSavingRegistrations] + 497
    11  com.apple.dt.IDEKit                     0x0000000104464d42 -[IDEEditorArea _refreshEditorContextsAndPreserveCurrentEditorHistoryStack:] + 560
    12  com.apple.dt.IDEKit                     0x0000000104456e14 __31-[IDEEditorArea viewDidInstall]_block_invoke_0 + 451
    13  com.apple.Foundation                    0x00007fff849d718a NSKeyValueNotifyObserver + 387
    14  com.apple.Foundation                    0x00007fff849f8387 NSKeyValueDidChange + 486
    15  com.apple.Foundation                    0x00007fff849a4a2f -[NSObject(NSKeyValueObserverNotification) didChangeValueForKey:] + 130
    16  com.apple.dt.IDEFoundation              0x0000000104122fdc __81-[IDEWorkspace _finishLoadingAsynchronously:shouldUpgradeFromSimpleFilesFocused:]_block_invoke_0 + 329
    17  com.apple.Foundation                    0x00007fff84a0f581 -[NSBlockOperation main] + 116
    18  com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    19  com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    20  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    21  libdispatch.dylib                       0x00007fff8746977a _dispatch_main_queue_callback_4CF + 308
    22  com.apple.CoreFoundation                0x00007fff82b29c0c __CFRunLoopRun + 1724
    23  com.apple.CoreFoundation                0x00007fff82b29216 CFRunLoopRunSpecific + 230
    24  com.apple.HIToolbox                     0x00007fff8cea54ff RunCurrentEventLoopInMode + 277
    25  com.apple.HIToolbox                     0x00007fff8ceacc21 ReceiveNextEventCommon + 355
    26  com.apple.HIToolbox                     0x00007fff8ceacaae BlockUntilNextEventMatchingListInMode + 62
    27  com.apple.AppKit                        0x00007fff80f3c191 _DPSNextEvent + 659
    28  com.apple.AppKit                        0x00007fff80f3ba95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
    29  com.apple.AppKit                        0x00007fff80f383d6 -[NSApplication run] + 463
    30  com.apple.AppKit                        0x00007fff811b652a NSApplicationMain + 867
    31  com.apple.dt.Xcode                      0x0000000103b5aeec 0x103b5a000 + 3820
    Thread 1:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e4af2 read + 10
    1   com.apple.Foundation                    0x00007fff849fbea6 _NSReadFromFileDescriptor + 77
    2   com.apple.Foundation                    0x00007fff849fbcc5 -[NSConcreteFileHandle readDataOfLength:] + 258
    3   com.apple.Foundation                    0x00007fff849fbbc1 -[NSConcreteFileHandle readDataToEndOfFile] + 25
    4   com.apple.dt.DVTFoundation              0x0000000103c06613 __block_global_8 + 40
    5   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    6   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    7   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    8   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff832e47e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff8746960e _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff8746819e _dispatch_mgr_thread + 54
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e4af2 read + 10
    1   com.apple.Foundation                    0x00007fff849fbea6 _NSReadFromFileDescriptor + 77
    2   com.apple.Foundation                    0x00007fff849fbcc5 -[NSConcreteFileHandle readDataOfLength:] + 258
    3   com.apple.Foundation                    0x00007fff849fbbc1 -[NSConcreteFileHandle readDataToEndOfFile] + 25
    4   com.apple.dt.DVTFoundation              0x0000000103c06558 __block_global_7 + 40
    5   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    6   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    7   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    8   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff832e267a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff832e1d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff82b2129c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff82b29a04 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff82b29216 CFRunLoopRunSpecific + 230
    5   com.apple.DTDeviceKit                   0x00000001064a7535 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 253
    6   com.apple.Foundation                    0x00007fff849e81ea -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff849e8162 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff832e3df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff82b7266b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 6:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDEFoundation              0x0000000104191f73 -[IDEIndexableMainThreadProxy productHeadersInWorkspace:withCompletionBlock:] + 76
    4   com.apple.dt.IDEFoundation              0x000000010414d94b -[IDEIndex gatherProductHeadersForIndexable:] + 272
    5   com.apple.dt.IDEFoundation              0x00000001041e3623 +[IDEIndexingEngine runLoadJob:] + 88
    6   com.apple.dt.IDEFoundation              0x00000001041e5633 -[IDEIndexingJob run] + 67
    7   com.apple.dt.IDEFoundation              0x00000001041e661d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
    8   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    10  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 7:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDE.IDEModelEditor          0x00000001084ce69f __51-[IDEDataModelIssueProvider generateIssuesForFile:]_block_invoke_0 + 284
    4   com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    5   com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    6   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    7   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    8   libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    9   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 8:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff832e3bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff826e22a6 _pthread_cond_wait + 890
    2   com.apple.CoreVideo                     0x00007fff82a5b63d CVDisplayLink::waitUntil(unsigned long long) + 279
    3   com.apple.CoreVideo                     0x00007fff82a5aaa3 CVDisplayLink::runIOThread() + 559
    4   com.apple.CoreVideo                     0x00007fff82a5a85b _ZL13startIOThreadPv + 148
    5   libsystem_c.dylib                       0x00007fff826de8bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff826e1b75 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 10:: Dispatch queue: com.apple.xcode.indexer.connection
    0   libsystem_kernel.dylib                  0x00007fff832e4a8e pread + 10
    1   libsqlite3.dylib                        0x00007fff8a6c707c unixRead + 44
    2   libsqlite3.dylib                        0x00007fff8a6e8006 readDbPage + 102
    3   libsqlite3.dylib                        0x00007fff8a6e679b sqlite3PagerAcquire + 315
    4   libsqlite3.dylib                        0x00007fff8a7143d1 moveToRoot + 385
    5   libsqlite3.dylib                        0x00007fff8a7220f5 sqlite3BtreeMovetoUnpacked + 53
    6   libsqlite3.dylib                        0x00007fff8a70dd45 sqlite3VdbeExec + 31381
    7   libsqlite3.dylib                        0x00007fff8a70565b sqlite3_step + 1883
    8   com.apple.dt.IDEFoundation              0x00000001040d5f88 -[IDEIndexDBConnection runSQLiteStmt:sql:bindings:forEachRow:whenDone:] + 268
    9   com.apple.dt.IDEFoundation              0x00000001040d70f4 __50-[IDEIndexDBConnection doSQLChanges:withBindings:]_block_invoke_0 + 108
    10  libdispatch.dylib                       0x00007fff87469e5b _dispatch_barrier_sync_f_slow + 226
    11  com.apple.dt.IDEFoundation              0x00000001040d700b -[IDEIndexDBConnection doSQLChanges:withBindings:] + 148
    12  com.apple.dt.IDEFoundation              0x00000001040d6f6b -[IDEIndexDBTempTable insertSQLChanges:withBindings:] + 173
    13  com.apple.dt.IDEFoundation              0x00000001040fb142 -[IDEIndexDatabaseQueryProvider allSymbolsMatchingName:kind:forIndex:] + 409
    14  com.apple.dt.IDE.IDEModelEditor          0x00000001084d8206 -[IDEDataModelDocumentResultsFinder _geniusLocationsForModelObject:] + 98
    15  com.apple.dt.IDE.IDEModelEditor          0x00000001084d8794 __104-[IDEDataModelDocumentResultsFinder _getUpdateGeniusResultsPhaseOneBlock:phaseTwoBlock:phaseThreeBlock:]_block_invoke_074 + 385
    16  com.apple.dt.IDEKit                     0x000000010457473b __51-[IDEIndexGeniusResultsFinder _updateGeniusResults]_block_invoke_0426 + 160
    17  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff8746915a _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x00007fff87468fb6 _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x00007fff874687b0 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 11:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746b08e _dispatch_semaphore_wait_slow + 109
    2   com.apple.dt.DVTFoundation              0x0000000103b9ba10 __58-[DVTTask runReturningStandardOutput:standardError:error:]_block_invoke_0 + 538
    3   com.apple.dt.DVTFoundation              0x0000000103b8e606 DVTInvokeWithFailureHint + 57
    4   com.apple.dt.DVTFoundation              0x0000000103b9799b -[DVTTask runReturningStandardOutput:standardError:error:] + 554
    5   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c20067 +[IBToolCommandManager ibtoolOutputFromArguments:launchError:] + 273
    6   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1ff3f +[IBToolCommandManager nibContentsOfFileWithArguments:] + 52
    7   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1f919 -[IBIssueProvider runIBToolOnClosedDocument:] + 416
    8   com.apple.dt.IDE.IDEInterfaceBuilderKit          0x0000000106c1f730 __63-[IBIssueProvider kickOffWarningsForClosedDocumentCalculation:]_block_invoke_0 + 29
    9   com.apple.Foundation                    0x00007fff849d60b0 -[__NSOperationInternal start] + 705
    10  com.apple.Foundation                    0x00007fff849e93d2 ____NSOQSchedule_block_invoke_2 + 124
    11  libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    13  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    14  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 12:: Dispatch queue: com.apple.root.low-priority
    0   libsystem_kernel.dylib                  0x00007fff832e26b6 semaphore_wait_trap + 10
    1   libdispatch.dylib                       0x00007fff8746ac12 _dispatch_thread_semaphore_wait + 18
    2   libdispatch.dylib                       0x00007fff87469e02 _dispatch_barrier_sync_f_slow + 137
    3   com.apple.dt.IDEFoundation              0x0000000104191f73 -[IDEIndexableMainThreadProxy productHeadersInWorkspace:withCompletionBlock:] + 76
    4   com.apple.dt.IDEFoundation              0x000000010414d94b -[IDEIndex gatherProductHeadersForIndexable:] + 272
    5   com.apple.dt.IDEFoundation              0x00000001041e3623 +[IDEIndexingEngine runLoadJob:] + 88
    6   com.apple.dt.IDEFoundation              0x00000001041e5633 -[IDEIndexingJob run] + 67
    7   com.apple.dt.IDEFoundation              0x00000001041e661d __40-[IDEIndexingJobScheduler _scheduleJobs]_block_invoke_0 + 28
    8   libdispatch.dylib                       0x00007fff8746790a _dispatch_call_block_and_release + 18
    9   libdispatch.dylib                       0x00007fff874687e9 _dispatch_worker_thread2 + 255
    10  libsystem_c.dylib                       0x00007fff826e03da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff832e4192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff826e0594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff826e1b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff63757ef8  rdx: 0x0000000000000000
      rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff63757f20  rsp: 0x00007fff63757ef8
       r8: 0x00007fff713e6fb8   r9: 0x0000000000000000  r10: 0x00007fff832e3d0a  r11: 0xffffff80002d8240
      r12: 0x0000000401ad1c40  r13: 0x0000000000000001  r14: 0x00007fff713e9960  r15: 0x00000001048dfb00
      rip: 0x00007fff832e3ce2  rfl: 0x0000000000000246  cr2: 0x0000000103bc8b2a
    Logical CPU: 0
    Binary Images:
           0x103b5a000 -        0x103b5afff  com.apple.dt.Xcode (4.1 - 516) <0AEC5D96-FEB3-33D0-A33A-F739802FC079> /Developer/Applications/Xcode.app/Contents/MacOS/Xcode
           0x103b65000 -        0x103c90ff7  com.apple.dt.DVTFoundation (4.1 - 580) <6B17F312-A6B4-38DB-8C60-BE7FD99FEDB5> /Developer/Library/PrivateFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
           0x103d4b000 -        0x103f7afff  com.apple.dt.DVTKit (4.1 - 589) <B5DC8D7C-55FA-369C-988C-492E834F11BF> /Developer/Library/PrivateFrameworks/DVTKit.framework/Versions/A/DVTKit
           0x1040a8000 -        0x1042cbfff  com.apple.dt.IDEFoundation (4.1 - 624) <B7945488-556C-39B2-97B0-3B38C19E4E2B> /Developer/Library/PrivateFrameworks/IDEFoundation.framework/Versions/A/IDEFoundation
           0x10441b000 -        0x104823fff  com.apple.dt.IDEKit (4.1 - 632) <13206DCE-D1B8-34F5-B049-0247EF6D4264> /Developer/Library/PrivateFrameworks/IDEKit.framework/Versions/A/IDEKit
           0x104aa5000 -        0x104aa6fff  com.apple.dt.IDE.IDEInterfaceBuilderAutomator (4.1 - 518) <E93D37F3-99A3-3E83-918E-2402DEEC753D> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAutomator.ideplugin/Contents/MacOS/IDEInterfaceBuilderAutomator
           0x104aaa000 -        0x104f89fff +libclang.dylib (163.7.1 - compatibility 1.0.0) <A6A3A1C1-3051-384A-80DA-E1D69A471D15> /Developer/usr/clang-ide/lib/libclang.dylib
           0x10635f000 -        0x106360fff  com.apple.dt.dbg.DebuggerLLDBService (4.1 - 569) <4EDA6C25-A516-3120-8429-4635A79C47F2> /Developer/Library/Xcode/PrivatePlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
           0x106365000 -        0x106366fff  com.apple.dt.dbg.DebuggerGDBService (4.1 - 569) <977CFF74-1E82-3B29-BEED-16D0FA887F8E> /Developer/Library/Xcode/PrivatePlugIns/DebuggerGDBService.ideplugin/Contents/MacOS/DebuggerGDBService
           0x10636b000 -        0x106372ff7  com.apple.DVTiPhoneSimulatorRemoteClient (4.1 - 504) <DD20A116-21F1-3050-9A03-73145CF93E15> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x106394000 -        0x106396fff  com.apple.AddressBook.LocalSourceBundle (1.1 - 1043) <E6A2DAEA-2AE7-3759-A8E5-D354007FDD4B> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10639b000 -        0x106417fff  com.apple.dt.IDE.IDEiPhoneSupport (4.1 - 558) <2B9EEC55-7405-3482-B2AF-430D7C66450F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
           0x106454000 -        0x106479ff7  com.apple.DTDeviceKitBase (??? - 515) <3BB007CE-A2B4-30F9-A8DF-7970E0800B2F> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x106491000 -        0x10653dff7  com.apple.DTDeviceKit (4.2 - 515) <6347DCA3-95F1-3153-B15F-8F7B9D19E7D3> /Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x1065c5000 -        0x1065dcfff  com.apple.DeviceLinkX (4.1 - 223) <7CE62016-E1A6-3DB6-A9B6-2E4FB50EBBDA> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x1065eb000 -        0x106664fff  com.apple.mobiledevice (423.1 - 423.1) <6B3B46A2-D6AB-391E-BF8A-05F55707BD94> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
           0x10669b000 -        0x1066abff7  com.apple.dt.IDE.IDEArchivedApplicationsViewer (4.1 - 509) <DFE85051-5572-3076-8FFC-DED3D7578084> /Developer/Library/Xcode/PrivatePlugIns/IDEArchivedApplicationsViewer.ideplugin/Contents/MacOS/IDEArchivedApplicationsViewer
           0x1066bd000 -        0x1067a0fff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
           0x1067f6000 -        0x10681dfff  libssl.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <B0925A5D-5355-3ECE-BF2F-E576FF105F5A> /usr/lib/libssl.0.9.7.dylib
           0x106be6000 -        0x106bf7ff7  com.apple.dt.IDE.IDEGit (4.1 - 515) <BA4182A8-75EB-3225-B047-88AA3BB63A12> /Developer/Library/Xcode/PrivatePlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x106c18000 -        0x106e91ff7  com.apple.dt.IDE.IDEInterfaceBuilderKit (4.1 - 1617) <EC4E088F-4DC2-3F6B-939E-BE24BA454212> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
           0x1070a8000 -        0x107212ff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (4.1 - 1617) <485004D5-C741-3512-8782-FF3FED95221B> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x107300000 -        0x10734afff  com.apple.glut (3.4.9 - GLUT-3.4.9) <AF49D12C-0DCD-3C20-BC22-33B3B82E029E> /System/Library/Frameworks/GLUT.framework/Versions/A/GLUT
           0x1073bc000 -        0x1073caff7  com.apple.dt.IDE.IDEInterfaceBuilderCocoa (4.1 - 518) <035C58FE-A398-348E-A854-953AC3CD10D1> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoa.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoa
           0x1073db000 -        0x10740afff  com.apple.DiscRecordingUI (6.0 - 6000.4.1) <FBA64FAD-B209-3101-9ABD-06460CAE8F45> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x10742b000 -        0x1074fcfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (4.1 - 534) <379A9EA3-3CAC-375F-B679-F9AC8C74C5F9> /Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x10767c000 -        0x10768eff7 +IBThunkTemplates (??? - ???) <09162C22-7124-3C7D-9768-C3AFE7B2F5F2> /Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/Resources/IBThunkTemplates
           0x1076c6000 -        0x10780fff7  com.apple.audio.units.Components (1.7 - 1.7) <A68668EB-624D-3867-A392-5D2E026AF14A> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x107881000 -        0x107885fff  com.apple.audio.AudioIPCPlugIn (1.2.0 - 1.2.0) <1EAF877E-4F15-39F7-89FA-D362AA4DA9DE> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugIn.bundle/Contents/MacOS/AudioIPCPlugIn
           0x10788a000 -        0x1078d5fff  com.apple.dt.IDE.IDEFindReplace (4.1 - 536) <197800E8-A35A-3658-8CE1-913DDD6FD388> /Developer/Library/Xcode/PrivatePlugIns/IDEFindReplace.ideplugin/Contents/MacOS/IDEFindReplace
           0x10790d000 -        0x107958fff  com.apple.DADocSetAccess (4.1 - 504) <3B6E939C-9418-3880-8015-928EF1EC6158> /Developer/Library/PrivateFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
           0x107983000 -        0x10799eff7  com.apple.DADocSetManagement (4.1 - 508) <2E3C91EC-631A-30EC-91FD-CECC3D3CBBE0> /Developer/Library/PrivateFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
           0x1079b3000 -        0x1079b9fff  com.apple.audio.AppleHDAHALPlugIn (2.1.1 - 2.1.1f11) <A48CFDAF-9D81-3A14-8F67-9BAE253F73AE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
           0x1079be000 -        0x107a0bfff  com.apple.dt.IDE.IDEDocViewer (4.1 - 535) <EACD4DF5-BC6C-3CB5-A172-DAB926D307F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
           0x107a4a000 -        0x107a4bfff  com.apple.bluetooth.IOBluetoothSCOAudioDriverPlugIn (2.5 - 2.5f17) <04423875-5492-3137-925D-B1C59F0A1CA0> /System/Library/Extensions/IOBluetoothFamily.kext/Contents/PlugIns/IOBluetoothSCOAudioDriver.kext/Contents/Resources/IOBluetoothSCOAudioDriverPlugIn.bundle/Contents/MacOS/IOBluetoothSCOAudioDriverPlugIn
           0x107a68000 -        0x107a7cfff  com.apple.dt.IDE.Xcode3Core (4.1 - 613) <41C0CF79-666B-3A8E-AD78-3377A31B70BD> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
           0x107a8c000 -        0x107d8afff  com.apple.Xcode.DevToolsCore (6.1 - 613) <8086867E-EB22-3F9A-BCD4-13A45824D491> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x107f14000 -        0x107f20ff7  com.apple.DevToolsFoundation (6.1 - 613) <524E4AEE-C269-30A2-BEE5-AE031CADF929> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x107f2d000 -        0x107f6aff7  com.apple.Xcode.DevToolsSupport (6.1 - 613) <833620EA-76FF-3E72-996B-0FFF953658FC> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x10803d000 -        0x108045ff7  com.apple.xcode.plug-in.CoreBuildTasks (6.1 - 613) <00431651-9050-3387-9EFB-69C2E93A7072> /Developer/Library/Xcode/PrivatePlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
           0x10804c000 -        0x10804ffff  com.apple.platform.iphoneos.plugin (1.0 - 1.0) <30FB0E7A-766F-378E-BB50-5A8D01FFB643> /Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/iPhoneOS Build System Support.xcplugin/Contents/MacOS/iPhoneOS Build System Support
           0x108053000 -        0x10806afff  com.apple.dt.IDE.SharedPlugInUtilities (4.1 - 504) <1B4C01A1-14CF-35BE-A9FD-D47CC6EB4897> /Developer/Library/Xcode/PrivatePlugIns/SharedPlugInUtilities.ideplugin/Contents/MacOS/SharedPlugInUtilities
           0x108078000 -        0x108177ff7  com.apple.dt.IDE.Xcode3UI (4.1 - 613) <53C10CDF-0C65-3BEE-ACD0-EA183D08BF12> /Developer/Library/Xcode/PrivatePlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
           0x108227000 -        0x108238ff7  com.apple.dt.IDE.IDEQuickHelp (4.1 - 509) <C7647FCB-B967-301B-BD7A-A23131CA6448> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
           0x10824a000 -        0x10830afff  com.apple.dt.IDE.IDEDevkitRefactoring (4.1 - 529) <02DB4D42-DD5C-38B3-A237-10EBBE2E44F9> /Developer/Library/Xcode/PrivatePlugIns/IDEDevkitRefactoring.ideplugin/Contents/MacOS/IDEDevkitRefactoring
           0x108377000 -        0x1083fbff7  com.apple.dt.IDE.IDESourceEditor (4.1 - 581) <74E149BB-E9F6-36DE-8517-C06E80EFC28C> /Developer/Library/Xcode/PrivatePlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
           0x108450000 -        0x10852efff  com.apple.dt.IDE.IDEModelEditor (4.1 - 562) <A3EBFCC0-8878-33AE-A97C-0BA4DA8A3E88> /Developer/Library/Xcode/PrivatePlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
           0x1085bb000 -        0x108622fff  com.apple.dt.IDE.IDEModelFoundation (4.1 - 562) <48D9AF4D-530B-387A-93C5-90C98329E1C7> /Developer/Library/Xcode/PrivatePlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
           0x10866b000 -        0x108672fff  com.apple.dt.PlistEditor (4.1 - 508) <E6A85CD1-5E55-3F23-8A9B-751FCE8824FC> /Developer/Library/Xcode/PrivatePlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
           0x10867b000 -        0x10867bfff  com.apple.dt.IDE.IDEAppleScriptEditor (4.1 - 504) <0803587F-C46E-30BC-8C39-57DE28F9203A> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
           0x10867f000 -        0x108686fff  com.apple.dt.ScriptingDefinitionEditor (4.1 - 501) <C596D2D7-A2E2-32D8-9765-90382F747EB6> /Developer/Library/Xcode/PrivatePlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
           0x10868d000 -        0x10869fff7  com.apple.dt.IDE.IDERTFEditor (4.1 - 503) <1BB5CE6C-CFA0-3922-855A-F0A88115980A> /Developer/Library/Xcode/PrivatePlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
           0x1086af000 -        0x1086b2ff7  com.apple.dt.IDE.IDEPDFViewer (4.1 - 504) <279F0866-1E21-3F00-B919-C24C81B5880B> /Developer/Library/Xcode/PrivatePlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
           0x1086b9000 -        0x1086c5fff  com.apple.dt.IDE.IDEQuickLookEditor (4.1 - 506) <61A9F2B5-76CF-3758-BC75-269922788CB7> /Developer/Library/Xcode/PrivatePlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
           0x1086d4000 -        0x1086f1ff7  com.apple.dt.dbg.DebuggerFoundation (4.1 - 569) <DAA1807A-27FA-3DB1-AF31-E50681DE72EE> /Developer/Library/Xcode/PrivatePlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
           0x10870c000 -        0x108763ff7  com.apple.dt.dbg.DebuggerUI (4.1 - 569) <5352C8C1-C833-3B42-8D11-47AC1CAB3ABD> /Developer/Library/Xcode/PrivatePlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
           0x1087a8000 -        0x1087aeff7  com.apple.dt.IDE.HexEditor (4.1 - 510) <6FE56852-C0A5-3481-A17B-93D59071AD01> /Developer/Library/Xcode/PrivatePlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
           0x1087b6000 -        0x1087eeff7 +com.ridiculousfish.HexFiendFramework (4.1 - 510) <70AB51F9-A170-328E-B0BA-97145519CCF4> /Developer/Library/PrivateFrameworks/HexFiend.framework/Versions/A/HexFiend
           0x108814000 -        0x108846ff7  com.apple.dt.IDE.IDELogNavigator (4.1 - 511) <6884D0D6-AE3C-36EB-B6ED-C7C9EE8B9691> /Developer/Library/Xcode/PrivatePlugIns/IDELogNavigator.ideplugin/Contents/MacOS/IDELogNavigator
           0x10887a000 -        0x1088b5ff7  com.apple.dt.IDE.IDERepositoryViewer (4.1 - 537) <1515B898-D7B0-38F1-B916-4C4B5FB5211F> /Developer/Library/Xcode/PrivatePlugIns/IDERepositoryViewer.ideplugin/Contents/MacOS/IDERepositoryViewer
           0x1088e4000 -        0x1088f0ff7  com.apple.dt.IDE.IDESubversion (4.1 - 514) <B1AB3BDE-5BFC-3DAD-BE64-9BBC4B6503EA> /Developer/Library/Xcode/PrivatePlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
           0x1088fa000 -        0x108914ff7  com.apple.dt.IDE.IDESymbolNavigator (4.1 - 512) <EC8F5F18-70BC-3403-B50E-4E3A5563B8DB> /Developer/Library/Xcode/PrivatePlugIns/IDESymbolNavigator.ideplugin/Contents/MacOS/IDESymbolNavigator
           0x108929000 -        0x108935ff7  com.apple.dt.IDE.IDEIssueNavigator (4.1 - 508) <BC401A4A-B7C7-3AB2-81CE-04CE5C68E0D3> /Developer/Library/Xcode/PrivatePlugIns/IDEIssueNavigator.ideplugin/Contents/MacOS/IDEIssueNavigator
           0x108968000 -        0x108968ff5 +cl_kernels (??? - ???) <33E853BE-2EE6-4B0B-A20C-FE2687063F4C> cl_kernels
           0x1089e9000 -        0x1089ecff7  libCoreFSCache.dylib (??? - ???) <783C2402-CA3F-3D9B-B909-0F251145CF1D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
           0x108a50000 -        0x108a56fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x108a5e000 -        0x108a5effd +cl_kernels (??? - ???) <9A773680-E32F-4197-B4D4-080E9C59639A> cl_kernels
           0x108a63000 -        0x108a64ffc +cl_kernels (??? - ???) <43038D98-A7B4-4866-854E-CBBDEE05CA85> cl_kernels
           0x109a4e000 -        0x109ae1ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
           0x10a742000 -        0x10a743ff3 +cl_kernels (??? - ???) <F44FA935-F454-4FF2-B5B0-85A1966B3D9F> cl_kernels
           0x10a755000 -        0x10a77efff  libPDFRIP.A.dylib (600.0.0 - compatibility 64.0.0) <AC4F634F-E01E-3796-A6BD-65B9E2167E6A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
           0x10a7d8000 -        0x10a7e7fff  com.apple.dt.IDE.IDEStructureNavigator (4.1 - 510) <A13749F5-02D0-39B6-9B59-10D794E18BAF> /Developer/Library/Xcode/PrivatePlugIns/IDEStructureNavigator.ideplugin/Contents/MacOS/IDEStructureNavigator
           0x10a7f3000 -        0x10a7fcfff  com.apple.dt.IDE.IDEProjectsOrganizer (4.1 - 512) <E73E29F5-D9C4-3048-AD88-47839EF767CE> /Developer/Library/Xcode/PrivatePlugIns/IDEProjectsOrganizer.ideplugin/Contents/MacOS/IDEProjectsOrganizer
           0x10c02f000 -        0x10c032fff  com.apple.DirectoryServicesSource (1.1 - 1043) <B1B5FB51-29C4-3D13-AE52-D344C6EE11AE> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10c506000 -        0x10c506ff5 +cl_kernels (??? - ???) <4D2AAA25-39F6-409F-A515-8871DC018C9D> cl_kernels
           0x10c520000 -        0x10c521ff3 +cl_kernels (??? - ???) <092B6D54-43EC-4200-8DA7-8633DC1DABFE> cl_kernels
           0x10c81b000 -        0x10c9b3ff7  GLEngine (??? - ???) <EE6CCAE3-1CA1-3C5E-A83C-BB56AB413AB3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10c9e6000 -        0x10cadffff  libGLProgrammability.dylib (??? - ???) <7B17211F-D04C-3916-8176-1930C24BA421> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
           0x10cb05000 -        0x10cb33ff7  GLRendererFloat (??? - ???) <AB59F7EA-62B1-3AA6-B940-47C0B6BC6DD9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x10d742000 -        0x10d744ff7  com.apple.dt.IDE.IDETemplateLibrary (4.1 - 510) <C5AB1D4C-B441-39A1-8AAC-D6D067FC270F> /Developer/Library/Xcode/PrivatePlugIns/IDETemplateLibrary.ideplugin/Contents/MacOS/IDETemplateLibrary
           0x10d878000 -        0x10d879ff7  com.apple.dt.IDE.IDEAppleScriptCore (4.1 - 504) <9955BEEC-A45D-328C-8434-01C6403D7AFC> /Developer/Library/Xcode/PrivatePlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
           0x200000000 -        0x20075ffff  com.apple.GeForceGLDriver (7.2.9 - 7.0.2) <5DB4B25D-E5DA-3EEB-A979-13FCBFA7958B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff6375a000 -     0x7fff6378eac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff80c76000 -     0x7fff80cb6fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff80cb7000 -     0x7fff80cc3fff  com.apple.CrashReporterSupport (10.7 - 343) <89EFF4A7-D064-3CAE-9BFC-285EE9033197> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff80ccc000 -     0x7fff80cf7ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff80cf8000 -     0x7fff80d73ff7  com.apple.print.framework.PrintCore (7.0 - 366) <E663DF78-6729-332D-B763-ABB63A6BBB55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff80d74000 -     0x7fff80d75ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff80d76000 -     0x7fff80dc6fff  com.apple.CoreMediaIO (201.0 - 3148) <66287EB0-61F1-3175-90DC-24BB29473C67> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff80dc7000 -     0x7fff80e21fff  com.apple.HIServices (1.9 - ???) <8791E8AA-C034-330D-B2BA-5141154C21CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff80e6b000 -     0x7fff80f32ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <A29897D7-4B63-3BBB-B66C-710BE9CC01D8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff80f33000 -     0x7fff81b2bfff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff81b2c000 -     0x7fff81fd3ff7  FaceCoreLight (1.4.2 - compatibility 1.0.0) <6F89E9A9-DEB6-32B5-8B50-3B97F5DB597D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
        0x7fff82145000 -     0x7fff822cffff  com.apple.WebKit (7534 - 7534.48.3) <03AC8252-B3A1-3A7C-9DAF-99CC9DC56D5D> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff822d9000 -     0x7fff8230efff  com.apple.securityinterface (5.0 - 55004) <790DDF7E-6BA9-36DD-B818-2322A712E1F5> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff8230f000 -     0x7fff82468ff7  com.apple.audio.toolbox.AudioToolbox (1.7 - 1.7) <296F10D0-A871-39C1-B8B2-9200AB12B5AF> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff82502000 -     0x7fff825e0ff7  com.apple.ImageIO.framework (3.1.0 - 3.1.0) <70228E69-063C-32FF-BBE7-FCCD9C5C0864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff825e1000 -     0x7fff82665ff7  com.apple.ApplicationServices.ATS (5.0 - ???) <F10B1918-A06E-3ECF-85EF-05F0CF27187E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff82666000 -     0x7fff8268ffff  com.apple.CoreServicesInternal (113.7 - 113.7) <ACAC98CD-5941-39DB-951A-2509DCCD22FD> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff82690000 -     0x7fff8276dfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
        0x7fff8276e000 -     0x7fff82771fff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff82772000 -     0x7fff82784ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
        0x7fff82785000 -     0x7fff82797ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
        0x7fff829b9000 -     0x7fff82a58fff  com.apple.LaunchServices (480.19 - 480.19) <41ED4C8B-C74B-34EA-A9BF-34DBA5F52307> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff82a59000 -     0x7fff82a81ff7  com.apple.CoreVideo (1.7 - 70.0) <59D5B407-CCB6-3406-8C55-C1B0168D7DC2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff82a86000 -     0x7fff82ae8ff7  com.apple.coreui (0.3 - 162) <A752F9D0-1CAE-340F-B2D2-95EEF242B301> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff82ae9000 -     0x7fff82aecfff  libRadiance.dylib (??? - ???) <DCDA308D-4856-3631-B6D7-7A8B94169BC0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82af1000 -     0x7fff82cc4ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff82cc5000 -     0x7fff82cccff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff82ccd000 -     0x7fff82d07fef  com.apple.DebugSymbols (2.1 - 85) <7E0E17D9-C8D4-3117-B36A-506929F6FF72> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff82d71000 -     0x7fff82d8efff  libPng.dylib (??? - ???) <75DA9F95-C2A1-3534-9F8B-14CFFDE2A290> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff82d8f000 -     0x7fff82d90fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
        0x7fff82d93000 -     0x7fff82d99fff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff82d9a000 -     0x7fff82e30ff7  libvMisc.dylib (325.3.0 - compatibility 1.0.0) <AC5A384A-FA5A-3307-9CED-BD69E6F12A09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff82e46000 -     0x7fff82e47ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff82e48000 -     0x7fff82f54fef  libcrypto.0.9.8.dylib (0.9.8 - compatibility 0.9.8) <3AD29F8D-E3BC-3F49-A438-2C8AAB71DC99> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff82f5f000 -     0x7fff82f5ffff  com.apple.vecLib (3.7 - vecLib 3.7) <29927F20-262F-379C-9108-68A6C69A03D0> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82f60000 -     0x7fff82fb2ff7  libGLU.dylib (??? - ???) <C3CE8BA0-470F-3BCE-B17C-A31E70E035F2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82fb3000 -     0x7fff832ccfff  com.apple.CoreServices.CarbonCore (960.13 - 960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff832cd000 -     0x7fff832edfff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8335d000 -     0x7fff8336bfff  com.apple.HelpData (2.1.0 - 68) <A2C4DDC9-2ECB-37C0-A2E3-D01168EE31F7> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff833e1000 -     0x7fff833feff7  libxpc.dylib (77.16.0 - compatibility 1.0.0) <0A4B4775-29A9-30D6-956B-3BE1DBF98090> /usr/lib/system/libxpc.dylib
        0x7fff833ff000 -     0x7fff8360cfff  com.apple.JavaScriptCore (7534 - 7534.48) <99B60407-592A-3DDC-A3D0-86578B92B3F8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8360d000 -     0x7fff8371afff  libJP2.dylib (??? - ???) <D8257CEE-A1C3-394A-8193-6DB7C29A15A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8371b000 -     0x7fff83810fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
        0x7fff83811000 -     0x7fff83815fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff83816000 -     0x7fff83bdcfff  com.apple.MediaToolbox (1.0 - 705.35) <EC6755D1-58BC-36F5-AB66-143D03A0AF8C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff83d86000 -     0x7fff83e38fff  com.apple.CoreText (4.0.0 - ???) <D7BD85FD-277A-3A97-B1AD-5EE14215237E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff83e39000 -     0x7fff83ed3ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <B7573888-BAF6-333D-AB00-C0D2BF88DF0F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff83ed4000 -     0x7fff83f01fe7  libSystem.B.dylib (159.0.0 - compatibility 1.0.0) <7B4D685D-939C-3ABE-8780-77A1889E0DE9> /usr/lib/libSystem.B.dylib
        0x7fff83f02000 -     0x7fff8408cff7  com.apple.QTKit (7.7.1 - 2246) <C8A57DE8-A86A-34B6-B6BA-565EE3B6D140> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8408d000 -     0x7fff8408dfff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff8408e000 -     0x7fff8416cff7  com.apple.DiscRecording (6.0 - 6000.4.1) <DB0D0211-953B-3261-A4FD-74D2AC671DA6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8416d000 -     0x7fff84185fff  com.apple.iChat.InstantMessage (6.0 - 833) <DF9EAA84-8AE6-3BFD-AB21-7BDED2161564> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
        0x7fff84186000 -     0x7fff8418afff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
        0x7fff8418b000 -     0x7fff84191fff  com.apple.DiskArbitration (2.4 - 2.4) <5185FEA6-92CA-3CAA-8442-BD71DBC64AFD> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff84192000 -     0x7fff842a7fff  com.apple.DesktopServices (1.6.0 - 1.6.0) <208D40FC-8BBE-330F-B999-18771BEA6895> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff842a8000 -     0x7fff842b7fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff842b8000 -     0x7fff842bbfff  libCoreVMClient.dylib (??? - ???) <9E9F7B24-567C-3102-909C-219CF2B191FD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff842bc000 -     0x7fff84310ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
        0x7fff84311000 -     0x7fff844e7ff7  com.apple.AutomatorFramework (1.2.2 - 329) <1CC7727C-E5DC-3142-A966-82C6F2AAD78B> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff844eb000 -     0x7fff84533fff  com.apple.imfoundation (6.0 - 800) <267AA0CF-7F7E-387A-8A87-25696388215C> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/Frameworks/IMFoundation.framework/Versions/A/IMFoundation
        0x7fff84534000 -     0x7fff84542ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff84891000 -     0x7fff848aeff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff848af000 -     0x7fff848b4fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
        0x7fff848b5000 -     0x7fff8491ffff  com.apple.framework.IOKit (2.0 - ???) <F79E7690-EF97-3D04-BA22-177E256803AF> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff84920000 -     0x7fff84950fff  com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff84951000 -     0x7fff84959fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8495a000 -     0x7fff8498dfff  com.apple.GSS (2.1 - 2.0) <A150154E-40D3-345B-A92D-3A023A55AC52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8498e000 -     0x7fff84ca0fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84ca1000 -     0x7fff84ca6fff  libGIF.dylib (??? - ???) <21851808-BFD2-3141-8354-A419479726BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff84cab000 -     0x7fff84d1bfff  com.apple.datadetectorscore (3.0 - 179.3) <AFFBD606-91DE-3F91-8E38-C037D9FBFA8B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff84d1c000 -     0x7fff84d70ff7  com.apple.ImageCaptureCore (3.0 - 3.0) <C829E6A3-3EB6-3E1C-B9B8-759F56E34D3A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff84db1000 -     0x7fff84dd8fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff84ee6000 -     0x7fff84f0cfff  com.apple.framework.internetaccounts (1.0 - 1) <64CC50BB-9EE4-36D1-969A-FDD2210026DC> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
        0x7fff84f9e000 -     0x7fff84fb5fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff84fb6000 -     0x7fff84fb6fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff84fb7000 -     0x7fff84fc2ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <5209B4F1-D6D6-337B-B3C8-E168931C778C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff84fc3000 -     0x7fff84fc4fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff8505d000 -     0x7fff85062fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
        0x7fff85093000 -     0x7fff85677faf  libBLAS.dylib (??? - ???) <D62D6A48-5C7A-3ED6-875D-AA3C2C5BF791> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8579a000 -     0x7fff857d9fff  com.apple.AE (527.6 - 527.6) <6F8DF9EF-3250-3B7F-8841-FCAD8E323954> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff857da000 -     0x7fff85809fff  com.apple.DictionaryServices (1.2 - 158) <2CE51CD1-EE3D-3618-9507-E39A09C9BB8D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff8580a000 -     0x7fff86503fef  com.apple.WebCore (7534 - 7534.48.3) <7C5A681C-3749-382C-9551-C197EF878C22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff86504000 -     0x7fff86606ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
        0x7fff86607000 -     0x7fff866a9ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff866aa000 -     0x7fff8672cfff  com.apple.Metadata (10.7.0 - 627.9) <F293A9A7-9790-3629-BE81-D19C158C5EA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff8672d000 -     0x7fff8672dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <3E4582EB-CFEF-34EA-9DA8-8421F1C3C77D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8672e000 -     0x7fff8672ffff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8673b000 -     0x7fff86740ff7  libsystem_network.dylib (??? - ???) <4ABCEEF3-A3F9-3E06-9682-CE00F17138B7> /usr/lib/system/libsystem_network.dylib
        0x7fff86769000 -     0x7fff86a40fff  com.apple.security (7.0 - 55010) <2418B583-D3BD-3BC5-8B07-8289C8A5B43B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff86a41000 -     0x7fff86a45ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff86a46000 -     0x7fff86a4dfff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff86a4e000 -     0x7fff86b32def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
        0x7fff86b33000 -     0x7fff86b79fff  com.apple.OSAKit (1.2.2 - 80) <2D6F7A0D-61DD-317B-B812-8FF6797BD5BF> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff86b7a000 -     0x7fff86befff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
        0x7fff86bf0000 -     0x7fff86ccffff  com.apple.Bluetooth (2.5 - 2.5f17) <06131970-81E0-35DE-B13A-BC9487A5BC3D> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff86cd0000 -     0x7fff86cedfff  com.apple.frameworks.preferencepanes (15.0 - 15.0) <CC86755A-6CF1-3DDF-A1B0-6F7F5BD7BB39> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
        0x7fff86cee000 -     0x7fff86d2cfff  com.apple.bom (11.0 - 183) <841FA160-A37A-368D-B14E-27AA9DD1AEDA> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff86d82000 -     0x7fff86dd0ff7  libauto.dylib (??? - ???) <F0004B88-CA01-37D0-A77F-6651C4EC7D8E> /usr/lib/libauto.dylib
        0x7fff86ddd000 -     0x7fff86de7ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff86de8000 -     0x7fff86df5ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff86df6000 -     0x7fff86e04ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff86e05000 -     0x7fff86e05fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff86e06000 -     0x7fff87074ff7  com.apple.QuartzComposer (5.0 - 232) <CE01B3AC-C19F-3148-9301-615E8FD6F356> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff8710e000 -     0x7fff87427ff7  com.apple.AddressBook.framework (6.0 - 1043) <A6302279-FD1B-3BB7-8419-362425FC5568> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff87466000 -     0x7fff87474fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
        0x7fff87475000 -     0x7fff87480fff  com.apple.DisplayServicesFW (2.5.0 - 302.1.2) <36377733-C737-3F36-A601-85D6188A2AAA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff87481000 -     0x7fff874b6fff  libTrueTypeScaler.dylib (??? - ???) <DBF3758F-EA51-3009-840E-CA5B8B466F3C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff874b7000 -     0x7fff87549fff  com.apple.PDFKit (2.6 - 2.6) <F838E95F-DEE9-354A-A34A-F5335D0AF1E1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff875aa000 -     0x7fff879c5fff  com.apple.SceneKit (2.0 - 124) <9E331DDE-BDF4-34C5-A8F9-E7F12ADBB785> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff879d4000 -     0x7fff87a3bfff  com.apple.Symbolication (1.2 - 87) <C8F38870-0C4E-3A7F-9B12-0E970DE92F24> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff87a3c000 -     0x7fff87a83ff7  com.apple.CoreMedia (1.0 - 705.35) <6BEC7E0A-BC2E-30DA-8E18-7AF6E8A7821F> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff87a84000 -     0x7fff87ad7fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <5FA4AED9-8E55-389C-9F5B-02FFE5BCBB75> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff87aea000 -     0x7fff87b00ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/Im

  • PPOME - Adding a new 1001 relationship

    All,
    We have created a new relationship in OM infotype 1001.  The business would like to maintain this relationship in PPOME.  Anyone know how to add this new relationship into PPOME.  I take it code is involved somehow to get the fields there?
    Any help is appreciated.
    Thanks.

    Hi,
         by using evaluation path you can add the new relation in to the organiztional management,
    T .code of evaluation path OOAW and table is T778a,
    Rupa Prasad

  • Dotted Line Relationships

    Hello HCM Experts,
    I have been reading through all of the threads on this topic, and I have seen multiple ways of handling dotted line relationships - A/B005, A/B088, A/B742, or custom OM infotype to maintain this relationship.   
    Which of these is best practice?  We have A/B005 active as an allowed relationship, however when I tested it I realized that we cannot currently visualized this relationship type in the OM - which can lead to maintenance issues/errors.  The A/B088 relationship will need to be maintained if we are to use it, but I want to know what is best practice before I activate it...and will we be able to see this relationship in PPOME?
    We are about to implement Nakisa and the business would like to begin visualizing dotted line relationships (something we do not do at this time).  I need to know the best pracitce way for doing this. 
    Though/advise??

    Hi,
    As per my understanding, the A/B742 relationship is only offered from EhP4 onwards under the talent management module. From a Nakisa stand point and how well it communicates within SAP specially Talent Management, you would think that they would recommend using A/B742.
    I think the A/B088 is not offered in ECC6, A/B005 is there though but you have found out it lacking for your requirement. Let us see what other peers have to say.
    Hope this helps.
    Donnie

  • Partner Relationship for Product

    Hi,
    I have added partner relationship for product with specific start/end dates values (In my case, I added driver relationship for vehicle through CIC0 transaction).
    Through transaction only date (without time) is displayed, while in database the fields DATE_FROM, DATE_TO are stored as timestamps (Which means both date and time value).
    I want to manage the relationships in lower level and allow different partners of same partner function on the same day, but in different hours.
    Is it possible to define the date range of partners relationships as date+time instead of date only, or only date (without time) is being taken into account (and therefore such change is meaningless)?

    A few extras, please reward points.
    Tables
    Access to table information is controlled across the system by GUID values. These are Global Unique Identifiers.
    In general:
    CRMCxxxx = Customising
    CRMTxxxx = Customising
    CRMDxxxx = transactional
    BUT* = Customer Master
    CRMD_ORDERADM_H = Document Header Table
    CRMD_ORDERADM_I = Document Line item Table
    CRMD_LINK = Lists various ‘link’ GUIDs, to
    access order Information
    CRMD_PARTNER = Partner Table
    BUT000 = ~KNA1 Customer Master General Data
    BUT020 = Address Link Table
    ADRC = Address Details (Master Data)
    ADRV = Address Details (unique to orders)
    CRMC_PARTNER_FT = Partner function Description
    PRCD_COND = Pricing Conditions
    CRM_JEST = Status Table
    COMM_PRODUCT = Materials General Table
    SCATTSEG = Valid from/ Valid to
    CRMD_SALES = Sales Data
    (reference data)
    CRMD_SCHEDLIN = Schedule Line item
    CRMD_ORGMAN = Organisational Data
    CRMD_PRODUCT_I = Line item product detail
    PROCESS_QTY_UNIT (EUR)
    Example: You want to list all complaints that partner no 31 appears as a header partner, and the partner functions:
    Select PARTNER_GUID from the table BUT000.
    Get all instances of that partner in the order/partner table:
    Select GUID PARTNER_FCT from CRMD_PARTNER
    Where PARTNER_NO = BUT000-PARTNER_GUID.
    Then get the order guid from the link table:
    Select GUID_HI from CRMD_LINK
    Where GUID_SET = CRMD_PARTNER-GUID.
    Get the Order No:
    Select OBJECT_ID from CRMD_ORDERADM_H
    Where GUID = CRMD_LINK-GUID_SET.
    Link Table:
    _HI refers to a Order Header or Order Line Item
    GUID_HI = Header/ Line item Guid
    OBJTYPE_HI = ‘05’ = Header
    ‘06’ = Line item
    _SET refers to the subset of data
    GUID_SET = Subset GUID
    OBJTYPE_SET = ‘07’ = Partners
    ‘11’ = Sales
    ‘21’ = Orgman
    ‘29’ = Subject

  • Contract Account - Alt.billing rec. link with BP relationships

    Hi,
    in transaction CAA2 (Contract Account Change) i fill the field Alt.billing rec. After saving it, the new alt.billing rec. is added as relationship for the related BP.
    Is this done by standard SAP or is it customer-made ? I don't have any documentation to find out.
    When the alt.billing rec in CAA2 is deleted, the relationship for the BP is not deleted ???
    Any suggestions ?
    Hans

    Hi,
    Is this done by standard SAP or is it customer-made ? -  This is a customer-made functionality.
    When the alt.billing rec in CAA2 is deleted, the relationship for the BP is not deleted ??? - The Contract Account is created for a BP. So if you create the relationship in BP, then the alt. billing will get deleted in the CA. But it is not necessary that when you delete the alt. billing, the relationship will get deleted.
    Hope this resolves your query.
    Regards,
    Manish
    Edited by: Manish  Bisht on Jun 30, 2009 3:36 PM

  • PPOME and Reporting Structure

    I have created two positions (TST_1 and TST_2) under an org unit via PPOME. I want TST_2 to report to TST_1. I should be able to create this relationship through PPOME right? These are the steps I'm taking...
    1. PPOME
    2. Under the org unit, highlight TST_1
    3. Choose 'Reporting Structure' from the drop down
    4. TST_1 is still highlighted. Then I click 'Assign'
    5. Then highlight 'Is line supervisor of ... Position' in the "Choose Relationship" pop-up, hit the green check mark
    6. The next pop-up is "Choose Position", however there are no position objects to choose from
    I have both TST_1 and TST_2 positions saved under my org unit; any idea what I can check to find out why TST_2 isn't appearing in my step #6 list to assign to TST_1?
    Thanks!

    nevermind, figured out the issue.

  • Adding SLO using Powershell ?

    Hi,
    I am wondering if I can use SM Lets to manually add in SLO to a Work Item.
    Why i am asking is that the SCSM workflow seem not responding while the new work items created. After we have discovered the issue, we restarted the services and everything else back to normal except the Work Item created during the problem windows do not
    get SLA assign to it.
    I am using the Powershell below but no luck yet.
    $IRClass=Get-SCSMClass -name System.WorkItem.Incident$
    $IRObject=get-scsmobject -class $IRClass
    $IRTarget= $IRObject| ?{$_.id -eq "IR21199"}
    #Get SLA Relationship Class
    $SLAInstanceRel=Get-SCSMRelationshipClass -Name System.WorkItemHasSLAInstanceInformation
    $SLAId="Response Time - 001"
    $SLAInformmationHash=@{"id"=$SLAId}
    New-SCSMObject -Class $SLAInstanceClass -PropertyHashtable $SLAInformmationHash
    $NewSLA=Get-SCSMClass $SLAInstanceClass | Get-SCSMObject -Filter "id -eq $SLAId"
    New-SCSMRelationshipObject -Relationship $SLAInstanceRel -Source $IRTarget -Target $NewSLA -Bulk
    The powerShell above give me error"
    New-SCSMRelationshipObject : A discovery data item was rejected because the item is already bound to another Membership relationship.
    At line:1 char:1
    + New-SCSMRelationshipObject -Relationship $SLAInstanceRel -Source $IRTarget -Targ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [New-SCSMRelationshipObject], DiscoveryDataLifetimeDependencyException
        + FullyQualifiedErrorId : Microsoft.EnterpriseManagement.Common.DiscoveryDataLifetimeDependencyException,SMLets.NewSCSMRelationshipObject
    Want to know if there other alternative.
    Thank you.

    The "mechanic" behind SLOs and Incidents (all Work Items) in SCSM is a little bit more complicated. Maybe this blog post from Anton is helpful:
    SLA in SCSM 2012. Part 2. How it's works
    In general: It's not just adding a relationship between the Incident and the SLO.
    Hope this helps. 
    Andreas Baumgarten | H&D International Group

  • Tab Page-PPOME

    Hi,
    I am trying to create a separate tab for Infotype 1001(Relationships) in PPOME for object type C.
    I am getting an ABAP dump. I am not getting any dump for other infotypes if I try to create separate tab pages for them.
    Please help is it possible to create a separate tab page for IT 1001.
    Regards,
    Ghanapriya

    We did not end up providing a tab page for Infotype 0001.  Instead we defined a definition (view) that included each relationship (via evaluation path) in the overview area.  Then the user is able to use "Assign" function or drag/drop to update the relevant relationships.
    It will be important to define if the user wants all possible relationships is one definition/eval path for the specific object type, or in various. 
    Thanks,
    Danialle

  • ODI not able to detect primary/foreign keys from XML- user lacks privilege or object not found

    Hi Guys,
    Im trying to load an xml file with two entities address and employee as below. The topology reverse engineering everything works fine. Im even able to view the xml data  in ODI,  but when i try to load the data from these two entities joining by the schema primary keys and foreign keys which odi created on reverse engineering process for xml, im getting the below error.  Im able to load data from one entity, error only occurs when i use the join odi creates internally to identify the xml components employee and address
    XML File:
    <?xml version="1.0" encoding="UTF-8" ?>
    <EMP>
    <Empsch>
    <Employee>
    <EmployeeID>12345</EmployeeID>
    <Initials>t</Initials>
    <LastName>john</LastName>
    <FirstName>doe</FirstName>
    </Employee>
    <Address>
    <WorkPhone>12345</WorkPhone>
    <WorkAddress>Test 234</WorkAddress>
    </Address>
    </Empsch>
    </EMP>
    Topology:  jdbc:snps:xml?f=C:/Temp/RR/Empsch.xml&s=Empsch&re=EMP&dod=true&nobu=false
    Error Message:
    -5501 : 42501 : java.sql.SQLException: user lacks privilege or object not found: EMPSCH.EMPSCHPK
    java.sql.SQLException: user lacks privilege or object not found: EMPSCH.EMPSCHPK
        at org.hsqldb.jdbc.Util.sqlException(Unknown Source)
        at org.hsqldb.jdbc.JDBCPreparedStatement.<init>(Unknown Source)
        at org.hsqldb.jdbc.JDBCConnection.prepareStatement(Unknown Source)
        at com.sunopsis.jdbc.driver.xml.SnpsXmlConnection.prepareStatement(SnpsXmlConnection.java:1232)
        at sun.reflect.GeneratedMethodAccessor65.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at oracle.odi.core.datasource.dwgobject.support.OnConnectOnDisconnectDataSourceAdapter$OnDisconnectCommandExecutionHandler.invoke(OnConnectOnDisconnectDataSourceAdapter.java:200)
        at $Proxy2.prepareStatement(Unknown Source)
        at oracle.odi.runtime.agent.execution.sql.SQLCommand.doInitializeStatement(SQLCommand.java:83)
        at oracle.odi.runtime.agent.execution.sql.SQLCommand.getStatement(SQLCommand.java:117)
        at oracle.odi.runtime.agent.execution.sql.SQLCommand.getStatement(SQLCommand.java:111)
        at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:81)
        at oracle.odi.runtime.agent.execution.sql.SQLDataProvider.readData(SQLDataProvider.java:1)
        at oracle.odi.runtime.agent.execution.DataMovementTaskExecutionHandler.handleTask(DataMovementTaskExecutionHandler.java:70)
        at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)
        at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)
        at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)
        at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)
        at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:366)
        at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:292)
        at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:855)
        at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)
        at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
        at java.lang.Thread.run(Thread.java:662)
    Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: EMPSCH.EMPSCHPK
        at org.hsqldb.error.Error.error(Unknown Source)
        at org.hsqldb.ExpressionColumn.checkColumnsResolved(Unknown Source)
        at org.hsqldb.QueryExpression.resolve(Unknown Source)
        at org.hsqldb.ParserDQL.compileCursorSpecification(Unknown Source)
        at org.hsqldb.ParserCommand.compilePart(Unknown Source)
        at org.hsqldb.ParserCommand.compileStatement(Unknown Source)
        at org.hsqldb.Session.compileStatement(Unknown Source)
        at org.hsqldb.StatementManager.compile(Unknown Source)
        at org.hsqldb.Session.execute(Unknown Source)
        ... 27 more
    Please advice
    Thanks
    Revanth

    Thats obvious from the xml file contents you have given here. In this xml file You have four complex type. Two of them are employee and address. However the employee doesnot have any relation with address as you have not added the relationship. Thats why its failing. Its not the fault of ODI.
    Also I would suggest not to use auto generated dtd by ODI as you might face problem in future. For example the address type of XML has 8 attributes and 4 of them are not mandatory. That means each of your xml file may have attributes between 4 to 8.  This is where ODI auto generated DTD fails.
    XML Schema complexType Element
    Thanks
    Bhabani

  • E-Commerce 5.0 Custom B2B Application changes are not reflecting on screen

    <h5>Hi Experts,
    I am currently working  the E-Commerce for ERP project. Part of that I am customizing some of standard screens. I was able to indentify JSP, .Properties, .XLF files where I can change Header name (startpage.header),  Shop Name (b2b.jsp.applicationName) etc . I am following the SAP help guide (How Tou2026 Create Custom Application in E-Commerce 5.0.pdf).
    Below are the steps I completed so far
    1)     Created a custom track in NWDI
    2)     Added dependency SC components
    3)     Check in & Imported to development tab
    4)     Imported track in to NWDS
    5)     Created custom DC (J2ee Enterprise Application) under CRMCUSTPRJ SC
    6)     Created copy files from the standard application crm~b2b to our custom application home/b2b_xyz
    7)     Added used relationship between Add a used relationship between the New DC(B2B_XXX) and the Web DC (crm/isa/web/b2b )
    8)     Added relationship between Web DC (crm/isa/web/b2b )and Ext DC (crm/home/shr/ext )
    9)     All above tasks are added to NWDI Activity
    10)     No Build error etc.
    11)      Deployed in to DEV Server and able to access Shop Front and Shop Amin (SCM) screens successfully (Went everything smooth till this step)12)      Now I modified Shop Header and Application name Key/Values in crmb2bresources_en.properties, crmb2bresources_en.xlf of NDI_XXXXXX_Dcrmisawebb2b~sap.com DC
    13)      Rebuild crmisawebb2bsap.com
    14)      Import Used DCu2019s in custom B2B_XXX Project, Rebuild and Deploy
    15)      Restart B2B_XXX custom application in Visual Administrator- Deploy  JDBC
    After all above steps I am expecting to see the shop header and Application Name in my shop. But It wasnu2019t happened.
    I also checked in and activated my activities in NWDI. And my NWDI track
    auto-deploy is on . I believe I donu2019t need to release my NWDI activities to Test.
    Please help me with your inputs.
    Thanks
    Aravind
    <h5>
    Edited by: Aravinda Boyapati on Nov 5, 2010 5:12 PM

    Hi
    Please check  the following for NWDI system
    http://ip:port/TCS/Deployer
    Check deployment status of your request id.
    You can also see the build or deployment errors.
    Regards,
    Sumit

  • Unable to view Spare Part Components in SAP CRM Service Order

    Hello All,
    We are implementing CRM 7.0 Ehp 2.0
    As per the following video it is now possible to integrate the spare part components in the CRM Service Order, using the BOM replication and Product Proposal functionality in SAP CRM
    SAP CRM 7.0 - Integration of ERP BOM Information in the CRM Product Proposal
    However in our case we are not able to achieve the desired results.
    Following configurations are done
    1) The BOM is replicated from ECC to CRM the same can be viewed in commpr01
        Material 4561 is the main product and 4562 is the component
    2) The item category for the main product is YRVS where the customization for structure scope is done
    3) For the Product Proposal customization's, I have created a new method schema
    4) The transaction type and the sales org are assigned to the method schema
    5) However now when I am creating the service order, I enter the sold to party, the product id
    6) Next  I go to the line item to click on product proposal.
    7) The system issues the below message
    Please advice if I am missing on any configurations.
    Kind Regards
    Atul

    Hi Raghavendra,
    Thanks for your reply, appreciate the same, I have now added the relationship objects as per your post above in comm_hierarchy for the particular category
    Now  in the product master , I am now able to view the tabs(screen shot attached)
    Next I create my BOM in ECC with BOM Usage 5 and save the same
    Next I run the initial download for the adaptor object  BOM in SAP CRM
    When I check in commpr01 for the material 4561 the component and the main material have not come.
    Can you please advice further.
    Kind Regards
    Atul

  • Problem in executing Child VO having bind parameter for ADF tree table

    In my application i need to show a ADF Tree table which is using two view objects having view links between them
    and the child VO has a bind variable.By clicking on the parent node of the parent VO attribute it showing the right result from the child VO attribute by the view link.
    I have tried to execute the child VO programmatically (In AmImpl) with the bind variable and using ViewCriteria as well
    but both the cases the child vo is not showing the proper result according to the bind variable instead of it is showing all the records on click of the parent node attribute.
    Your help will be appreciated.
    Thanks

    Hello,
    In the same situation I added another relationship to the view link to set the parameter.
    Tricky moment is you have to name your parameter like :Bind_ParamName as view link is setting this kind of parameters (check it in Query tab).

Maybe you are looking for

  • Vector can't give objects

    I have a program using a vector, I store BufferedImage objects in it. But when I try to access them later the compiler won't let me because the method in Vector defines that Object is the type of object being passed, and cannot convert it to a Buffer

  • Removing Download option in Photo Album

    Hello, Im doing a web to show my photo work, Im using a photo Album, I want to remove the download option, I don´t want to give the option of downloading to the people that will visit it. reg Ale

  • Access Web Dynpro Java application through direct URL

    Hi Guys, we have a requirement that there is a link in web dynpro abap screen, click on it will open a new ie window running web dynpro java application, so what i did is i have given direct url link for that web dynpro java application: as this: htt

  • I have the latest plugins and firefox but it still says 'adobe flash plugin has crashed' How do i fix this?

    Every time I go on YouTube, it comes up with: 'adobe flash plugin has crashed'. I have tried refreshing and restarting my laptop, I have also got all the latest flash and Firefox, but it still won't work.

  • Edge Animate, Working with multiple audio tracks

    I'm having trouble with one of my animations. I have set up 8 animated symbols that will play when the user hovers over the symbol. When the user clicks on a symbol it will play an audio mp3 files. // insert code for mouse click here // Sets a toggle