DS Designer crashes when attaching UDC repo

Hi,
Have just installed DS 3.2 SP2 on windows 2008 R2.
We have deployed the DS software on a server different from the server holding the SQL server repositories.
DS Designer is installed on desktops.
We have created a cleansing package repository and are now trying to attach the repository (using "manage connection") in the DS designer.
But when attaching the Designer crashes.
Not sure if it has any relevance, but we installed the SQL server native client on the client desktops to ensure proper connectivity to SQL server DBs and repositories.
More relevant could be the fact that we had to install the cleansing package on a client to seed the cleasning package repository. When running the repository manager on the server we are not able to create the repository, even if we have installed the 64 bit SQL server cnative client software. The repository manager simply replies that the repository we have specifed does not exist (Which is right), and then terminates (instead of creating the repository).
But as mentioned the repository was eventually created by using repository manager on a desktop client.
Regards
Thomas

Again with line feed.
Example Danish Cleansing Package
Connection Information:
   Database type: SQL Server 2008
   Database server name: dksapbobj02\dksapbobj02
   Database name: DS_REPO_UDC
   User name: sa
   Password: ***
DCRI Library Version: "1.08".
Verifying the cleansing package repository connection.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "VALID_CONNECTION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" ""
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
BCP - Bulk Copy Program for Microsoft SQL Server.
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version: 10.0.1600.22
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q ""
Return code: 0
Successfully verified the cleansing package repository connection.
Extracting "PERSON_FIRM_DA_VERSION.txt" from "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\PERSON_FIRM_DA.zip".
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\unzip" -j -qq -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\PERSON_FIRM_DA.zip"
PERSON_FIRM_DA_VERSION.txt -d "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP"
Command Output:
Return code: 0
Checking whether the cleansing package repository exists.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "CHECK_FOR_REPOSITORY,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcrisqlserver_repo_exist.txt"
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select 'EXIST'" -o "C:\Program Files\Business
Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP\dcrisqlserver_repo_exist.txt"
Output:
EXIST
(1 rows affected)
Return code: 0
The cleansing package repository exists.
Acquiring schema version from the cleansing package repository.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "GET_SCHEMA_VERSION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_schema_version.txt"
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select TOP 1 'SCHEMA_VERSION=' +
cast(SCHEMAVERSION as varchar(10)) AS SQL_SCHEMA_VERSION from DC_DICTIONARY ORDER BY SCHEMAVERSION" -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP\dcri_schema_version.txt"
Output:
SQL_SCHEMA_VERSION      
SCHEMA_VERSION=3        
(1 rows affected)
Return code: 0
The schema version found in the target cleansing package repository is "3".
Extracting "PERSON_FIRM_DA_VERSION.txt" from "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\PERSON_FIRM_DA.zip".
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\unzip" -j -qq -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\PERSON_FIRM_DA.zip"
PERSON_FIRM_DA_VERSION.txt -d "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP"
Command Output:
Return code: 0
"PERSON AND FIRM (DANISH)" Cleansing Package ***
The schema version for the "PERSON AND FIRM (DANISH)" source Cleansing Package is "3".
The schema versions found in the target cleansing package repository and the "PERSON AND FIRM (DANISH)" source Cleansing
Package are compatible.
Acquiring the "PERSON AND FIRM (DANISH)" dictionary version from the cleansing package repository.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "GET_DICTIONARY_VERSION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_dictionary_version.txt" PERSON_FIRM_DA
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select 'DICTIONARY_VERSION=' +
cast(DICTIONARYVERSION as varchar(10)) AS SQL_DICT_VERSION from DC_DICTIONARY WHERE NAME = 'PERSON_FIRM_DA'" -o
"C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_dictionary_version.txt"
Output:
SQL_DICT_VERSION            
DICTIONARY_VERSION=2        
(1 rows affected)
Return code: 0
The dictionary version found in the target cleansing package repository is "2".
The dictionary version found in the "PERSON AND FIRM (DANISH)" source Cleansing Package is "2".
The "PERSON AND FIRM (DANISH)" dictionary already exists in the specified cleansing package repository.
Example English Cleansing Package
Connection Information:
   Database type: SQL Server 2008
   Database server name: dksapbobj02\dksapbobj02
   Database name: DS_REPO_UDC
   User name: sa
   Password: ***
DCRI Library Version: "1.08".
Verifying the cleansing package repository connection.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "VALID_CONNECTION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" ""
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
BCP - Bulk Copy Program for Microsoft SQL Server.
Copyright (C) Microsoft Corporation. All Rights Reserved.
Version: 10.0.1600.22
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q ""
Return code: 0
Successfully verified the cleansing package repository connection.
Extracting "PERSON_FIRM_EN_VERSION.txt" from "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\PERSON_FIRM_EN.zip".
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\unzip" -j -qq -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\PERSON_FIRM_EN.zip"
PERSON_FIRM_EN_VERSION.txt -d "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP"
Command Output:
Return code: 0
Checking whether the cleansing package repository exists.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "CHECK_FOR_REPOSITORY,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcrisqlserver_repo_exist.txt"
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select 'EXIST'" -o "C:\Program Files\Business
Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP\dcrisqlserver_repo_exist.txt"
Output:
EXIST
(1 rows affected)
Return code: 0
The cleansing package repository exists.
Acquiring schema version from the cleansing package repository.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "GET_SCHEMA_VERSION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_schema_version.txt"
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select TOP 1 'SCHEMA_VERSION=' +
cast(SCHEMAVERSION as varchar(10)) AS SQL_SCHEMA_VERSION from DC_DICTIONARY ORDER BY SCHEMAVERSION" -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP\dcri_schema_version.txt"
Output:
SQL_SCHEMA_VERSION      
SCHEMA_VERSION=3        
(1 rows affected)
Return code: 0
The schema version found in the target cleansing package repository is "3".
Extracting "PERSON_FIRM_EN_VERSION.txt" from "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\PERSON_FIRM_EN.zip".
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\unzip" -j -qq -o
"C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\PERSON_FIRM_EN.zip"
PERSON_FIRM_EN_VERSION.txt -d "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP"
Command Output:
Return code: 0
"PERSON AND FIRM (ENGLISH)" Cleansing Package ***
The schema version for the "PERSON AND FIRM (ENGLISH)" source Cleansing Package is "3".
The schema versions found in the target cleansing package repository and the "PERSON AND FIRM (ENGLISH)" source Cleansing
Package are compatible.
Acquiring the "PERSON AND FIRM (ENGLISH)" dictionary version from the cleansing package repository.
Execute Command: "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\dcrisqlserverutil.bat" "GET_DICTIONARY_VERSION,2008" "dksapbobj02\dksapbobj02"
"DS_REPO_UDC" FALSE "sa" "$PWD$" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP" "C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_dictionary_version.txt" PERSON_FIRM_EN
Command Output:
C:\Program Files\Business Objects\BusinessObjects Data Services\DataQuality\datacleanse\DC_TEMP>echo off
sqlcmd -S "dksapbobj02\dksapbobj02" -d "DS_REPO_UDC" -U "sa" -P *** -Q "if exists (select * from dbo.sysobjects where id =
object_id(N'[DC_DICTIONARY]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) select 'DICTIONARY_VERSION=' +
cast(DICTIONARYVERSION as varchar(10)) AS SQL_DICT_VERSION from DC_DICTIONARY WHERE NAME = 'PERSON_FIRM_EN'" -o
"C:\Program Files\Business Objects\BusinessObjects Data
Services\DataQuality\datacleanse\DC_TEMP\dcri_dictionary_version.txt"
Output:
SQL_DICT_VERSION            
(0 rows affected)
Return code: 0
The "PERSON AND FIRM (ENGLISH)" Cleansing Package dictionary is not in the cleansing package repository.

Similar Messages

  • In Design crashes when starting on apple os10.8.5

    I have an apple os 10.8.5 and In Design crashes when trying to open.

    I tried to copy crash log could not-
    I have  a Mac OS 10.8.5
    with CS5 Design Standard
    when trying to open I get
    In Design quit unexpectedly
    Error code is X86
    Exception type-  EXC_BAD_ACCESS (SIGBUS)
    EXCEPTION CODES  KERN_PROTECTION_FAILURE AT 0x0000000000000038

  • Designer crashes when checking for contexts or loops

    Designer crashes when testing one of our universes for contexts or loops.  I implemented the solution suggested in #1377869, but it made no difference.  Checking loops/contexts in other similar universes (similar in complexity, connection, number and types of tables) does not crash Designer.  This happens to all Designer users, not just me, and from any computer, including the server.
    We use BOXI R2; Fixpack 2.6. 
    The universe uses DB2.

    Hi Ingo,
    thank you for your help. My next step is to open a customer case. But what's about the logging? Is there a way to enable additional logging/trace for the BO Designer?
    Best Regards
    Matthias

  • My browsers on Mac keep crashing when attaching files

    My browsers on MBP keep crashing when attaching files to my emails. I had the same problem with Safari, Firefox browsers and also with Gmail, Yahoo accounts. I emptied the cache, reset safari. It says its due to flash player..Uninstalled flash player, re-downloaded it, made safari work at 32 bit, made gmail attachments work at basic settings.. I repaired permissions using utilities ..also I have no internet plugins, no yahoo browser plus but nothing seems to work.. Any help? Many thanks

    This forum is for the MacBook Pro hardware.  You might get a better answer in the Safari forum, but you will have to provide more information there. 
    https://discussions.apple.com/community/mac_os/safari

  • Safari crashes when attaching emails

    My browsers on MBP keep crashing when attaching files to my emails. I had the same problem with Safari, Firefox browsers and also with Gmail, Yahoo accounts. I emptied the cache, reset safari. It says its due to flash player..Uninstalled flash player, re-downloaded it, made safari work at 32 bit, made gmail attachments work at basic settings.. I repaired permissions using utilities ..also I have no internet plugins, no yahoo browser plus but nothing seems to work.. Any help? Many thanks

    Thanks for the reply. I have tried it but it crashed again. Here is the log;
    Process:         Safari [1021]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.2 (6534.52.7)
    Build Info:      WebBrowser-75345207~2
    Code Type:       X86 (Native)
    Parent Process:  launchd [179]
    Date/Time:       2012-01-27 21:30:28.630 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          1968069 sec
    Crashes Since Last Report:           77
    Per-App Interval Since Last Report:  12763 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                      A31A1047-1E6F-4FE2-BE32-5DB544232749
    Exception Type:  EXC_ARITHMETIC (SIGFPE)
    Exception Codes: EXC_I386_DIV (divide by zero)
    Crashed Thread:  15
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x982d2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x982d3267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a2982df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9a2973c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9a2971f1 CFRunLoopRunInMode + 97
    5   com.apple.HIToolbox                     0x92316e04 RunCurrentEventLoopInMode + 392
    6   com.apple.HIToolbox                     0x92316bb9 ReceiveNextEventCommon + 354
    7   com.apple.HIToolbox                     0x92316a3e BlockUntilNextEventMatchingListInMode + 81
    8   com.apple.AppKit                        0x94a58595 _DPSNextEvent + 847
    9   com.apple.AppKit                        0x94a57dd6 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    10  com.apple.Safari.framework              0x97cd4f67 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 189
    11  com.apple.AppKit                        0x94a1a1f3 -[NSApplication run] + 821
    12  com.apple.AppKit                        0x94a12289 NSApplicationMain + 574
    13  com.apple.Safari.framework              0x97ea01b4 SafariMain + 219
    14  com.apple.Safari                        0x00001f71 0x1000 + 3953
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x982f9382 kevent + 10
    1   libSystem.B.dylib                       0x982f9a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x982f8f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x982f8cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x982f8781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x982f8412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x982f89a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 3:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x98300aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9830075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x983023f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.WebCore                       0x9598df70 WebCore::IconDatabase::syncThreadMainLoop() + 272
    4   com.apple.WebCore                       0x9598b8a9 WebCore::IconDatabase::iconDatabaseSyncThread() + 761
    5   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    6   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x982d2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x982d3267 mach_msg + 68
    2   com.apple.QuartzCore                    0x942f071c CA::Render::Server::server_thread(void*) + 240
    3   com.apple.QuartzCore                    0x94331f89 thread_fun + 33
    4   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    5   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x982f8412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x982f89a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 6:
    0   libSystem.B.dylib                       0x982d2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x982d3267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a2982df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9a2973c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9a2971f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x96ce7224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x96cae4c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x96cae474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    9   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 7:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x982d2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x982d3267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a2982df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9a2973c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9a2971f1 CFRunLoopRunInMode + 97
    5   com.apple.Safari.framework              0x97e55d6f Safari::MessageRunLoop::runSingleRunLoopIteration() + 53
    6   com.apple.Safari.framework              0x97e5529e Safari::MessageRunLoop::threadBody() + 98
    7   com.apple.Safari.framework              0x97e552dd Safari::MessageRunLoop::threadCallback(void*) + 17
    8   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    9   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 8:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x98300aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9830075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x983023f8 pthread_cond_wait$UNIX2003 + 73
    3   com.apple.JavaScriptCore                0x9a531551 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4   com.apple.Safari.framework              0x97ed144b Safari::SnapshotStore::diskAccessThreadBody() + 199
    5   com.apple.Safari.framework              0x97ed1ced Safari::SnapshotStore::diskAccessThreadCallback(void*) + 17
    6   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    7   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 9:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x982f1ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x9a2d7c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    3   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 10:  JavaScriptCore::BlockFree
    0   libSystem.B.dylib                       0x98300aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9830075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x983002b1 pthread_cond_timedwait$UNIX2003 + 72
    3   com.apple.JavaScriptCore                0x9a53159c ***::ThreadCondition::timedWait(***::Mutex&, double) + 156
    Thread 11:
    0   libSystem.B.dylib                       0x982d2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x982d3267 mach_msg + 68
    2   com.apple.CoreFoundation                0x9a2982df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x9a2973c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x9a29d304 CFRunLoopRun + 84
    5   com.apple.DesktopServices               0x970f7b3d TSystemNotificationTask::SystemNotificationTaskProc(void*) + 643
    6   ...ple.CoreServices.CarbonCore          0x926ea54a PrivateMPEntryPoint + 68
    7   libSystem.B.dylib                       0x98300259 _pthread_start + 345
    8   libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 12:
    0   libSystem.B.dylib                       0x982f8412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x982f89a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 13:
    0   libSystem.B.dylib                       0x982f8412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x982f89a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 14:
    0   libSystem.B.dylib                       0x982f8412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x982f89a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x982f85c6 start_wqthread + 30
    Thread 15 Crashed:
    0   com.apple.CoreGraphics                  0x9041eb50 cmyk32_mark_pixelshape + 45440
    1   com.apple.CoreGraphics                  0x904381b5 cmyk32_mark + 501
    2   com.apple.CoreGraphics                  0x9044e353 cmyk32_image + 467
    3   libRIP.A.dylib                          0x91aa8ccc ripl_Mark + 38
    4   libRIP.A.dylib                          0x91aa8c5d ripl_BltImage + 1593
    5   libRIP.A.dylib                          0x91aa8397 ripc_RenderImage + 269
    6   libRIP.A.dylib                          0x91aadd34 ripc_EndLayer + 904
    7   com.apple.CoreGraphics                  0x90161ddd CGContextEndTransparencyLayer + 103
    8   com.apple.CoreGraphics                  0x902c44f7 CGPDFDrawingContextDrawGroupStream + 338
    9   com.apple.CoreGraphics                  0x902cbeda CGPDFDrawingContextDrawGroup + 448
    10  com.apple.CoreGraphics                  0x902c538d op_Do + 171
    11  com.apple.CoreGraphics                  0x90182dcc pdf_scanner_handle_xname + 104
    12  com.apple.CoreGraphics                  0x90181ed4 CGPDFScannerScan + 515
    13  com.apple.CoreGraphics                  0x9017fec2 CGPDFDrawingContextDrawPage + 510
    14  com.apple.CoreGraphics                  0x9017fc8a CGContextDrawPDFPageWithProgressCallback + 99
    15  com.apple.CoreGraphics                  0x9017fc24 CGContextDrawPDFPage + 40
    16  com.apple.ImageIO.framework             0x9791d1ff getBandProcPDF + 1753
    17  com.apple.ImageIO.framework             0x9791c94a glueCopyImageBlockSet + 2225
    18  com.apple.ImageIO.framework             0x97915f95 ImageProviderCopyImageBlockSetCallback + 174
    19  com.apple.CoreGraphics                  0x9016752b CGImageProviderCopyImageBlockSet + 228
    20  com.apple.CoreGraphics                  0x9016bd3c img_blocks_create + 348
    21  com.apple.CoreGraphics                  0x90103305 img_data_lock + 2921
    22  com.apple.CoreGraphics                  0x90101b4a CGSImageDataLock + 172
    23  libRIP.A.dylib                          0x91aa7751 ripc_AcquireImage + 2446
    24  libRIP.A.dylib                          0x91aa53c6 ripc_DrawImage + 1245
    25  com.apple.CoreGraphics                  0x901017c4 CGContextDrawImage + 450
    26  com.apple.ImageIO.framework             0x97989121 CGImageCreateCopyWithParametersNew + 1765
    27  com.apple.ImageIO.framework             0x97987d25 CGImageSourceCreateThumbnailAtIndex + 3709
    28  com.apple.AppKit                        0x94ed22d1 -[NSNavFBENode _quickLookImageWithMaxSize:isThumbnail:] + 956
    29  com.apple.AppKit                        0x94edd8be +[NSNavNodePreviewHelper _subthreadComputePreviewThumbnailImages] + 626
    30  com.apple.Foundation                    0x96cae4c4 -[NSThread main] + 45
    31  com.apple.Foundation                    0x96cae474 __NSThread__main__ + 1499
    32  libSystem.B.dylib                       0x98300259 _pthread_start + 345
    33  libSystem.B.dylib                       0x983000de thread_start + 34
    Thread 15 crashed with X86 Thread State (32-bit):
      eax: 0xff6c0000  ebx: 0x904139e1  ecx: 0x00000000  edx: 0xffffffff
      edi: 0xffffff6b  esi: 0xffffff6c  ebp: 0xb116d728  esp: 0xb116c920
       ss: 0x00000023  efl: 0x00010287  eip: 0x9041eb50   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x0326800c
    Binary Images:
        0x1000 -     0x1ff7  com.apple.Safari 5.1.2 (6534.52.7) <921F3782-A5EE-D876-7D5A-DBBDE83F258D> /Applications/Safari.app/Contents/MacOS/Safari
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <4CDE4F04-0DD6-224E-ACE5-3C06E169A801> /usr/lib/dyld
    0x90003000 - 0x90013ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90017000 - 0x90059ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <8A4721DE-25C4-C8AA-EA90-9DA7812E3EBA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9005a000 - 0x900adff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x900ae000 - 0x900b2ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x900b3000 - 0x900c1fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <33C1B260-ED05-945D-FC33-EF56EC791E2E> /usr/lib/libz.1.dylib
    0x900c2000 - 0x908b1557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x908d2000 - 0x90964fe7  com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90965000 - 0x9099bfff  libtidy.A.dylib ??? (???) <0FD72C68-4803-4C5B-3A63-05D7394BFD71> /usr/lib/libtidy.A.dylib
    0x9099c000 - 0x90a9dfe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <C75F921C-F027-6372-A0A1-EDB8A6234331> /usr/lib/libxml2.2.dylib
    0x90d59000 - 0x90d68fe7  libxar.1.dylib ??? (???) <2FC317EB-7AC2-CD6C-8C09-E06B2DF02929> /usr/lib/libxar.1.dylib
    0x90d69000 - 0x90dcafe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90dcb000 - 0x90e45fff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90e46000 - 0x90f52ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90f53000 - 0x90f54ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90f55000 - 0x90f55ff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90f56000 - 0x90f6bfff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90f6c000 - 0x90facff3  com.apple.securityinterface 4.0.1 (40418) <FED0C1B5-469E-ADFF-308E-C10B6A68AE45> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x910b4000 - 0x910c4ffb  SyndicationUI ??? (???) <7A592FE2-630F-348A-B3CD-2438A4865DFA> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x910c5000 - 0x91122ff7  com.apple.framework.IOKit 2.0 (???) <3DABAB9C-4949-F441-B077-0498F8E47A35> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91123000 - 0x9112eff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9112f000 - 0x91255fe7  com.apple.WebKit 6534.52 (6534.52.7) <A2FC4307-01BE-DC9E-82FE-68B13F3839A9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91256000 - 0x91302fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91303000 - 0x9134affb  com.apple.CoreMediaIOServices 140.0 (1496) <DA152F1C-8EF4-4F5E-6D60-82B1DC72EF47> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9134b000 - 0x9134bff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x9134c000 - 0x913baff7  com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x913bb000 - 0x913cfffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x913d0000 - 0x91489fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x914ac000 - 0x918e1ff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91a25000 - 0x91a94ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <595A5539-9F54-63E6-7AAC-C04E1574B050> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91a95000 - 0x91ad6ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91ad7000 - 0x91af6ff7  com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91b1d000 - 0x91c5afe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91d50000 - 0x91debfe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x91dec000 - 0x91e0dfe7  com.apple.opencl 12.3.6 (12.3.6) <B4104B80-1CB3-191C-AFD3-697843C6BCFF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x91e0e000 - 0x91e10ff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91e11000 - 0x91e55ff3  com.apple.coreui 2 (114) <2234855E-3BED-717F-0BFA-D1A289ECDBDA> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91e56000 - 0x91e56ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e57000 - 0x91f13fff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91f3b000 - 0x91f81ff7  libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x91f82000 - 0x92062fe7  com.apple.vImage 4.1 (4.1) <D029C515-08E1-93A6-3705-DD062A3A672C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92063000 - 0x920b9ff7  com.apple.MeshKitRuntime 1.1 (49.2) <CB9F38B1-E107-EA62-EDFF-02EE79F6D1A5> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x922e2000 - 0x92606fef  com.apple.HIToolbox 1.6.5 (???) <21164164-41CE-61DE-C567-32E89755CB34> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x92607000 - 0x92613ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x92614000 - 0x9263affb  com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92647000 - 0x9268aff7  com.apple.NavigationServices 3.5.4 (182) <8DC6FD4A-6C74-9C23-A4C3-715B44A8D28C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x926c4000 - 0x929e4ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x929e7000 - 0x929ffff7  com.apple.CFOpenDirectory 10.6 (10.6) <D1CF5881-0AF7-D164-4156-9E9067B7FA37> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92a00000 - 0x92ebbff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92ec1000 - 0x92ecfff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92ee3000 - 0x92ee3ff7  com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92ee4000 - 0x93149feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9314a000 - 0x9314aff7  com.apple.Carbon 150 (152) <8F767518-AD3C-5CA0-7613-674CD2B509C4> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x940a1000 - 0x9440cff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9445b000 - 0x944a4fe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x944a5000 - 0x944b0ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x944b1000 - 0x9452eff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x9452f000 - 0x94531ff7  com.apple.securityhi 4.0 (36638) <6118C361-61E7-B34E-93DB-1B88108F8F18> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x94532000 - 0x94675fef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94676000 - 0x946a7ff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x946a8000 - 0x946aefff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x946f0000 - 0x94704fe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x94705000 - 0x94708ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94a10000 - 0x952f3ff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95302000 - 0x95309ff3  com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95986000 - 0x966eefe7  com.apple.WebCore 6534.52 (6534.52.11) <28DB69F5-ACE5-2A67-4DC1-39EED479B56B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x966ef000 - 0x966f2ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x966f3000 - 0x9671aff7  com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9671b000 - 0x9681dfef  com.apple.MeshKitIO 1.1 (49.2) <D0401AC5-1F92-2BBB-EBAB-58EDD3BA61B9> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x96840000 - 0x96848ff7  com.apple.DisplayServicesFW 2.3.3 (289) <828084B0-9197-14DD-F66A-D634250A212E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x96849000 - 0x96883fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x96980000 - 0x9699cfe3  com.apple.openscripting 1.3.1 (???) <2A748037-D1C0-6D47-2C4A-0562AF799AC9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9699d000 - 0x96a4afe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x96a4b000 - 0x96a8eff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96b20000 - 0x96b65ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x96b66000 - 0x96c31fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96c32000 - 0x96c65fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x96c66000 - 0x96c66ff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96c67000 - 0x96c97ff7  com.apple.MeshKit 1.1 (49.2) <5A74D1A4-4B97-FE39-4F4D-E0B80F0ADD87> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x96c98000 - 0x96f09fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96f0a000 - 0x96f2eff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96f2f000 - 0x96f89fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x96f8a000 - 0x970b7ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x970b8000 - 0x970f5ff7  com.apple.SystemConfiguration 1.10.8 (1.10.2) <50E4D49B-4F61-446F-1C21-1B2BA814713D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x970f6000 - 0x971d0fff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97215000 - 0x9721bfe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9728e000 - 0x9728fff7  com.apple.TrustEvaluationAgent 1.1 (1) <2D970A9B-77E8-EDC0-BEC6-7580D78B2843> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x9729c000 - 0x972bcfe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <BF7FF2F6-5FD3-D78F-77BC-9E2CB2A5E309> /usr/lib/libresolv.9.dylib
    0x9749a000 - 0x974f2fe7  com.apple.datadetectorscore 2.0 (80.7) <463C62DE-2664-E186-915A-0772C6AC0664> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x974fb000 - 0x9755ffff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x97560000 - 0x97572ff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x97573000 - 0x97574ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x97575000 - 0x9757eff7  com.apple.corelocation 12.3 (12.3) <11640844-4B96-4B4D-0419-B7845C4A40FF> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x9757f000 - 0x975b2ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x975b3000 - 0x975beff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x975bf000 - 0x975d0ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <3036AD83-4F1D-1028-54EE-54165E562650> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x976a3000 - 0x97712ff7  com.apple.ISSupport 1.9.7 (55) <77905553-740D-90E8-6B2E-ABF5B3D40CBF> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x97713000 - 0x97751ff7  com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x97752000 - 0x97854fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x9790c000 - 0x97acefeb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x97acf000 - 0x97af1fef  com.apple.DirectoryService.Framework 3.6 (621.12) <A4A47C88-138C-A237-88A5-877E5CAB4494> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x97af2000 - 0x97c20fe7  com.apple.CoreData 102.1 (251) <87FE6861-F2D6-773D-ED45-345272E56463> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97c21000 - 0x97c2bffb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <7486003F-8FDB-BD6C-CB34-DE45315BD82C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x97c2c000 - 0x97c66ff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x97c67000 - 0x97c71fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x97c72000 - 0x982d1fe7  com.apple.Safari.framework 6534 (6534.52.7) <921F8059-8CD4-58B1-479C-905670BA8D76> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
    0x982d2000 - 0x98479ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x98490000 - 0x9892eff7  com.apple.RawCamera.bundle 3.9.0 (584) <5CC4C59B-5ECF-9767-2BB1-493AB505F433> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x9892f000 - 0x989d7ffb  com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x989d8000 - 0x98b5afe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x98d48000 - 0x98d55fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <828CCEAB-F193-90F1-F48C-54E3C88B29BC> /usr/lib/libbz2.1.0.dylib
    0x98d56000 - 0x98d5bff7  com.apple.OpenDirectory 10.6 (10.6) <0603680A-A002-D294-DE83-0D028C6BE884> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98d98000 - 0x98e13fff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x98e14000 - 0x98e14ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x98e15000 - 0x98e52ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98e53000 - 0x98e53ff7  com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x98e54000 - 0x98e61ff7  com.apple.NetFS 3.2.2 (3.2.2) <DDC9C397-C35F-8D7A-BB24-3D1B42FA5FAB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x98e62000 - 0x98e8aff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x98e8b000 - 0x98ea6ff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98ea7000 - 0x98eb7ff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x98f86000 - 0x98f8cff7  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <6EE825E7-CBA5-2AD2-0336-244D45A1A834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x98f8d000 - 0x9916ffff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x99170000 - 0x99174ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x99175000 - 0x99223ff3  com.apple.ink.framework 1.3.3 (107) <233A981E-A2F9-56FB-8BDE-C2DEC3F20784> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x99265000 - 0x992cffe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x992d0000 - 0x99388feb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x99389000 - 0x993d6feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <00A1A83B-0E7D-D0F4-A643-8C5675C2BB21> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x99411000 - 0x9954eff7  com.apple.WebKit2 6534.52 (6534.52.7) <6134BF66-992C-D975-65FA-49FD36E3C143> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x9954f000 - 0x99552fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x99553000 - 0x99597fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x99598000 - 0x99630fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <F36DB665-A88B-7F5B-6244-6A2E7FFFF668> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x99839000 - 0x99a64ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x99a8c000 - 0x99ea2ff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x99ea3000 - 0x99ed8fe7  com.apple.framework.Apple80211 6.2.5 (625.6) <9F56E0EC-EB90-52F6-0ECF-C2E5DE85652E> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x99ed9000 - 0x99edcff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x99edd000 - 0x9a1d7fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9a256000 - 0x9a25aff7  IOSurface ??? (???) <89D859B7-A26A-A5AB-8401-FC1E01AC7A60> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9a25b000 - 0x9a3d6fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9a3d7000 - 0x9a474fe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x9a475000 - 0x9a4b0feb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9a526000 - 0x9a770fef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9a771000 - 0x9a7f1feb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9a7f2000 - 0x9a86bff7  com.apple.PDFKit 2.5.1 (2.5.1) <A068BF37-03E0-A231-2791-561C60C3ED2B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9a918000 - 0x9a918ff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9a9ea000 - 0x9aa6cffb  SecurityFoundation ??? (???) <C4506287-1AE2-5380-675D-95B0291AA425> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9aa6d000 - 0x9aabdff7  com.apple.framework.familycontrols 2.0.2 (2020) <596ADD85-79F5-A613-537B-F83B6E19013C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x9aabe000 - 0x9abb9fff  com.apple.PubSub 1.0.5 (65.28) <A2D9D197-0620-E40D-1115-0416191189B2> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9abba000 - 0x9abc3ff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,2, BootROM MBP81.0047.B04, 4 processors, Intel Core i7, 2.2 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 698.64 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    Also, I noticed that my adobe programs crashed when I opened a file too. Many thanks

  • In Design Crashes when working in tables on a legacy document

    Hi
    I'm working on a legacy document created in CS5.5, the document contains tables which I need to update.
    When I attempt to change the stroke or fill, I manage to update 2 rows before the program freezes. The only recourse is to then close the file, at which point a box pops up saying Indesign has stopped working.
    When I re-open the file after re-starting InDesign the file has to be automatically recovered.
    I have just downloaded and installed the latest patches from the cloud desktop & have installed the font manager fix, this has not made any difference.
    So far I have spent 5 hours on a document that should have taken 45 minutes to update - who pays for my lost time? - I can't charge my customer!
    Please can someone find a solution, I have another 10 documents to update.
    Adobe in Design CC
    Windows 7 Pro X64

    Hi Bob / Peter
    Bob You are correct, there is a drop shadow on the table, removing this has enabled me to update the table, however the design of the document requires the drop shadow, or a complete redesign of all 10 documents in the series.
    Once the text was updated re-enabling the drop shadow caused In design to crash again.
    So any suggestions?
    At least part of the problem is resolved, I suppose I could create some shadows to place behind the table in illustrator?
    Peter - Hadn't tried the tagged text export, I will give this a try and let you know if it's successful - Can I export styles as well?

  • Query Designer crashes when using 0CALWEK

    Hi all
    I have come accross an error when using the query designer in BI 7.0.  If i try to restrict on 0CALWEEK the Query Designer first tells me there are errors but none show, then tells me there are no values for 0CALWEEK and finally crashes saying
    "An unhandled exception has occurred in your application."
    "Object reference not set to an instance of an object."
    After this the desiger freezes and must be exited.
    On occasions an RFC error shows on the botton of the design view suggesting a check of the RFC logs, however nothing appears in the RFC log.
    Any assistance would be very much appreciated.
    With Thanks
    Gareth

    Anil
    Generating in RSRT does not fix the problem.
    Checking the query designer shows no errors, however once we get the crash after attempting to restrict on 0CALWEEK it is not possible to use the check button (since the whole of query designer freezes).
    This is happenning on our development system (the only one on which we are currently creating queries) and on all PCs.
    The note, unfortunately, refers to an issue when using gui 7.X, however we are using 640 so it should not be a .net framework issue however i am asking my BASIS team to do some testing on that.
    Many thanks for your suggestion though.
    Any other ideas?
    Regards
    Gareth

  • Crashing when attaching to ' MAIL'

    every time i try and send photos by attaching them to mail aperture crashes also if i just choose 'export'
    anyone have an idea whats goin on?
    10.5.1 & 1.5.6

    Bigslug,
    I have the exact same problem as you describe above, and from the beginning i also think it's a bug cause by leopard update, but I was wrong, the solution is both simple and crazy, you just need to remove any 3rd party "color picker" plug-in that was not compatible with Leopard from ~/Library/ColorPickers, then you are set to go, mine was the "Tangerine" plug-in that i was forget to put in trash after I uninstall the main program. After I remove it, no crash on exporting to version or to mail, hoooolaaa.
    I'm both frustrating and sad when I cannot export my image from Aperture, and I'm not sure what the connection between color picker and Aperture "export" feature, but it's finally solve my problem, this of course with the help of this post. Cheer, and by the way, I have upgraded to Aperture 2.0, woo lala, what a great software update Apple had provide after such a long wait.
    Hope this will solve your problem;

  • Mail crashing when attaching documents

    A friend of mine is having a problem with her iBook. When she tries to attach documents to messages, about 75% of the time Mail will instantly crash. There isn't anything particularly odd about these documents, as they're essentially always just Word docs.
    This started happening a few weeks ago on 10.4.5. She upgraded to 10.4.6 but that didn't fix it.
    Any ideas?
    -Greg

    Does she have overstuffed mailboxes?
    Search for earlier posts on this subject.

  • Mail, chrome, safari crashes when attaching any files

    Hi All,
    Whenever i try to attache any files in mail, it quits and i have to reopen it. Also if i try to attach a file in chrome or safari the window won't pop up to allow me to browse for any files to attach, this is on multiple sites from sendspace to gmail. On sendspace just freezes and i have to force quit chrome/safari with  it says the following plug in has crashed: shockwave flash (i've tried reinstalling flash). It seems there is a problem with any time i need to browse for files to attach etc. I'm also having the same problem with Time Machine where it won't allow me to select files to exclude since no window pops up when i click the + button.
    I've tried repairing disk permissions and disc repair rebooting off my install disc and it says that the disc is repaired. Any ideas? Tried googling and can't find anyone with the same problem.
    Might be a coincidence but don't remember this issue before upgrading to 10.7.2 from 10.7.1 a few days ago.
    Thanks,
    Amr

    here's the report that's being sent to Apple from the mail crash if anyone can make any sense of it:
    Process:         Mail [1539]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         5.1 (1251)
    Build Info:      Mail-1251000000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [250]
    Date/Time:       2011-10-17 15:16:00.359 +0100
    OS Version:      Mac OS X 10.7.2 (11C74)
    Report Version:  9
    Interval Since Last Report:          59128 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  55714 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      7CF7B12B-92E8-42A9-B1F7-751DC62C908D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: 0x000000000000000d, 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000106283000-0000000106635000 [ 3784K] r-x/rwx SM=COW  /Applications/Mail.app/Contents/MacOS/Mail
    Application Specific Information:
    objc_msgSend() selector name: frame
    objc[1539]: garbage collection is OFF
    Performing @selector(insertFile:) from sender _BorderlessButton 0x7f85b91355b0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff92d006d0 objc_msgSend_stret + 16
    1   com.apple.AppKit                        0x00007fff95b7a2e2 -[NSSavePanel(NSSavePanelLayout) _layoutViewsVerticallyAndResize] + 2064
    2   com.apple.mail                          0x0000000106436706 0x106283000 + 1783558
    3   com.apple.CoreFoundation                0x00007fff8e951a1d -[NSObject performSelector:withObject:] + 61
    4   com.apple.AppKit                        0x00007fff9573e710 -[NSApplication sendAction:to:from:] + 139
    5   com.apple.AppKit                        0x00007fff9573e642 -[NSControl sendAction:to:] + 88
    6   com.apple.AppKit                        0x00007fff9573e56d -[NSCell _sendActionFrom:] + 137
    7   com.apple.AppKit                        0x00007fff9573da30 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2014
    8   com.apple.AppKit                        0x00007fff957bd8e0 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489
    9   com.apple.AppKit                        0x00007fff9573c63a -[NSControl mouseDown:] + 786
    10  com.apple.AppKit                        0x00007fff957070e0 -[NSWindow sendEvent:] + 6306
    11  com.apple.mail                          0x0000000106349ea1 0x106283000 + 814753
    12  com.apple.AppKit                        0x00007fff9569f68f -[NSApplication sendEvent:] + 5593
    13  com.apple.mail                          0x0000000106303227 0x106283000 + 524839
    14  com.apple.AppKit                        0x00007fff95635682 -[NSApplication run] + 555
    15  com.apple.AppKit                        0x00007fff958b480c NSApplicationMain + 867
    16  com.apple.mail                          0x000000010635bd88 0x106283000 + 888200
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff91ed37e6 kevent + 10
    1   libdispatch.dylib                       0x00007fff931a95be _dispatch_mgr_invoke + 923
    2   libdispatch.dylib                       0x00007fff931a814e _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9499404f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff94993f3b -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff8e4560b1 -[RSSInterchange _runManager] + 1345
    8   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 3:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.CoreVideo                     0x00007fff8eed9b3c CVDisplayLink::runIOThread() + 710
    3   com.apple.CoreVideo                     0x00007fff8eed985d _ZL13startIOThreadPv + 148
    4   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    5   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff9499404f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
    6   com.apple.Foundation                    0x00007fff94993f3b -[NSRunLoop(NSRunLoop) run] + 62
    7   com.apple.MessageFramework              0x00007fff8e475891 +[_NSSocket _runIOThread] + 80
    8   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    9   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    10  libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    11  libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff91ed2df2 __select + 10
    1   com.apple.CoreFoundation                0x00007fff8e93ff9b __CFSocketManager + 1355
    2   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    3   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 6:: WebCore: LocalStorage
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff8d910c40 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff90de7dca ***::MessageQueue<WebCore::LocalStorageTask>::waitForMessage() + 132
    4   com.apple.WebCore                       0x00007fff90de7d23 WebCore::LocalStorageThread::threadEntryPoint() + 99
    5   com.apple.WebCore                       0x00007fff90de7c6b WebCore::LocalStorageThread::threadEntryPointCallback(void*) + 9
    6   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    7   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 7:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib                  0x00007fff91ed2bca __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff929d9274 _pthread_cond_wait + 840
    2   com.apple.JavaScriptCore                0x00007fff8d910c97 ***::ThreadCondition::timedWait(***::Mutex&, double) + 151
    3   com.apple.JavaScriptCore                0x00007fff8db3cd2f JSC::Heap::blockFreeingThreadMain() + 319
    4   com.apple.JavaScriptCore                0x00007fff8db3cd69 JSC::Heap::blockFreeingThreadStartFunc(void*) + 9
    5   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    6   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff91ed167a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff91ed0d71 mach_msg + 73
    2   com.apple.CoreFoundation                0x00007fff8e8eeb6c __CFRunLoopServiceMachPort + 188
    3   com.apple.CoreFoundation                0x00007fff8e8f72d4 __CFRunLoopRun + 1204
    4   com.apple.CoreFoundation                0x00007fff8e8f6ae6 CFRunLoopRunSpecific + 230
    5   com.apple.Foundation                    0x00007fff949ee0ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
    6   com.apple.Foundation                    0x00007fff949e27fe -[NSThread main] + 68
    7   com.apple.Foundation                    0x00007fff949e2776 __NSThread__main__ + 1575
    8   libsystem_c.dylib                       0x00007fff929d58bf _pthread_start + 335
    9   libsystem_c.dylib                       0x00007fff929d8b75 thread_start + 13
    Thread 9:: Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    0   libsystem_kernel.dylib                  0x00007fff91ed2bf2 __psynch_mutexwait + 10
    1   libsystem_c.dylib                       0x00007fff929d41a1 pthread_mutex_lock + 545
    2   com.apple.DesktopServices               0x00007fff908724cc TDSMutex::Acquire() + 38
    3   com.apple.DesktopServices               0x00007fff908b0c52 TNode::StPopulating::StPopulating(TNodePtr const&, TNode::StPopulating*) + 112
    4   com.apple.DesktopServices               0x00007fff90874f80 TChildrenList::Find(TCountedPtr<TFSInfo> const&) + 54
    5   com.apple.DesktopServices               0x00007fff90874ecd TChildrenList::Find(TNodePtr const&) + 111
    6   com.apple.DesktopServices               0x00007fff90874b2b TChildrenList::AddNewChild(TNode*, bool&) + 97
    7   com.apple.DesktopServices               0x00007fff908a2894 TNode::AddNewChild(TNode*, bool&, bool) + 52
    8   com.apple.DesktopServices               0x00007fff9087648b TNode::AddChild(TNodePtr&, THFSPlusExtendedPropertyIterator*, TCountedPtr<TPropertyMap> const&) + 91
    9   com.apple.DesktopServices               0x00007fff9087604e TNode::FindChild(TUString const&) const + 794
    10  com.apple.DesktopServices               0x00007fff908a3d33 TNode::GetNodeFromPathName(TPathName const&, TNodePtr&, unsigned int) + 209
    11  com.apple.DesktopServices               0x00007fff9088240b TNode::GetNodeFromURL(__CFURL const* const&, TNodePtr&, unsigned int) + 1817
    12  com.apple.DesktopServices               0x00007fff908a3ba2 TNode::GetNodeFromFSInfo(TCountedPtr<TFSInfo> const&, TNodePtr&) + 760
    13  com.apple.DesktopServices               0x00007fff9088e5e1 TNode::ResolveSharedFileListAliasIfNeeded() + 353
    14  com.apple.DesktopServices               0x00007fff908b1d9d __SynchronizeChildren_block_invoke_043 + 55
    15  com.apple.DesktopServices               0x00007fff908ef428 ExceptionSafeBlock(void ( block_pointer)()) + 15
    16  com.apple.DesktopServices               0x00007fff908b1d60 __SynchronizeChildren_block_invoke_0 + 80
    17  libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    18  libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    19  libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    20  libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    22  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 13:: Dispatch queue: com.apple.NetworkBrowser.ConnectedBrowser
    0   libsystem_kernel.dylib                  0x00007fff91ed2afa __open_nocancel + 10
    1   libsystem_c.dylib                       0x00007fff929e2033 __opendir2$INODE64 + 51
    2   com.apple.NetFS                         0x00007fff94131ce9 ScanAllPluginsInLibrary + 124
    3   com.apple.NetFS                         0x00007fff94131e93 FindPluginByFSInLibrary + 60
    4   com.apple.NetFS                         0x00007fff94132270 NetFSGetMountInfo + 110
    5   com.apple.NetFS                         0x00007fff9413408f GetCompleteMountURL + 68
    6   com.apple.CoreServices.CarbonCore          0x00007fff8b6dc58a FSCopyURLForVolume + 146
    7   com.apple.CoreServices.OSServices          0x00007fff8ecd084e ConnectedBrowser::copyConnected() + 346
    8   com.apple.CoreServices.OSServices          0x00007fff8ecd02b0 __workAroundRadarBug6737002_block_invoke_3 + 61
    9   libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    10  libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    11  libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    12  libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    13  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    14  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 14:: Dispatch queue: TFSVolumeInfo::GetSyncGCDQueue
    0   libsystem_kernel.dylib                  0x00007fff91ed37e6 kevent + 10
    1   com.apple.DesktopServices               0x00007fff908b7b9c TNode::HandleSubscribeWithKQueue(TCountedPtr<TNodeTask> const&, TNodePtr const&) + 396
    2   com.apple.DesktopServices               0x00007fff908b619e TNode::HandleNodeRequest(TCountedPtr<TNodeTask> const&, TCountedPtr<TVolumeSyncThread> const&) + 922
    3   com.apple.DesktopServices               0x00007fff908dbb78 __PostNodeTaskRequest_block_invoke_08 + 82
    4   com.apple.DesktopServices               0x00007fff908ef428 ExceptionSafeBlock(void ( block_pointer)()) + 15
    5   com.apple.DesktopServices               0x00007fff908dbb20 __PostNodeTaskRequest_block_invoke_0 + 88
    6   libdispatch.dylib                       0x00007fff931a78ba _dispatch_call_block_and_release + 18
    7   libdispatch.dylib                       0x00007fff931a910a _dispatch_queue_drain + 264
    8   libdispatch.dylib                       0x00007fff931a8f66 _dispatch_queue_invoke + 54
    9   libdispatch.dylib                       0x00007fff931a8760 _dispatch_worker_thread2 + 198
    10  libsystem_c.dylib                       0x00007fff929d73da _pthread_wqthread + 316
    11  libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff91ed3192 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff929d7594 _pthread_wqthread + 758
    2   libsystem_c.dylib                       0x00007fff929d8b85 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000030  rbx: 0x00007f85ba17f0b0  rcx: 0x0000000000000101  rdx: 0x00007fff95efb560
      rdi: 0x00007fff65e821d8  rsi: 0x00007f85b87deca0  rbp: 0x00007fff65e822e0  rsp: 0x00007fff65e81fa0
       r8: 0x0000000000000003   r9: 0x00007f85b93a1050  r10: 0x000000010f814ca0  r11: 0xf000000000000000
      r12: 0x00000001066ce800  r13: 0x00007f85b8ccbd01  r14: 0x00007fff65e82028  r15: 0x00007fff7bfe6028
      rip: 0x00007fff92d006d0  rfl: 0x0000000000010246  cr2: 0x0000000102de2000
    Logical CPU: 6
    Binary Images:
           0x106283000 -        0x106634fff  com.apple.mail (5.1 - 1251) <6497E6E9-53F7-3772-ACC1-6E5E96449353> /Applications/Mail.app/Contents/MacOS/Mail
           0x106a56000 -        0x106a56ff5 +cl_kernels (??? - ???) <227C330C-D175-454A-9E59-EF3FD1B0F3E7> cl_kernels
           0x107f64000 -        0x107f66fff  apop.so (??? - ???) <B40CE86C-1757-3261-848C-F166F3D513EA> /usr/lib/sasl2/apop.so
           0x107f6a000 -        0x107f80fff  dhx.so (??? - ???) <9AB7809C-2651-3FCF-9357-8E1CDEAB6466> /usr/lib/sasl2/dhx.so
           0x107f95000 -        0x107f9efff  digestmd5WebDAV.so (??? - ???) <8D39C8C0-ACCE-34D4-815A-87825A1A4492> /usr/lib/sasl2/digestmd5WebDAV.so
           0x107fbb000 -        0x107fbdfff  libanonymous.2.so (??? - ???) <99136B94-8BE0-3563-9E2A-9C826971B6E9> /usr/lib/sasl2/libanonymous.2.so
           0x107fc1000 -        0x107fc4fff  libcrammd5.2.so (??? - ???) <5EEE3304-D132-3C9B-A54D-C21D7C34DA28> /usr/lib/sasl2/libcrammd5.2.so
           0x107fc9000 -        0x107fd2fff  libdigestmd5.2.so (??? - ???) <6DD64225-CFFF-379B-A5BA-5409F777F307> /usr/lib/sasl2/libdigestmd5.2.so
           0x107fd7000 -        0x107fdcfff  libgssapiv2.2.so (??? - ???) <DC1BA305-26FA-3CC7-8400-6A45521EF2A3> /usr/lib/sasl2/libgssapiv2.2.so
           0x107fe1000 -        0x107fe3fff  login.so (??? - ???) <48CD069F-68F5-32C4-BFAC-AC0EFB7B9489> /usr/lib/sasl2/login.so
           0x107fe7000 -        0x107fecfff  libntlm.so (??? - ???) <1B9D16BE-D0DB-31A3-8B84-7830509B5ECA> /usr/lib/sasl2/libntlm.so
           0x107ff1000 -        0x107ff8fff  libotp.2.so (??? - ???) <1DDBDDF7-3F84-3AF0-A878-9E64EEBE0ED5> /usr/lib/sasl2/libotp.2.so
           0x108001000 -        0x108003fff  libplain.2.so (??? - ???) <C98A873A-4373-3E3A-8257-D9BB5F857C85> /usr/lib/sasl2/libplain.2.so
           0x108007000 -        0x10800bfff  libpps.so (??? - ???) <26172BC5-1758-3BE6-9B8D-F254A727478A> /usr/lib/sasl2/libpps.so
           0x108010000 -        0x108013ff7  mschapv2.so (??? - ???) <F62C8BE2-B2E4-3E36-AC52-B4E149AFC186> /usr/lib/sasl2/mschapv2.so
           0x108018000 -        0x108046fff  com.apple.DirectoryService.PasswordServerFramework (7.0 - 7.0) <58E9CACA-9438-3B86-84DC-272533F2B704> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10805b000 -        0x10805efff  shadow_auxprop.so (??? - ???) <DF9DE842-FBFA-368A-AA8C-E29CF334FF69> /usr/lib/sasl2/shadow_auxprop.so
           0x108063000 -        0x108065fff  smb_nt.so (??? - ???) <C6D59817-4DB8-34F9-BD71-2FDDA857CBA8> /usr/lib/sasl2/smb_nt.so
           0x108069000 -        0x10806cfff  smb_ntlmv2.so (??? - ???) <A2FD1300-B742-32BE-B640-74732490CC94> /usr/lib/sasl2/smb_ntlmv2.so
           0x1080c3000 -        0x1080c6ff7  libCoreFSCache.dylib (??? - ???) <D4B5EFEA-7878-3674-A973-BA1D675E5A3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache .dylib
           0x1080f2000 -        0x1080f2ffd +cl_kernels (??? - ???) <A4AF69BF-4D6F-4F40-868E-E853044132BA> cl_kernels
           0x1093eb000 -        0x1093ecff3 +cl_kernels (??? - ???) <581DC70A-7554-42AC-ACCA-AC2B67A8E47F> cl_kernels
           0x1097e6000 -        0x1097e7ffc +cl_kernels (??? - ???) <56012E77-7012-4054-9E0A-DFE03A6CE8EC> cl_kernels
           0x109c7e000 -        0x109c84fef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
           0x109c97000 -        0x109d2aff7  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
           0x109e42000 -        0x109ed3ff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba. dylib
           0x109ef6000 -        0x109ef7ff3 +cl_kernels (??? - ???) <A82B7F0F-32E0-42A3-821B-E82F7B2D0569> cl_kernels
           0x109f05000 -        0x109f05ffd +cl_kernels (??? - ???) <ADBACD05-D511-4FCA-AB2B-65873CE1666E> cl_kernels
           0x109f09000 -        0x109f09ff5 +cl_kernels (??? - ???) <D5B1E95E-C88A-4B57-A4DC-3C06C12A7FC6> cl_kernels
           0x109f82000 -        0x109f87ff7  libgermantok.dylib (??? - ???) <BEE85384-A58E-3D6B-914B-74E5FF3155F3> /usr/lib/libgermantok.dylib
           0x109fc7000 -        0x109fc7ff1 +cl_kernels (??? - ???) <0287F615-4195-4DE6-9C23-37326721FAAA> cl_kernels
           0x10b3ab000 -        0x10b3aefff  libLatinSuppConverter.dylib (54.0.0 - compatibility 1.0.0) <7E087B67-5698-34B6-9F16-1E0C1C3FF0DD> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
           0x10b782000 -        0x10b782ff7  com.apple.SafariDAVNotifier (1.1 - 1) <560452E6-BCB8-36B0-B36E-47AF9CC99958> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
           0x10b803000 -        0x10b830fff  com.apple.datadetectors.actions (3.0 - 172.3) <0657E36B-31CE-3EDA-9CCE-29B9349DF903> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/Resources/ Actions.datadetectors/Contents/MacOS/Actions
           0x10c0d7000 -        0x10c0deff7  com.apple.mail.iaplugin (5.1 - 1251.1) <7EAD6F31-6F33-3689-A004-04E03085107F> /System/Library/InternetAccounts/Mail.iaplugin/Contents/MacOS/Mail
           0x10c0e5000 -        0x10c0e9fff  com.apple.mobileme.iaplugin (1.1 - 2) <4F82B8B5-A45D-33F8-8C98-49FD54E2827E> /System/Library/InternetAccounts/MobileMe.iaplugin/Contents/MacOS/MobileMe
           0x10c0f0000 -        0x10c0f5fff  com.apple.osxserver.iaplugin (1.1 - 2) <7CCB9615-DD5C-34F8-85DA-A219EB563A1A> /System/Library/InternetAccounts/OSXServer.iaplugin/Contents/MacOS/OSXServer
           0x10c0fc000 -        0x10c10eff7  com.apple.PlatformHardwareManagement (2.0.1 - 2.0.1) <B55C63E6-0117-324B-B88A-18C5003D61FC> /System/Library/PrivateFrameworks/PlatformHardwareManagement.framework/Versions /A/PlatformHardwareManagement
           0x10c11b000 -        0x10c11ffff  com.yahoo.iaplugin (1.1 - 2) <7EB84A08-2110-3BF0-A17C-6A5991220417> /System/Library/InternetAccounts/Yahoo.iaplugin/Contents/MacOS/Yahoo
           0x10c125000 -        0x10c128fff  com.apple.yahoo.syncframework (1.4 - 61) <F85D0D3C-B926-3945-8AEE-238128B0AACC> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
           0x10c36e000 -        0x10c39cff7  GLRendererFloat (??? - ???) <16DF14A0-7264-31A4-83F6-E6F96CF4AB3D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x10c508000 -        0x10c50afff  com.apple.AddressBook.LocalSourceBundle (1.2 - 1062) <F03F0085-D9E7-3838-9ED6-248E8397620E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10c98c000 -        0x10cb24ff7  GLEngine (??? - ???) <D770A837-9F8D-3C86-AB33-CBDEF5599CA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x10cb58000 -        0x10cc51fff  libGLProgrammability.dylib (??? - ???) <BCA0FD49-2103-33D8-8801-326C6A62465E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
           0x10cc77000 -        0x10cf3eff7  com.apple.ATIRadeonX3000GLDriver (7.12.9 - 7.1.2) <E0D46EC5-2A19-36AA-AECC-A73219F999F1> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
           0x10cf89000 -        0x10d393fef  com.apple.driver.AppleIntelHD3000GraphicsGLDriver (7.12.9 - 7.1.2) <E3862F61-C250-3670-B7A8-02EE49CBF842> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/Mac OS/AppleIntelHD3000GraphicsGLDriver
           0x10da0c000 -        0x10da10fff  com.apple.audio.AudioIPCPlugIn (1.2.1 - 1.2.1) <46DBC886-A984-36F8-BAC6-CFBAED880258> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
           0x10dba8000 -        0x10dbabfff  com.apple.DirectoryServicesSource (1.2 - 1062) <0F479AAE-037E-3310-8206-DDEB075456C9> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10dbb2000 -        0x10dc13fff  com.apple.AddressBook.CardDAVPlugin (10.7.2 - 196) <5304FAE6-1CC6-3539-9046-CE1C362364B9> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10dc62000 -        0x10dc67fff  com.apple.contacts.iaplugin (1.1 - 1062) <258CC376-5A41-38AB-A21C-D307138EEB52> /System/Library/InternetAccounts/AddressBook.iaplugin/Contents/MacOS/AddressBoo k
           0x10e2ae000 -        0x10e2b4fff  com.apple.audio.AppleHDAHALPlugIn (2.1.3 - 2.1.3f7) <25F21980-C114-3688-B6E7-FD83052D67B1> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10fa61000 -        0x10fa85fff  com.apple.Mail.Syncer (5.1 - 1251.1) <019CD023-71F3-3443-A89D-1DF1218F8EE4> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
           0x10fa96000 -        0x10fa9efff  com.apple.calendar.iaplugin (5.0.1 - 1139.14) <C9277923-EEC8-318E-87C9-6FB41174C4F3> /System/Library/InternetAccounts/iCal.iaplugin/Contents/MacOS/iCal
           0x10faa5000 -        0x10faaafff  com.apple.chat.iaplugin (1.0.1 - 935) <27BB8B6C-0BA4-36A3-AAFD-6EA9279112B0> /System/Library/InternetAccounts/iChat.iaplugin/Contents/MacOS/iChat
           0x10faaf000 -        0x10fac8fff  com.apple.placeholder.iaplugin (1.0.1 - 1) <9EBEE3A8-A6A9-32B7-A6CE-27715102F03E> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x10fade000 -        0x10fae3fff  com.google.iaplugin (1.1 - 2) <434CD71C-53E1-3B80-A3C0-552512CDF105> /System/Library/InternetAccounts/Google.iaplugin/Contents/MacOS/Google
           0x10faea000 -        0x10fafdff7  com.apple.AOSAccounts (1.0.1 - 1.0.61) <A0011298-B106-3DEC-B459-60D96F017BE9> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
           0x10fb11000 -        0x10fb31ff7  com.apple.ChunkingLibrary (1.0 - 125) <9EAE4385-5DF7-3956-8196-895DD6772BD7> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
           0x10fb6e000 -        0x10fb72fff  com.aol.iaplugin (1.1 - 2) <2D29926E-4B49-3623-AC5F-40CC36A06067> /System/Library/InternetAccounts/AOL.iaplugin/Contents/MacOS/AOL
           0x10fb78000 -        0x10fb81fff  com.apple.exchange.iaplugin (1.1 - 2) <2540E4F5-F8B6-3135-86BE-79B629F075FC> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
           0x10fb8a000 -        0x10fbddfff  com.apple.AOSUI (1.0.1 - 59) <855C1979-AF41-3DE9-8225-615DF2FC44EE> /System/Library/PrivateFrameworks/AOSUI.framework/Versions/A/AOSUI
           0x10fc0b000 -        0x10fc46ff7  com.apple.Ubiquity (1.0 - 196) <B7CD3D18-84C8-3C5E-8AE5-ED3331E71F05> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
           0x10fe2e000 -        0x10feb2ff7  com.apple.frameworks.server.foundation (10.7.2 - 185.2) <A0433A3D-96B5-3F8D-8A24-0EB08724028A> /System/Library/PrivateFrameworks/ServerFoundation.framework/Versions/A/ServerF oundation
           0x10ff11000 -        0x10ff4bff7  com.apple.frameworks.CoreDaemon (1.0 - 1.0) <DCB39254-F156-36AB-AAA1-A4AC2D6B7BDC> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
           0x11190e000 -        0x111a59ff7  com.apple.audio.units.Components (1.7.1 - 1.7.1) <2B7D5E78-5C1A-3246-B64F-24D9278CCEE5> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
        0x7fff65e83000 -     0x7fff65eb7ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
        0x7fff8a883000 -     0x7fff8a8a2ff7  com.apple.DotMacSyncManager (6.1 - 488.5) <63D5FE4D-35E4-33A3-BC50-8A48927B82FE> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
        0x7fff8a8a3000 -     0x7fff8a9a1fff  com.apple.QuickLookUIFramework (3.1 - 500.1) <D3A71FF1-7ED1-39DB-AD4E-451612DA536C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff8a9a2000 -     0x7fff8a9a8ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
        0x7fff8a9a9000 -     0x7fff8a9adfff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
        0x7fff8a9c1000 -     0x7fff8a9eafff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8aa0a000 -     0x7fff8aa10fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff8aa11000 -     0x7fff8aa44ff7  com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8aa45000 -     0x7fff8ae61ff7  com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
        0x7fff8ae9d000 -     0x7fff8aee8ff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F832FE21-5509-37C6-B1F1-48928F31BE45> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8af38000 -     0x7fff8af61ff7  com.apple.framework.Apple80211 (7.1.1 - 711.1) <FD0675E6-6602-3C28-85AA-6A4AF6B36D78> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff8af8a000 -     0x7fff8b56efff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff8b56f000 -     0x7fff8b571ff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8b576000 -     0x7fff8b5e9fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
        0x7fff8b5ea000 -     0x7fff8b601fff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8b602000 -     0x7fff8b632ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8b633000 -     0x7fff8b663fff  com.apple.framework.Admin (11.0 - 11.0) <C72B49AD-9114-328D-A0FE-AE97111D0A78> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff8b664000 -     0x7fff8b980ff7  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8b981000 -     0x7fff8b984ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8b985000 -     0x7fff8b989fff  libutil.dylib (??? - ???) <28672328-B738-38CE-B231-8A93CA6E6EA4> /usr/lib/libutil.dylib
        0x7fff8b98a000 -     0x7fff8b9c5fff  com.apple.LDAPFramework (3.0 - 120.1) <0C23534F-A8E7-3144-B2B2-50F9875101E2> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff8b9cc000 -     0x7fff8bac6ff7  com.apple.DiskImagesFramework (10.7.2 - 331) <C88025FC-2460-3F33-B808-CB1E8C2E5CB9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff8bac7000 -     0x7fff8bac9fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff8baca000 -     0x7fff8bae7fff  libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8bae8000 -     0x7fff8bafcfff  com.apple.syncservices.syncservicesui (6.1 - 673.3) <1388CDAC-98DB-3FC8-915A-40301804D172> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
        0x7fff8bafd000 -     0x7fff8bbc4ff7  com.apple.ColorSync (4.7.0 - 4.7.0) <F325A9D7-7203-36B7-8C1C-B6A4D5CC73A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8bbc5000 -     0x7fff8bee9fff  com.apple.HIToolbox (1.8 - ???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8beea000 -     0x7fff8bff7fff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff8bff8000 -     0x7fff8c021fff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff8c022000 -     0x7fff8c02dfff  com.apple.dotMacLegacy (3.3 - 267) <A7CC6E73-82CD-3057-9A83-894FA0CD7E6C> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
        0x7fff8c02e000 -     0x7fff8c090fff  com.apple.coreui (1.2.1 - 164.1) <F7972630-F696-3FC5-9FCF-A6E1C8771078> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8c091000 -     0x7fff8c825fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8c826000 -     0x7fff8c882fff  com.apple.QuickLookFramework (3.1 - 500.1) <0C9E98D2-D8F9-3161-9809-0D77B98AD938> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8c883000 -     0x7fff8c88eff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
        0x7fff8c88f000 -     0x7fff8c8f9fff  com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8c908000 -     0x7fff8c90afff  com.apple.EFILogin (1.0 - 1) <E806D2EA-BD93-302E-8F2C-6D33AE26E1BC> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8c90b000 -     0x7fff8c90ffff  com.apple.FindMyMac (1.1 - 1.1) <D9EB8F02-7C45-3948-9B50-4979993C6599> /System/Library/PrivateFrameworks/FindMyMac.framework/Versions/A/FindMyMac
        0x7fff8c910000 -     0x7fff8c911fff  libwebsharing.dylib (??? - ???) <279415F4-2FAD-3D68-BE9A-691D03389662> /usr/lib/libwebsharing.dylib
        0x7fff8c912000 -     0x7fff8c966ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8c967000 -     0x7fff8c9b9ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff8c9ba000 -     0x7fff8cabfff7  libFontParser.dylib (??? - ???) <B9A53808-C97E-3293-9C33-1EA9D4E83EC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff8cad0000 -     0x7fff8cb34fff  com.apple.Symbolication (1.2 - 83.1) <0C6F8907-6829-3409-99AC-ACC62923DE98> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
        0x7fff8cb35000 -     0x7fff8cb95fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8cbda000 -     0x7fff8cc2dfff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff8cc75000 -     0x7fff8cd19fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8cd1a000 -     0x7fff8cd25ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8cd26000 -     0x7fff8cd39ff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
        0x7fff8cd3a000 -     0x7fff8cd45ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <48964503-D7F0-3567-9594-E6AA9C9300EF> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff8cd46000 -     0x7fff8ce49fff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
        0x7fff8ce5a000 -     0x7fff8ce60fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
        0x7fff8ce61000 -     0x7fff8ce9cff7  libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
        0x7fff8ce9d000 -     0x7fff8ce9dfff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ce9e000 -     0x7fff8cf2bfff  com.apple.iLifeMediaBrowser (2.6.1 - 502.1.5) <6E778C70-7254-3D1A-8D11-6D38643BDEBA> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff8cf2c000 -     0x7fff8cf6dfff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8cf72000 -     0x7fff8cfb7fff  com.apple.DiskManagement (4.2 - 507) <15DB8D3E-E03A-35A0-BF64-85CCF0B2AFFA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8cfb8000 -     0x7fff8d02cfff  com.apple.WhitePagesFramework (10.7.0 - 141.0) <6585161A-628F-3467-82A4-ECBF1FE7184D> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
        0x7fff8d02d000 -     0x7fff8d02dfff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8d02e000 -     0x7fff8d043fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8d09f000 -     0x7fff8d3c0fff  com.apple.AddressBook.framework (6.1 - 1062) <94321204-A094-3BBE-8EA6-6048D39F4E54> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff8d3c1000 -     0x7fff8d3d7ff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d3d8000 -     0x7fff8d3e5fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff8d3e6000 -     0x7fff8d3f0ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
        0x7fff8d3f1000 -     0x7fff8d475ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <FE629F2D-6BC0-3A58-9844-D8B9A6808A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8d476000 -     0x7fff8d529fff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff8d52a000 -     0x7fff8d5c9fff  com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8d5ca000 -     0x7fff8d660ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8d661000 -     0x7fff8d675ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d676000 -     0x7fff8d676fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8d677000 -     0x7fff8d6d8fff  com.apple.ExchangeWebServices (2.0 - 123) <74F90633-C43E-31F2-A9CF-2E91E306E46F> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
        0x7fff8d6d9000 -     0x7fff8d903ff7  com.apple.CalendarStore (5.0.1 - 1139.14) <570E813D-3E53-3F44-8EFB-9037809B305B> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff8d904000 -     0x7fff8d905ff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
        0x7fff8d906000 -     0x7fff8db90fff  com.apple.JavaScriptCore (7534.51 - 7534.51.21) <B311DA3D-F763-32A0-BE17-5DC97820BFAB> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8db91000 -     0x7fff8db91fff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8db92000 -     0x7fff8db93fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
        0x7fff8db94000 -     0x7fff8db94fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8ddab000 -     0x7fff8ddd6fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
        0x7fff8ddd7000 -     0x7fff8e29efff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
        0x7fff8e29f000 -     0x7fff8e2e2ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff8e30c000 -     0x7fff8e30eff7  com.apple.IMServicePlugInSupport (1.0 - 1) <A566600F-3D38-3B98-91B5-421AE6D27192> /System/Library/Frameworks/IMServicePlugIn.framework/Versions/A/Frameworks/IMSe rvicePlugInSupport.framework/Versions/A/IMServicePlugInSupport
        0x7fff8e318000 -     0x7fff8e33cfff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8e33d000 -     0x7fff8e352fff  com.apple.FileSync.framework (6.0 - 432) <D296CA43-BAED-3AA9-953A-C879FEBD6104> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
        0x7fff8e353000 -     0x7fff8e354ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
        0x7fff8e355000 -     0x7fff8e358fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSys temInfo
        0x7fff8e359000 -     0x7fff8e39fff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <EAF61ADC-DC00-34CE-B23E-7238ED54E31D> /usr/lib/libcurl.4.dylib
        0x7fff8e3a0000 -     0x7fff8e432ff7  com.apple.PDFKit (2.6.1 - 2.6.1) <33A0A777-8CF4-3F36-BB1A-78F8A3D7E8C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8e433000 -     0x7fff8e78bff7  com.apple.MessageFramework (5.1 - 1251.1) <9A036637-6172-3D23-9118-4633E2CF2029> /System/Library/Frameworks/Message.framework/Versions/B/Message
        0x7fff8e78c000 -     0x7fff8e7f1ff7  com.apple.coredav (1.0.1 - 115.19) <6E4E8A0B-F6EC-3BCE-B4FB-90154AF13279> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff8e84f000 -     0x7fff8e89ffff  com.apple.CoreMediaIO (210.0 - 3180) <13374EA4-83BE-3407-B9DD-D199426D0E7A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff8e8b1000 -     0x7fff8e8b6fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8e8b7000 -     0x7fff8e8bdfff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8e8be000 -     0x7fff8ea92fff  com.apple.CoreFoundation (6.7.1 - 635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8ea93000 -     0x7fff8ea94fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8ea95000 -     0x7fff8ea9bfff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff8ea9c000 -     0x7fff8ec9efff  com.apple.AOSKit (1.01 - 87) <E00ACA45-14A4-3894-9001-DDD39667B107> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
        0x7fff8ec9f000 -     0x7fff8ed80fff  com.apple.CoreServices.OSServices (478.29 - 478.29) <B487110E-C942-33A8-A494-3BDEDB88B1CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff8edb2000 -     0x7fff8edb7fff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8edb8000 -     0x7fff8edd2fff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
        0x7fff8edd3000 -     0x7fff8eddcfff  com.apple.AOSNotification (1.4.0 - 504.1) <0CD79695-6625-3BF4-A420-2612190EC2E0> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
        0x7fff8eddd000 -     0x7fff8edf9ff7  com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8edfa000 -     0x7fff8edfbfff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff8edfc000 -     0x7fff8ee8efff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff8ee8f000 -     0x7fff8eebaff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
        0x7fff8eebb000 -     0x7fff8eec8ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
        0x7fff8eec9000 -     0x7fff8eed7ff7  com.apple.AppleFSCompression (37 - 1.0) <88C436E8-38AE-3D96-A8C8-2D1805CC47B7> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8eed8000 -     0x7fff8ef00ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8ef01000 -     0x7fff8ef4ffff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
        0x7fff8ef50000 -     0x7fff8ef79fff  com.apple.datadetectors (3.0 - 172.3) <7C8B98DD-68C0-3AE0-BCD9-55CBD63925B7> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
        0x7fff8ef7a000 -     0x7fff8ef8cff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
        0x7fff8ef8d000 -     0x7fff8effbfff  com.apple.CoreSymbolication (2.1 - 66) <E1582596-4157-3535-BF1F-3BAE92A0B09F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
        0x7fff8effc000 -     0x7fff8f096ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8f0a4000 -     0x7fff8f0cbfff  com.apple.framework.internetaccounts (1.1 - 2) <B01A08DC-2735-3783-B0C8-63492BD845CF> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
        0x7fff8f0f1000 -     0x7fff8f11efe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
        0x7fff8f11f000 -     0x7fff8f339fef  com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff8f33a000 -     0x7fff8f5b5fff  com.apple.imageKit (2.1.1 - 1.0) <9C159577-0FFF-34D8-890E-66627A9E44FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff8f5b6000 -     0x7fff8f6b3fff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff8f6b4000 -     0x7fff8f6f4ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <B7173CA4-CE16-3BAB-8D83-185FCEFA15F5> /usr/lib/libcups.2.dylib
        0x7fff8f6f5000 -     0x7fff8f7d3ff7  com.apple.DiscRecording (6.0 - 6000.4.1) <DB0D0211-953B-3261-A4FD-74D2AC671DA6> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8f7d4000 -     0x7fff8f7daff7  com.apple.phonenumbers (1.0 - 47) <8CE13253-C65B-392F-B87F-D85A15D500D3> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumber s
        0x7fff8f7db000 -     0x7fff8f7e3fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8fcc3000 -     0x7fff8fd46fef  com.apple.Metadata (10.7.0 - 627.20) <E00156B0-663A-35EF-A307-A2CEB00F1845> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8fd47000 -     0x7fff8fda2ff7  com.apple.HIServices (1.10 - ???) <BAB8B422-7047-3D2D-8E0A-13FCF153E4E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8fe34000 -     0x7fff8ffbeff7  com.apple.QTKit (7.7.1 - 2306) <A97042BD-4FD8-3556-9279-6B7742C98904> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8ffbf000 -     0x7fff90008fff  com.apple.framework.CoreWLAN (2.1.1 - 211.3) <0FBC6087-6872-3403-A317-CE888969CF4C> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff90009000 -     0x7fff9000afff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff9000b000 -     0x7fff9000bfff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
        0x7fff9000c000 -     0x7fff9001aff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
        0x7fff90056000 -     0x7fff90057fff  libodfde.dylib (??? - ???) <87836EDD-1474-3926-916A-A7AE8CA65079> /usr/lib/libodfde.dylib
        0x7fff90058000 -     0x7fff90098fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
        0x7fff90099000 -     0x7fff9009afff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
        0x7fff90829000 -     0x7fff90870ff7  com.apple.CoreMedia (1.0 - 705.42) <AA2E9D78-A08C-39E2-B423-D69A75C2397D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff90871000 -     0x7fff90989ff7  com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff9098a000 -     0x7fff90991fff  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
     

  • Mail keeps crashing when attaching illustrator .eps files

    Whenever I receive or try to attach an Illustrator .eps file, mail crashes. The .eps file is fine, and can be read by CS and CS2 software.
    Whenever Mail tries to read the attachment, it seems it can't cope and quits.
    Bit of a bummer when I'm a designers and that's what I need to send to clients.
    The only way I get around it is by zipping or stuffing it as a stuffit file.
    How can I reload Mail or cure the problem?
    All ideas welcome

    Look at the console logs for any errors that occur at the same time Mail crashes. What do the errors say?

  • Designer crashes when opening form

    We have a form that was created with Designer, but I am no longer able to open it for editing. When I try, I get the error that LiveCycle Designer has stopped working. The last time I needed to update the form was about two years ago, which I was able to do without any issues. The form still opens and works fine in Acrobat, but I need to make a couple of changes to it now.
    I'm using LC Designer ES4 (11.0.0.201303031.892433), and I'm able to edit other forms without any problems.
    The form is at http://www.sussexcountyde.gov/sites/default/files/PDFs/Employment_application.pdf, if someone else could see if they also have the same issue when trying to open it in Designer?
    Thanks for any suggestions!!!
    Debbie

    I found the issue that was preventing me from editing the file in ES3 (or 4).
    There were two text fields that were just placed on the overall form. Once I moved them into the page 3 subform, ES3 didn't have any problems at all opening the file. Thank goodness! I really didn't want to be forced to use ES2 just because of this one form!

  • In Design Crashes when resting HyperLinks

    I have done HyperLinks for many documents to external URLs. Never had a problem, but now iInDesign creashes when I try to create a new hyperlink. Either with the icon on the window or the drop down menu. The program automatically crashes.
    How can I fix the crashing issue?

    Start by restoring your InDesign preferences. Here's how:
    Trash, Replace, Reset, or Restore the application Preferences
    You didn't specify Mac or PC, and what version of the OS. If you're on a recent Mac, to find the <Home> Library folder referenced in that document, go to the Finder. Hold down the Option key and select Go > Library to view that folder.

  • Adobe Professional XI crashes when attaching files to Outlook 2013

    After opening a PDF if i chose the option of attaching to an email by clicking on mail icon the pdf will attach and send followed by Acrobat hanging and crashing. This behavior is consistent. I am using Outlook 2013 (32 bit) with Windows 8 (64 bit). All programs are updated to the current version.
    I have repaired the Acrobat install and the Office install - the crash remains.

    I'm not sure.  Depending on which DVD I'm looking at they require either Reader 6.0 or 7.0 to avoid showing the watermark.  The readme files don't say anything specific about DRM, just the watermark and the minimum version requirements.  They work fine offline.  And they're totally openable/readable in Preview, there's just a MARVEL watermark across the middle that's just annoying enough to be distracting.
    Looking at one of them in Reader 9, under security I see the following in case it helps:
    Allowed: Printing; Content Copying for Accessibility
    Not Allowed:  Document Assembly; Content Copying; Page Extraction; Commenting; Filling of form fields; Signing; Creation of Template Pages
    thanks for the reply!

  • In Design crashes when I try to use the type tool

    The problem arose when I deinstalled US version and installed the Middle Eastern version. I'm using it to do some translation texts. Can anyone help? Thanks very much!

    Hi TrustDzyn
    Please try to install the latest update for InDesign CC.
    http://helpx.adobe.com/indesign/kb/indesign-cc-crashing-launch.html
    Hope this helps.
    Regards,
    Sumit Singh

Maybe you are looking for

  • Can't upgrade Win 7 Pro/64 to Win 8 Pro - setup can't continue

    Hi, When I try upgrade Win7/64 to Win 8, after "Collecting files, Settings and Applications (100%)" , error message says "setup can't continue". The setuperr.log says basically "Failed to backup BCD database". So I have reinstalled Win 7 (over the cu

  • Duplicate Outputs proposed in Billing Document unexpectedly after 3 months

    We are facing a weird problem in some of our billing documents. After the billing document has been saved and the EDI output ZEDI issued, some days later (or even some months later), 2 or 3 duplicate outputs have been proposed (automatically ?) and t

  • Volume going down automatically

    the volume on my ipod touch is going down automatically without me touching it .. Ive put it back up but with 10seconds it will go down again, this isnt my ipod touch as i bought it second hand and have had it over 2years now .. I've tried restarting

  • Adding a markup field to a map?

    Hello, I am looking to add an image of a map to a form, where people could put a mark where they want to. I have tried making 100's of check boxes, but that is.... cumbersome. Is there a way to have a field that will place a mark wherever they click?

  • Virtual Key Figures - Field Symbol

    Dear guru's,    We had obtained an ABAP error in the execution of a query when obtaining a virtual key figure. We analyzed the problem and identified the error. We fixed it in our dev system and tested ok.We then transported the includes ZXRSRU02, ZX