DPM 2012 R2 console crash after RU5 install

Hello all,
recently I update my DPM to RU5 and since then then I click on management tab the console crash.
I tried Islam's solution but it is not working for me.
In the event I get this:
The description for Event ID 999 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
An unexpected error caused a failure for process 'mmc'.  Restart the DPM process 'mmc'.
Problem Details:
<FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>20-2-2015 10:46:10</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>NullReferenceException</ExceptionType><ExceptionMessage>Object
reference not set to an instance of an object.</ExceptionMessage><ExceptionDetails>System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.UpdateProtectionStatus()
   at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.OnUpdateProtectionStatus(Object unUsed)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()</ExceptionDetails></FatalServiceError>
Please help as I read the internet and couldn't find any solution.
Regards
Ivaylo
PS. When it crashed I get this error too
Description:
  AppName: mmc AppVer: 4.2.1205.0 ModName: mmc.exe
ModVer: 6.3.9600.16384 StackHash: AC213896
Problem signature:
  Problem Event Name: DPMException
  Application Name: mmc
  Application Version: 4.2.1205.0
  Module Name: mmc.exe
  Module Version: 6.3.9600.16384
  Exception Name: System.NullReferenceException
  Exception Point: Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.UpdateProtectionStatus
  Other: AC213896
  OS Version: 6.3.9600.2.0.0.272.7
  Locale ID: 1043
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=280262

Hi,
Please open a support case so we can help troubleshoot the crash - If you want to pursue this immediately, you can visit the following web site to open a support incident. The charge to your CC will not be processed until your case is resolved and closed,
if it's a code defect in the DPM then we wave all charges.
http://support.microsoft.com/select/Default.aspx?target=assistance
In the Quick product finder, enter:
System Center 2012 R2 then select System Center 2012 R2 Data Protection Manager
In the next screen, chose the option that applies.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • DPM 2012 R2 console crashes after install RU5 Solved

    Just to Share 
    The GUI might freeze in one of the following cases :
    Case1:
    You have never protected the DPM server’s System State, with the DPM server itself
    You have protected some System State from other Production Servers
    You upgrade to UR5
    You trigger an inquiry on the DPM Server itself
    Case2:
    You have a primary DPM server protecting the System State of a Production Server
    You have attached the primary DPM server to a secondary DPM server for Disaster Recovery
    You upgrade the secondary DPM server to UR5
    You trigger an inquiry on the
    primary DPM server in the secondary DPM server UI
    Then:
    The UI crashes, and gets hung if you start it again
    Cmdlets are also unresponsive
    Workaround:
    Stop all DPM services (MSDPM, Access Manager, DPM Writer, DPMRA, VssNullProvider)
    Open the SQL Server Management Studio (Either from Start Screen, or Run: ssms.exe)
    Connect to the SQL Instance holding the DPM DB
    Backup Your DPM Backup
    Right click the DPM DB and click on “New Query”
    Paste the following SQL script:
    DELETE
    FROM dbo.tbl_IM_ProtectedObject
    WHERE
    ProtectedObjectId IN
    SELECT PO.ProtectedObjectId
    FROM dbo.tbl_IM_ProtectedObject
    AS PO
    JOIN dbo.tbl_AM_Server
    AS SRVR
    ON PO.ServerId
    = SRVR.ServerId
    WHERE (CONVERT(VARCHAR(4096),PO.ComponentName)
    = 'System State'
    OR CONVERT(VARCHAR(4096),PO.ComponentName)
    = 'Bare Metal Recovery')
    AND PO.ProtectedInPlan
    = 0
    AND PO.ProtectedObjectId
    NOT IN
    (SELECT
    ProtectedObjectId FROM
    dbo.tbl_IM_ProtectedObjectAlerts)
    AND LOWER(CONVERT(XML,PO.LogicalPath).value(
    '(/child::ArrayOfInquiryPathEntryType/child::InquiryPathEntryType[attribute::Type="Server"]/attribute::Value)[1]',
    'VARCHAR(4096)'
    )) !=
    LOWER(SRVR.ServerName)
    Press F5 to execute
    Start all DPM services
    The UI and cmdlets should work normally as before
    Islam Gomaa Microsoft MVP | System Center Data Protection Manager email: Islam @ Islam Gomaa.com Blog: 
    http://blog.islamGomaa.com

    We have released a hotfix with a permanent fix for the DPM 2012 R2 UR5 Console Hang post release issue.
    The details are available at the below link:
    Console crashes when you run an inquiry on a DPM server
    after you install Update Rollup 5 for System Center 2012 R2 Data Protection Manager
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • SC DPM 2012 r2 Console Crashes when attempting to Open the Management Tab after Update to RU2

    Recently we Updated our DPM server to DPM 2012 r2 ru2 from ru1.  and after that every time we open the management tab in the console it crashes with the following error
    mmc has stopped working
     Application Name: mmc
      Application Version: 4.2.1205.0
      Module Name: mmc.exe
      Module Version: 6.3.9600.16384
      Exception Name: System.NullReferenceException
      Exception Point: Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.UpdateProtectionStatus
      Other: AC213896
      OS Version: 6.3.9600.2.0.0.400.8
      Locale ID: 1033
    at the same time the following event is logged in the application events
    event ID 999
    An unexpected error caused a failure for process 'mmc'.  Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError>
    <__System>
    <ID>19</ID>
    <Seq>0</Seq>
    <TimeCreated>6/23/2014 4:25:37 PM</TimeCreated>
    <Source>DpmThreadPool.cs</Source>
    <Line>163</Line>
    <HasError>True</HasError>
    </__System>
    <ExceptionType>NullReferenceException</ExceptionType>
    <ExceptionMessage>Object reference not set to an instance of an object.</ExceptionMessage>
    <ExceptionDetails>
    System.NullReferenceException: Object reference not set to an instance of an object.
      at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.UpdateProtectionStatus()
      at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.AgentManagement.ProductionServerController.OnUpdateProtectionStatus(Object unUsed)
      at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
      at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
      at System.Threading.ThreadPoolWorkQueue.Dispatch()
    </ExceptionDetails>
    </FatalServiceError>
    We have updated the dpm agents on all of the servers that we back up by installing the update on the servers manually and according to the data in the DPM database it has acknowledged that they are indeed updated.
    From what I can tell from the errors is the console is attempting to read the updateprotectionstatus from the database and it is not returning a value and thus causing it to crash.  but I have no clue as to where this might be in the database to even
    check if it simply missing from an update gone wrong.  
    I did notice that the update attempted to install twice through windows update and failed.  The update does show as installed under installed updates in programs and features control panel
    Any help on this would be appreciated as it does make it difficult to manage our dpm server

    Hi,
    See if this is relevant.
    1. Take a DPMDB backup.
    2. Open SQL Management studio and connect to the DPM instance.
    3. Expand the DPM database and go to the table tbl_AM_Server.
    4. Edit the table, and under the "ServerName" column check for the DPM server name. It should be the FQDN. If it is the NetBIOS name then change it to the FQDN. 
    5. Try re-opening the DPM console and navigate to the management tab and see if that works now.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • DPM 2012 R2 Console crashing with custom filter

    Hi,
    I created a custom filter to show the next 7 days scheduled jobs, now every time I elect the filter the DPM concole crashes and exits.
    Event log show the following error;-
    Log Name:      Application
    Source:        MSDPM
    Date:          25/03/2015 09:31:33
    Event ID:      999
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Description:
    An unexpected error caused a failure for process 'mmc'.  Restart the DPM process 'mmc'.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>25/03/2015 09:31:33</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ArgumentException</ExceptionType><ExceptionMessage>The
    supplied DateTime represents an invalid time.  For example, when the clock is adjusted forward, any time in the period that is skipped is invalid.
    Parameter name: dateTime</ExceptionMessage><ExceptionDetails>System.ArgumentException: The supplied DateTime represents an invalid time.  For example, when the clock is adjusted forward, any time in the period that is skipped is invalid.
    Parameter name: dateTime
       at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.GetScheduledJobs(Guid jobDefId, DateTime jobStartTime, DateTime jobEndTime)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.PopulateFromDatabase()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.GetJobsThreadStart(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()</ExceptionDetails></FatalServiceError>
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">999</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-03-25T09:31:33.000000000Z" />
        <EventRecordID>234036</EventRecordID>
        <Channel>Application</Channel>
        <Computer>UK-LUT-MOB-375.internal.stepstonesolutions.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>An unexpected error caused a failure for process 'mmc'.  Restart the DPM process 'mmc'.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;0&lt;/Seq&gt;&lt;TimeCreated&gt;25/03/2015 09:31:33&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;ArgumentException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;The
    supplied DateTime represents an invalid time.  For example, when the clock is adjusted forward, any time in the period that is skipped is invalid.
    Parameter name: dateTime&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.ArgumentException: The supplied DateTime represents an invalid time.  For example, when the clock is adjusted forward, any time in the period that is skipped
    is invalid.
    Parameter name: dateTime
       at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.GetScheduledJobs(Guid jobDefId, DateTime jobStartTime, DateTime jobEndTime)
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.PopulateFromDatabase()
       at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.JobManagement.JobQuery.GetJobsThreadStart(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
        <Binary>3C0046006100740061006C0053006500720076006900630065004500720072006F0072003E003C005F005F00530079007300740065006D003E003C00490044003E00310039003C002F00490044003E003C005300650071003E0030003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E00320035002F00300033002F0032003000310035002000300039003A00330031003A00330033003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E00440070006D0054006800720065006100640050006F006F006C002E00630073003C002F0053006F0075007200630065003E003C004C0069006E0065003E003100360033003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C0045007800630065007000740069006F006E0054007900700065003E0041007200670075006D0065006E00740045007800630065007000740069006F006E003C002F0045007800630065007000740069006F006E0054007900700065003E003C0045007800630065007000740069006F006E004D006500730073006100670065003E00540068006500200073007500700070006C0069006500640020004400610074006500540069006D006500200072006500700072006500730065006E0074007300200061006E00200069006E00760061006C00690064002000740069006D0065002E002000200046006F00720020006500780061006D0070006C0065002C0020007700680065006E002000740068006500200063006C006F0063006B002000690073002000610064006A0075007300740065006400200066006F00720077006100720064002C00200061006E0079002000740069006D006500200069006E002000740068006500200070006500720069006F00640020007400680061007400200069007300200073006B0069007000700065006400200069007300200069006E00760061006C00690064002E000D000A0050006100720061006D00650074006500720020006E0061006D0065003A0020006400610074006500540069006D0065003C002F0045007800630065007000740069006F006E004D006500730073006100670065003E003C0045007800630065007000740069006F006E00440065007400610069006C0073003E00530079007300740065006D002E0041007200670075006D0065006E00740045007800630065007000740069006F006E003A002000540068006500200073007500700070006C0069006500640020004400610074006500540069006D006500200072006500700072006500730065006E0074007300200061006E00200069006E00760061006C00690064002000740069006D0065002E002000200046006F00720020006500780061006D0070006C0065002C0020007700680065006E002000740068006500200063006C006F0063006B002000690073002000610064006A0075007300740065006400200066006F00720077006100720064002C00200061006E0079002000740069006D006500200069006E002000740068006500200070006500720069006F00640020007400680061007400200069007300200073006B0069007000700065006400200069007300200069006E00760061006C00690064002E000D000A0050006100720061006D00650074006500720020006E0061006D0065003A0020006400610074006500540069006D0065000D000A00200020002000610074002000530079007300740065006D002E00540069006D0065005A006F006E00650049006E0066006F002E0043006F006E007600650072007400540069006D00650028004400610074006500540069006D00650020006400610074006500540069006D0065002C002000540069006D0065005A006F006E00650049006E0066006F00200073006F007500720063006500540069006D0065005A006F006E0065002C002000540069006D0065005A006F006E00650049006E0066006F002000640065007300740069006E006100740069006F006E00540069006D0065005A006F006E0065002C002000540069006D0065005A006F006E00650049006E0066006F004F007000740069006F006E007300200066006C006100670073002C00200043006100630068006500640044006100740061002000630061006300680065006400440061007400610029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004A006F0062004D0061006E006100670065006D0065006E0074002E004A006F006200510075006500720079002E004700650074005300630068006500640075006C00650064004A006F00620073002800470075006900640020006A006F006200440065006600490064002C0020004400610074006500540069006D00650020006A006F00620053007400610072007400540069006D0065002C0020004400610074006500540069006D00650020006A006F00620045006E006400540069006D00650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004A006F0062004D0061006E006100670065006D0065006E0074002E004A006F006200510075006500720079002E0050006F00700075006C00610074006500460072006F006D0044006100740061006200610073006500280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004A006F0062004D0061006E006100670065006D0065006E0074002E004A006F006200510075006500720079002E004700650074004A006F00620073005400680072006500610064005300740061007200740028004F0062006A0065006300740020007300740061007400650029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0045007800650063007500740069006F006E0043006F006E0074006500780074002E00520075006E0049006E007400650072006E0061006C00280045007800650063007500740069006F006E0043006F006E007400650078007400200065007800650063007500740069006F006E0043006F006E0074006500780074002C00200043006F006E007400650078007400430061006C006C006200610063006B002000630061006C006C006200610063006B002C0020004F0062006A006500630074002000730074006100740065002C00200042006F006F006C00650061006E00200070007200650073006500720076006500530079006E00630043007400780029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0045007800650063007500740069006F006E0043006F006E0074006500780074002E00520075006E00280045007800650063007500740069006F006E0043006F006E007400650078007400200065007800650063007500740069006F006E0043006F006E0074006500780074002C00200043006F006E007400650078007400430061006C006C006200610063006B002000630061006C006C006200610063006B002C0020004F0062006A006500630074002000730074006100740065002C00200042006F006F006C00650061006E00200070007200650073006500720076006500530079006E00630043007400780029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0051007500650075006500550073006500720057006F0072006B004900740065006D00430061006C006C006200610063006B002E00530079007300740065006D002E0054006800720065006100640069006E0067002E00490054006800720065006100640050006F006F006C0057006F0072006B004900740065006D002E00450078006500630075007400650057006F0072006B004900740065006D00280029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0054006800720065006100640050006F006F006C0057006F0072006B00510075006500750065002E0044006900730070006100740063006800280029003C002F0045007800630065007000740069006F006E00440065007400610069006C0073003E003C002F0046006100740061006C0053006500720076006900630065004500720072006F0072003E00</Binary>
      </EventData>
    </Event>
    Is there a way to remove this custom filter from the console without having to load the console?  I cannot delete it in the console as every time I select it the console crashed before I can delete.

    Hi,
    One of the below outlined options may assist.
    Option 1:
    You can attempt to rename the jobfilters.xml with the below steps. Please note renaming jobfilters.xml will remove all custom filters in place and they will need to be recreated.
    Log into DPM server with the user account the custom filter was created with. Ensure the DPM console is closed.
    From control panel select appearance---show hidden file and folders. Ensure for Hidden files and folders that the radio button is selected for Show hidden files, folders,
    and drives
    From windows explorer navigate to the following path
    <OS Install Path>\Users\ <account logged in with when DPM custom filter was created> \ AppData\Roaming\Microsoft System Center Data Protection Manager\JobsFilter.xml
       4. Rename JobsFilter.xml to JobFilters_old.xml
       5. Open the DPM console.
        6. Navigate to Monitoring- Jobs we should see all custom filters are no longer in place. If so re-create pervious working filters if any.
    Option 2:
    Provide full DPMUI0Curr.errlog to assist with investigating further as it may contain errors on the crash.
    Log into DPM server with the user account the custom filter was created with.
    Take needed steps to reproduce the crash behavior.
    From control panel select appearance---show hidden file and folders. Ensure for Hidden files and folders that the radio button is selected for Show hidden files, folders,
    and drives
    From windows explorer navigate to the following path
    <OS Install Path>\Users\ <account logged in with when DPM custom filter was created> \ AppData\Roaming\Microsoft System Center 2012 R2 Data Protection Manager\DPMUI0Curr.errlog
       6. Open the DPMUI0Curr.errlog
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually
    answer your question. This can be beneficial to other community members reading the thread. Regards, Dwayne Jackson II. [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights."

  • DPM 2012 R2 Console crashes with ID: 917 error when trying to modify a Tape only protection group

    When I attempt to Modify one particular protection group, the console crashes with this:
    This only happens to this particular Protection group that backs up to long term Tape protection.  I have tried the work around found in this article
    http://support.microsoft.com/kb/2905631 , but had no success. 

    Hi,
    It sounds like you have a DPMDB inconsistency that is not possible to troubleshoot in a forum setting. Either restore the DPMDB from before the problem occurred and run dpmsync -sync  or open a support case so it can be diagnosed and corrected. 
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Keeps crashing after Yosemite install - Need thoughts on what to do...

    My 2013 Macbook Air keeps crashing after Yosemite install, time between crashes are more random than consistent and it can be anytginh from one hour to 6 hours between crashes. Enclosed the report below with the hope that someone has some tips on what to do here.... I've formatted the computer, reinstalled the OS and checked the drive for errors and I've found nothing so far.
    Would be very grateful for any thoughts/tips on what to do here...
    Anonymous UUID:       BEEFE0EB-6E39-4774-2F21-C8DB361123F7
    Tue Oct 21 23:43:49 2014
    *** Panic Report ***
    panic(cpu 0 caller 0xffffff8007d7a590): "a freed zone element has been modified in zone kalloc.1024: expected 0xdb989f771eb1bbd8 but found 0x60002, bits changed 0xdb989f771eb7bbda, at offset 0 of 1024 in element 0xffffff8018915c00, cookies 0x3f0011f6db804ed8 0x5352198c01c0537"@/SourceCache/xnu/xnu-2782.1.97/osfmk/kern/zalloc.c:496
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81102c32d0 : 0xffffff8007d3a811
    0xffffff81102c3350 : 0xffffff8007d7a590
    0xffffff81102c33c0 : 0xffffff8007d79c17
    0xffffff81102c3400 : 0xffffff8007d78de7
    0xffffff81102c3530 : 0xffffff800813160e
    0xffffff81102c36d0 : 0xffffff800812aab9
    0xffffff81102c3760 : 0xffffff8008140ccf
    0xffffff81102c3930 : 0xffffff8007f3f2f8
    0xffffff81102c3a10 : 0xffffff8007f3ea95
    0xffffff81102c3b40 : 0xffffff8007f52005
    0xffffff81102c3b90 : 0xffffff8007f62505
    0xffffff81102c3d90 : 0xffffff8007f56d87
    0xffffff81102c3f50 : 0xffffff800824dcb2
    0xffffff81102c3fb0 : 0xffffff8007e3ac46
    BSD process name corresponding to current thread: PhotoStreamAgent
    Mac OS version:
    14A389
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x0000000007a00000
    Kernel text base: 0xffffff8007c00000
    __HIB  text base: 0xffffff8007b00000
    System model name: MacBookAir6,1 (Mac-35C1E88140C3E6CF)
    System uptime in nanoseconds: 16215962667183
    last loaded kext at 9812882932706: com.apple.filesystems.smbfs 3.0.0 (addr 0xffffff7f8a0e1000, size 389120)
    last unloaded kext at 1736098368348: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f895e6000, size 16384)
    loaded kexts:
    com.apple.filesystems.smbfs 3.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.iokit.SCSITaskUserClient 3.7.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.0f10
    com.apple.driver.AudioAUUC 1.70
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AGPM 100.14.37
    com.apple.driver.ApplePlatformEnabler 2.1.0d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleIntelHD5000Graphics 10.0.0
    com.apple.driver.AppleHDA 266.5
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleBacklight 170.4.12
    com.apple.driver.AppleUSBEthernet 2.4.7
    com.apple.driver.AppleHV 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.0f10
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AirPort.Brcm4360 900.19.8
    com.apple.driver.AppleCameraInterface 5.23.0
    com.apple.driver.AppleMCCSControl 1.2.10
    com.apple.driver.AppleIntelFramebufferAzul 10.0.0
    com.apple.filesystems.autofs 3.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.1
    com.apple.driver.AppleTopCaseHIDEventDriver 46.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.5
    com.apple.driver.AppleAHCIPort 3.0.7
    com.apple.driver.AppleUSBXHCI 705.4.14
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.driver.IOBluetoothHIDDriver 4.3.0f10
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.0
    com.apple.iokit.IOUSBMassStorageClass 3.7.0
    com.apple.iokit.IOSurface 97
    com.apple.driver.DspFuncLib 266.5
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOAudioFamily 200.6
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleHDAController 266.5
    com.apple.iokit.IOHDAFamily 266.5
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.0f10
    com.apple.iokit.IOBluetoothFamily 4.3.0f10
    com.apple.iokit.IO80211Family 700.52
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.IOPlatformPluginFamily 5.8.0d49
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.AppleGraphicsDeviceControl 3.7.21
    com.apple.iokit.IOAcceleratorFamily2 156.4
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471
    com.apple.driver.AppleHIDKeyboard 175.5
    com.apple.driver.AppleHSSPIHIDDriver 26.2
    com.apple.driver.AppleMultitouchDriver 260.30
    com.apple.iokit.IOAHCIFamily 2.7.0
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.driver.AppleHSSPISupport 26.2
    com.apple.driver.AppleIntelLpssSpiController 2.0.45
    com.apple.driver.AppleIntelLpssDmac 2.0.45
    com.apple.driver.AppleIntelLpssGspi 2.0.45
    com.apple.iokit.IOUSBFamily 705.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 389.1
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.corecrypto 1.0
    com.apple.kec.pthread 1
    Model: MacBookAir6,1, BootROM MBA61.0099.B16, 2 processors, Intel Core i7, 1.7 GHz, 8 GB, SMC 2.12f143
    Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x483943434E4E4E384A544D4C41522D4E544D
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.124.12.8)
    Bluetooth: Version 4.3.0f10 14890, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM0512F, 500,28 GB
    USB Device: My Passport 0824
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.6

    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • MMC crashing when opening DPM 2012 management console

    Just like the subject says, the console crashes whether opening natively or if we try and add the DPM snap-in to mmc.exe. We get a generic 999 event being thrown that a dead end.
    The server is fully patched and everything worked through last Friday. Monday morning it was not. Backups are still being done but we don't have the console to visually check and would rather get that up than wrangle with powershell in the interim. We thought
    we would post here before re-installing to see if anyone had any suggestions. We've already tried restarting the service as some other threads have suggested.
    Here is an excerpt from the crash report:
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING Attempting to handle fatal error: System.ArgumentException: Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications.
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.IO.Path.GetPathRoot(String path)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.GetDefaultScratchSpace()
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.RefreshProperties(OMSqlRetryReader reader)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.Datasource..ctor(OMSqlRetryReader reader, Guid protectionGroupId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource..ctor(DpmServer dpmServer, OMSqlRetryReader reader, Guid protectionGroupId, SQLObjectType objectType)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLObjectFactory.CreateDataSource(OMSqlRetryReader reader, Guid pgId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmHelper.ConstructDatasource(OMSqlRetryReader reader, Guid protectionGroupId, DpmServer dpmServer, InquiryPath jp)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.ReadOrphanProtectionGroup(IMCatalogDBReader dbReader)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.InitializeProtection()
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetProtectionGroups()
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetDatasourceWithId(Guid dsId)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.get_Datasource()
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.CommonConstruct()
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert..ctor(OMSqlRetryReader alertreader, AlertReader readerHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertFactory.CreateAlert(OMSqlRetryReader reader, AlertReader dbReaderHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.CollectAlertInlist(AlertReader dbReader, List`1 listOfAlerts, DateTime thresholdTime, Boolean includeResolvedAlerts, DpmServer dpmServer, Hashtable jobIdToBackupFailedAlertCollectionLocal, Hashtable jobIdToDatasetCopyAlertCollectionLocal, Hashtable jobIdToDatasetVerifyAlertCollectionLocal)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.PopulateFromDatabase(Boolean includeResolvedAlerts)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.GetAlertsThreadStart(Object state)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.Threading.ExecutionContext.runTryCode(Object userData)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1911) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    13D0 0ED8 06/13 15:50:35.546 34 PageController.cs(1953) NORMAL Will invoke Watson
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2043) WARNING Event Manager Exception: System.ArgumentException
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING --------------------
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications.
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING -----------------
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.IO.Path.GetPathRoot(String path)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.GetDefaultScratchSpace()
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.RefreshProperties(OMSqlRetryReader reader)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.Datasource..ctor(OMSqlRetryReader reader, Guid protectionGroupId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource..ctor(DpmServer dpmServer, OMSqlRetryReader reader, Guid protectionGroupId, SQLObjectType objectType)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLObjectFactory.CreateDataSource(OMSqlRetryReader reader, Guid pgId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmHelper.ConstructDatasource(OMSqlRetryReader reader, Guid protectionGroupId, DpmServer dpmServer, InquiryPath jp)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.ReadOrphanProtectionGroup(IMCatalogDBReader dbReader)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.InitializeProtection()
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetProtectionGroups()
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetDatasourceWithId(Guid dsId)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.get_Datasource()
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.CommonConstruct()
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert..ctor(OMSqlRetryReader alertreader, AlertReader readerHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertFactory.CreateAlert(OMSqlRetryReader reader, AlertReader dbReaderHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.CollectAlertInlist(AlertReader dbReader, List`1 listOfAlerts, DateTime thresholdTime, Boolean includeResolvedAlerts, DpmServer dpmServer, Hashtable jobIdToBackupFailedAlertCollectionLocal, Hashtable jobIdToDatasetCopyAlertCollectionLocal, Hashtable jobIdToDatasetVerifyAlertCollectionLocal)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.PopulateFromDatabase(Boolean includeResolvedAlerts)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.GetAlertsThreadStart(Object state)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.Threading.ExecutionContext.runTryCode(Object userData)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    13D0 0ED8 06/13 15:50:35.562 34 PageController.cs(2055) WARNING -------------------
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING Caught unhandled exception : System.ArgumentException: Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications.
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.IO.Path.GetPathRoot(String path)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.GetDefaultScratchSpace()
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.RefreshProperties(OMSqlRetryReader reader)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.Datasource..ctor(OMSqlRetryReader reader, Guid protectionGroupId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource..ctor(DpmServer dpmServer, OMSqlRetryReader reader, Guid protectionGroupId, SQLObjectType objectType)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLObjectFactory.CreateDataSource(OMSqlRetryReader reader, Guid pgId, DpmObjectType objectType, DpmServer server)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmHelper.ConstructDatasource(OMSqlRetryReader reader, Guid protectionGroupId, DpmServer dpmServer, InquiryPath jp)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.ReadOrphanProtectionGroup(IMCatalogDBReader dbReader)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.InitializeProtection()
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetProtectionGroups()
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetDatasourceWithId(Guid dsId)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.get_Datasource()
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.CommonConstruct()
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert..ctor(OMSqlRetryReader alertreader, AlertReader readerHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertFactory.CreateAlert(OMSqlRetryReader reader, AlertReader dbReaderHelper, DpmServer server)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.CollectAlertInlist(AlertReader dbReader, List`1 listOfAlerts, DateTime thresholdTime, Boolean includeResolvedAlerts, DpmServer dpmServer, Hashtable jobIdToBackupFailedAlertCollectionLocal, Hashtable jobIdToDatasetCopyAlertCollectionLocal, Hashtable jobIdToDatasetVerifyAlertCollectionLocal)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.PopulateFromDatabase(Boolean includeResolvedAlerts)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.GetAlertsThreadStart(Object state)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.Threading.ExecutionContext.runTryCode(Object userData)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(121) WARNING at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)
    13D0 0ED8 06/13 15:50:35.578 68 DpmThreadPool.cs(149) WARNING Attempting to write error to the event log Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications.
    13D0 0ED8 06/13 15:50:35.593 02 EventManager.cs(143) NORMAL Logging event to NT log from DpmThreadPool.cs(163): FatalServiceError
    13D0 0ED8 06/13 15:50:35.702 68 DpmThreadPool.cs(170) WARNING Attempting to invoke Watson
    13D0 0ED8 06/13 15:50:35.718 09 everettexception.cpp(761) CRITICAL Exception Message = Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications. of type System.ArgumentException, process will terminate after generating dump
    Here is the event that is thrown on the crash:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="MSDPM" />
    <EventID Qualifiers="0">999</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-06-13T15:50:35.000000000Z" />
    <EventRecordID>5112</EventRecordID>
    <Channel>Application</Channel>
    <Computer>xxxxxxxxxx</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>An unexpected error caused a failure for process 'mmc'. Restart the DPM process 'mmc'. Problem Details: <FatalServiceError><__System><ID>19</ID><Seq>0</Seq><TimeCreated>6/13/2012 3:50:35 PM</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>ArgumentException</ExceptionType><ExceptionMessage>Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications.</ExceptionMessage><ExceptionDetails>System.ArgumentException: Paths that begin with \\?\GlobalRoot are internal to the kernel and should not be opened by managed applications. at System.IO.Path.NormalizePathFast(String path, Boolean fullCheck) at System.IO.Path.GetPathRoot(String path) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.GetDefaultScratchSpace() at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource.RefreshProperties(OMSqlRetryReader reader) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.Datasource..ctor(OMSqlRetryReader reader, Guid protectionGroupId, DpmObjectType objectType, DpmServer server) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLDataSource..ctor(DpmServer dpmServer, OMSqlRetryReader reader, Guid protectionGroupId, SQLObjectType objectType) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.SQL.SQLObjectFactory.CreateDataSource(OMSqlRetryReader reader, Guid pgId, DpmObjectType objectType, DpmServer server) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmHelper.ConstructDatasource(OMSqlRetryReader reader, Guid protectionGroupId, DpmServer dpmServer, InquiryPath jp) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.ReadOrphanProtectionGroup(IMCatalogDBReader dbReader) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.InitializeProtection() at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetProtectionGroups() at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.OMCommon.DpmServer.GetDatasourceWithId(Guid dsId) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.get_Datasource() at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert.CommonConstruct() at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.ReplicaAlert..ctor(OMSqlRetryReader alertreader, AlertReader readerHelper, DpmServer server) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertFactory.CreateAlert(OMSqlRetryReader reader, AlertReader dbReaderHelper, DpmServer server) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.CollectAlertInlist(AlertReader dbReader, List`1 listOfAlerts, DateTime thresholdTime, Boolean includeResolvedAlerts, DpmServer dpmServer, Hashtable jobIdToBackupFailedAlertCollectionLocal, Hashtable jobIdToDatasetCopyAlertCollectionLocal, Hashtable jobIdToDatasetVerifyAlertCollectionLocal) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.PopulateFromDatabase(Boolean includeResolvedAlerts) at Microsoft.Internal.EnterpriseStorage.Dls.UI.ObjectModel.Alert.AlertController.GetAlertsThreadStart(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</ExceptionDetails></FatalServiceError></Data>
    <Binary>3C0046006100740061006C0053006500720076006900630065004500720072006F0072003E003C005F005F00530079007300740065006D003E003C00490044003E00310039003C002F00490044003E003C005300650071003E0030003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E0036002F00310033002F003200300031003200200033003A00350030003A0033003500200050004D003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E00440070006D0054006800720065006100640050006F006F006C002E00630073003C002F0053006F0075007200630065003E003C004C0069006E0065003E003100360033003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C0045007800630065007000740069006F006E0054007900700065003E0041007200670075006D0065006E00740045007800630065007000740069006F006E003C002F0045007800630065007000740069006F006E0054007900700065003E003C0045007800630065007000740069006F006E004D006500730073006100670065003E005000610074006800730020007400680061007400200062006500670069006E002000770069007400680020005C005C003F005C0047006C006F00620061006C0052006F006F0074002000610072006500200069006E007400650072006E0061006C00200074006F00200074006800650020006B00650072006E0065006C00200061006E0064002000730068006F0075006C00640020006E006F00740020006200650020006F00700065006E006500640020006200790020006D0061006E00610067006500640020006100700070006C00690063006100740069006F006E0073002E003C002F0045007800630065007000740069006F006E004D006500730073006100670065003E003C0045007800630065007000740069006F006E00440065007400610069006C0073003E00530079007300740065006D002E0041007200670075006D0065006E00740045007800630065007000740069006F006E003A0020005000610074006800730020007400680061007400200062006500670069006E002000770069007400680020005C005C003F005C0047006C006F00620061006C0052006F006F0074002000610072006500200069006E007400650072006E0061006C00200074006F00200074006800650020006B00650072006E0065006C00200061006E0064002000730068006F0075006C00640020006E006F00740020006200650020006F00700065006E006500640020006200790020006D0061006E00610067006500640020006100700070006C00690063006100740069006F006E0073002E000D000A00200020002000610074002000530079007300740065006D002E0049004F002E0050006100740068002E004E006F0072006D0061006C0069007A00650050006100740068004600610073007400280053007400720069006E006700200070006100740068002C00200042006F006F006C00650061006E002000660075006C006C0043006800650063006B0029000D000A00200020002000610074002000530079007300740065006D002E0049004F002E0050006100740068002E00470065007400500061007400680052006F006F007400280053007400720069006E0067002000700061007400680029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E00530051004C002E00530051004C00440061007400610053006F0075007200630065002E00470065007400440065006600610075006C007400530063007200610074006300680053007000610063006500280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E00530051004C002E00530051004C00440061007400610053006F0075007200630065002E005200650066007200650073006800500072006F00700065007200740069006500730028004F004D00530071006C0052006500740072007900520065006100640065007200200072006500610064006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440061007400610073006F0075007200630065002E002E00630074006F00720028004F004D00530071006C005200650074007200790052006500610064006500720020007200650061006400650072002C00200047007500690064002000700072006F00740065006300740069006F006E00470072006F0075007000490064002C002000440070006D004F0062006A00650063007400540079007000650020006F0062006A0065006300740054007900700065002C002000440070006D00530065007200760065007200200073006500720076006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E00530051004C002E00530051004C00440061007400610053006F0075007200630065002E002E00630074006F0072002800440070006D005300650072007600650072002000640070006D005300650072007600650072002C0020004F004D00530071006C005200650074007200790052006500610064006500720020007200650061006400650072002C00200047007500690064002000700072006F00740065006300740069006F006E00470072006F0075007000490064002C002000530051004C004F0062006A00650063007400540079007000650020006F0062006A00650063007400540079007000650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E00530051004C002E00530051004C004F0062006A0065006300740046006100630074006F00720079002E00430072006500610074006500440061007400610053006F00750072006300650028004F004D00530071006C005200650074007200790052006500610064006500720020007200650061006400650072002C0020004700750069006400200070006700490064002C002000440070006D004F0062006A00650063007400540079007000650020006F0062006A0065006300740054007900700065002C002000440070006D00530065007200760065007200200073006500720076006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440070006D00480065006C007000650072002E0043006F006E00730074007200750063007400440061007400610073006F00750072006300650028004F004D00530071006C005200650074007200790052006500610064006500720020007200650061006400650072002C00200047007500690064002000700072006F00740065006300740069006F006E00470072006F0075007000490064002C002000440070006D005300650072007600650072002000640070006D005300650072007600650072002C00200049006E0071007500690072007900500061007400680020006A00700029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440070006D005300650072007600650072002E0052006500610064004F0072007000680061006E00500072006F00740065006300740069006F006E00470072006F0075007000280049004D0043006100740061006C006F0067004400420052006500610064006500720020006400620052006500610064006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440070006D005300650072007600650072002E0049006E0069007400690061006C0069007A006500500072006F00740065006300740069006F006E00280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440070006D005300650072007600650072002E00470065007400500072006F00740065006300740069006F006E00470072006F00750070007300280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E004F004D0043006F006D006D006F006E002E00440070006D005300650072007600650072002E00470065007400440061007400610073006F007500720063006500570069007400680049006400280047007500690064002000640073004900640029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E005200650070006C0069006300610041006C006500720074002E006700650074005F00440061007400610073006F007500720063006500280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E005200650070006C0069006300610041006C006500720074002E0043006F006D006D006F006E0043006F006E00730074007200750063007400280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E005200650070006C0069006300610041006C006500720074002E002E00630074006F00720028004F004D00530071006C0052006500740072007900520065006100640065007200200061006C006500720074007200650061006400650072002C00200041006C006500720074005200650061006400650072002000720065006100640065007200480065006C007000650072002C002000440070006D00530065007200760065007200200073006500720076006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E0041006C0065007200740046006100630074006F00720079002E0043007200650061007400650041006C0065007200740028004F004D00530071006C005200650074007200790052006500610064006500720020007200650061006400650072002C00200041006C00650072007400520065006100640065007200200064006200520065006100640065007200480065006C007000650072002C002000440070006D00530065007200760065007200200073006500720076006500720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E0041006C0065007200740043006F006E00740072006F006C006C00650072002E0043006F006C006C0065006300740041006C0065007200740049006E006C00690073007400280041006C006500720074005200650061006400650072002000640062005200650061006400650072002C0020004C006900730074006000310020006C006900730074004F00660041006C0065007200740073002C0020004400610074006500540069006D00650020007400680072006500730068006F006C006400540069006D0065002C00200042006F006F006C00650061006E00200069006E0063006C007500640065005200650073006F006C0076006500640041006C0065007200740073002C002000440070006D005300650072007600650072002000640070006D005300650072007600650072002C00200048006100730068007400610062006C00650020006A006F0062004900640054006F004200610063006B00750070004600610069006C006500640041006C0065007200740043006F006C006C0065006300740069006F006E004C006F00630061006C002C00200048006100730068007400610062006C00650020006A006F0062004900640054006F00440061007400610073006500740043006F007000790041006C0065007200740043006F006C006C0065006300740069006F006E004C006F00630061006C002C00200048006100730068007400610062006C00650020006A006F0062004900640054006F00440061007400610073006500740056006500720069006600790041006C0065007200740043006F006C006C0065006300740069006F006E004C006F00630061006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E0041006C0065007200740043006F006E00740072006F006C006C00650072002E0050006F00700075006C00610074006500460072006F006D0044006100740061006200610073006500280042006F006F006C00650061006E00200069006E0063006C007500640065005200650073006F006C0076006500640041006C00650072007400730029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00550049002E004F0062006A006500630074004D006F00640065006C002E0041006C006500720074002E0041006C0065007200740043006F006E00740072006F006C006C00650072002E0047006500740041006C0065007200740073005400680072006500610064005300740061007200740028004F0062006A0065006300740020007300740061007400650029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0045007800650063007500740069006F006E0043006F006E0074006500780074002E00720075006E0054007200790043006F006400650028004F0062006A0065006300740020007500730065007200440061007400610029000D000A00200020002000610074002000530079007300740065006D002E00520075006E00740069006D0065002E0043006F006D00700069006C0065007200530065007200760069006300650073002E00520075006E00740069006D006500480065006C0070006500720073002E00450078006500630075007400650043006F00640065005700690074006800470075006100720061006E00740065006500640043006C00650061006E0075007000280054007200790043006F0064006500200063006F00640065002C00200043006C00650061006E007500700043006F006400650020006200610063006B006F007500740043006F00640065002C0020004F0062006A0065006300740020007500730065007200440061007400610029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E0045007800650063007500740069006F006E0043006F006E0074006500780074002E00520075006E00280045007800650063007500740069006F006E0043006F006E007400650078007400200065007800650063007500740069006F006E0043006F006E0074006500780074002C00200043006F006E007400650078007400430061006C006C006200610063006B002000630061006C006C006200610063006B002C0020004F0062006A0065006300740020007300740061007400650029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E005F0054006800720065006100640050006F006F006C005700610069007400430061006C006C006200610063006B002E0050006500720066006F0072006D005700610069007400430061006C006C006200610063006B0049006E007400650072006E0061006C0028005F0054006800720065006100640050006F006F006C005700610069007400430061006C006C006200610063006B002000740070005700610069007400430061006C006C004200610063006B0029000D000A00200020002000610074002000530079007300740065006D002E0054006800720065006100640069006E0067002E005F0054006800720065006100640050006F006F006C005700610069007400430061006C006C006200610063006B002E0050006500720066006F0072006D005700610069007400430061006C006C006200610063006B0028004F0062006A0065006300740020007300740061007400650029003C002F0045007800630065007000740069006F006E00440065007400610069006C0073003E003C002F0046006100740061006C0053006500720076006900630065004500720072006F0072003E00</Binary>
    </EventData>
    </Event>

    Hi
    SP1 for DPM 2012 might fix the issue.
    Here is a similar thread that applies to DPM 2007 but possibly the same as DPM 2012, possibly that the DPM service is crashing:
    http://owsug.ca/blogs/islamgomaa/archive/2010/03/18/DPM-2007-Crash-Event-ID-999.aspx
    another one:
    http://social.technet.microsoft.com/Forums/en-US/dataprotectionmanager/thread/3b359cef-0499-4f25-9321-3107abe173f4

  • 2012 R2 DC crashes after import Root CA from 2008 R2 DC/CA (with same name)

    Hello Everyone.
    We migrate a Windows Server 2008 R2 DC with Root CA to an Windows Server 2012 R2 DC with same IP and Computername on a new VM. The Windows Server 2012 R2 works fine before we import the Root CA Information from a Backup (http://technet.microsoft.com/en-us/library/ee126140(v=ws.10).aspx)
    After import the Root CA Information, we can´t rename any object, OU, user account, etc, whichever DC AD Users and Computers is pointing at, lsass.exe will crash and the DC will reboot after 60 seconds. Remove ADCS is no helping.
    Depromote DC and removing ADDS, reboot... and promote the W12R2 to DC is the same Problem. Now we delete (properly) the Server and reinstall the W12R2 OS and promote the Server to DC. After
    new install the rename any object works fine.
    Does anyone have an idea? Any help would be appreciated!
    Regards Achim

    Hi,
    Is there any detail error message?
    If the issue is related to CA, i would suggest that you may ask in:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winserversecurity
    Regards.
    Vivian Wang

  • All programs crashing after re-installing OS X

    Hi all,
    I've recently made the jump over to Mac form Windows and invested in a new 17' Macbook Pro. Sadly today someone decided to play a little trick on me and convinced me to run the Sudo FM command in Terminal and I lost my OS.
    After re-installing OS X i'm now having problems with my programs. I've reinstalled the Apps disc but every program i Launch seems to crash after a few seconds (i'm yet to find a program that doesn't crash).
    I have a time machine that has backups, but i presume that's not saving any program data, just my personal files, so i guess thats not going to help. Can anyone suggest how I can get around this?
    Many thanks.

    How did you reinstall? I'm guessing that something wasn't done properly... maybe you installed on top of remnants of the old OS (IIRC, even "sudo rm" can't remove files that are in use) and something is screwed up because of that.
    Time Machine certainly is capable of backing up the entire hard drive, including system files, apps, etc., and does so by default. If you have an up-to-date Time Machine backup, and you hadn't excluded anything from the backup, you can restore from that. To do that, see item #14 on the [Time Machine FAQ|http://discussions.apple.com/thread.jspa?threadID=1964018].

  • Photoshop CS3 Crashes After Leopard Install

    I tried upgrading to Leopard years ago from Tiger but downgraded back because of this same issue. I know I need to upgrade my system so I just installed Leopard again and again the same issue with Photoshop CS3 arises. After the install I am unable to open Photoshop, it just crashes. I imagine someone has to have an answer to this by now. Please help!
    Thanks.

    As mentioned in all the similar topics in this forum:
    http://kb2.adobe.com/cps/834/cpsid_83499.html

  • Help With Logic 8 crashing after Leopard install.

    Can anyone help me with this problem? Thanks.
    My Logic 8 crashes right after I installed Leopard. Just after launching Logic I get a few messages that say:
    Key or key combination reserved.
    Key or key combinations " " has been removed from command "Go to previous layer" as it is now reserved for "cycle through window views"
    I get about three of these messages for different key commands and after hitting okay Logic starts
    and then crashes before it launches the arrange window.
    I get the following report
    Process: Logic Pro [565]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 8.0.0 (1437.23)
    Build Info: Logic-14372300~12
    Code Type: PPC (Native)
    Parent Process: launchd [94]
    Date/Time: 2007-10-28 20:52:13.755 -0400
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 9
    Thread 0:
    0 libSystem.B.dylib 0x95af51d8 sem_wait$NOCANCEL$UNIX2003 + 12
    1 ...opellerheads.rewire.library 0x228ec9a4 RWPUnregisterDeviceImp + 4364
    2 com.apple.logic.pro 0x0012bb68 0x1000 + 1223528
    3 com.apple.logic.pro 0x0050e9e0 0x1000 + 5298656
    4 com.apple.Foundation 0x962c2784 nsnotecallback + 372
    5 com.apple.CoreFoundation 0x928ef9d8 _CFXNotificationPostNotification + 920
    6 com.apple.Foundation 0x962bffb8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
    7 com.apple.AppKit 0x950c4c7c -[NSApplication _postDidFinishNotification] + 108
    8 com.apple.AppKit 0x950436a8 -[NSApplication finishLaunching] + 1888
    9 com.apple.prokit 0x022056bc -[NSProApplication finishLaunching] + 320
    10 com.apple.AppKit 0x95042c2c -[NSApplication run] + 96
    11 com.apple.prokit 0x022060d0 NSProApplicationMain + 292
    12 com.apple.logic.pro 0x00003328 0x1000 + 9000
    13 com.apple.logic.pro 0x0000302c 0x1000 + 8236
    Thread 1:
    0 libSystem.B.dylib 0x95a629d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x95a698fc mach_msg + 56
    2 com.apple.CoreFoundation 0x9290d664 CFRunLoopRunSpecific + 1828
    3 com.apple.audio.CoreAudio 0x9383be3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x9383bc80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x95a62a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5e9c pthread_condwait + 1320
    2 com.apple.Foundation 0x96300178 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x962fffa4 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.AppKit 0x950a4dfc -[NSUIHeartBeat _heartBeatThread:] + 660
    5 com.apple.Foundation 0x962c2dd4 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x95a693ec _semwaitsignal + 12
    1 libSystem.B.dylib 0x95aa5fa0 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x943c6a28 glvmDoWork + 120
    3 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x95ac7064 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x92918ab4 __CFSocketManager + 764
    Thread 5:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5eac pthread_condwait + 1336
    2 com.apple.logic.pro 0x0066f3e0 0x1000 + 6743008
    Thread 6:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5eac pthread_condwait + 1336
    2 com.apple.logic.pro 0x0066f3e0 0x1000 + 6743008
    Thread 7:
    0 libSystem.B.dylib 0x95a62a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5e9c pthread_condwait + 1320
    2 com.apple.audio.CoreAudio 0x9384d884 HP_IOThread::WorkLoop() + 488
    3 com.apple.audio.CoreAudio 0x9384d684 HPIOThread::ThreadEntry(HPIOThread*) + 12
    4 com.apple.audio.CoreAudio 0x9383bc80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95a69c94 pthreadmutexlock + 648
    2 ...opellerheads.rewire.library 0x2291d518 RWPUnregisterDeviceImp + 203904
    3 ...opellerheads.rewire.library 0x228ec2b0 RWPUnregisterDeviceImp + 2584
    4 ...opellerheads.rewire.library 0x228ec4a0 RWPUnregisterDeviceImp + 3080
    5 ...opellerheads.rewire.library 0x22924a04 RWPUnregisterDeviceImp + 233836
    6 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 9 Crashed:
    0 ??? 0000000000 0 + 0
    1 ??? 0x22f53490 0 + 586495120
    2 libSystem.B.dylib 0x95aa4bfc pthreadstart + 320
    3 ??? 0000000000 0 + 0
    Thread 9 crashed with PPC Thread State 32:
    srr0: 0x00000000 srr1: 0x4000d930 dar: 0xe0023000 dsisr: 0x40000000
    r0: 0x00000000 r1: 0xf039dde0 r2: 0x1e1b7f40 r3: 0x19f066c0
    r4: 0x1e1b7f40 r5: 0x00000000 r6: 0x00000005 r7: 0x00000001
    r8: 0x00000008 r9: 0x00000004 r10: 0x00000004 r11: 0x00000010
    r12: 0x1e1b7f40 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x19f066c0
    r24: 0x00000000 r25: 0x1e1b4bb0 r26: 0x1e1b4bb0 r27: 0x1e1b4bc4
    r28: 0x22e40be0 r29: 0x1e1b7f40 r30: 0xf039e000 r31: 0x1e1ba6f0
    cr: 0x48000024 xer: 0x20000000 lr: 0x22f90924 ctr: 0x00000000
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x1069feb com.apple.logic.pro 8.0.0 (1437.23) /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x17ce000 - 0x17e366b com.apple.XAudioUnits 1.0.0 (72.2) /Applications/Logic Pro.app/Contents/Frameworks/XAudioUnits.framework/Versions/A/XAudioUnits
    0x17f1000 - 0x18bfff5 com.apple.DiscRecording 4.0 (4000.4.10) <91552fcd2a3b4d443ac705f607db57a9> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x1926000 - 0x1928fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x192e000 - 0x1956fdf +MusicAudioDataServices ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/MusicAudioDataServices.framework/Versions/A/MusicAu dioDataServices
    0x196c000 - 0x1a11355 com.apple.eloop 3.1.0 (80.2) /Applications/Logic Pro.app/Contents/Frameworks/ELoop.framework/Versions/A/ELoop
    0x1aae000 - 0x1b1177f com.apple.LogicLoopBrowser 7.2 (87.4) /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x1b40000 - 0x1b4dfef +libaafintp.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libaafintp.dylib
    0x1b5c000 - 0x1bbbfeb +libaafpgapi.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libaafpgapi.dylib
    0x1bf2000 - 0x1e7bfff +libcom-api.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libcom-api.dylib
    0x21e7000 - 0x234dffb com.apple.prokit 4.1 (699.3) <fc8cdbe03f51ba64af1a828720d45451> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x241b000 - 0x249ba95 com.apple.ecore 1.1.0 (248.4) /Applications/Logic Pro.app/Contents/Frameworks/ECore.framework/Versions/A/ECore
    0x24f5000 - 0x2511ffb com.apple.audio.midi.CoreMIDI 1.6 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x2527000 - 0x25aaff3 com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x2608000 - 0x261cfff com.apple.EHardwareSupport 1.0.0 (129.2) /Applications/Logic Pro.app/Contents/Frameworks/EHardwareSupport.framework/Versions/A/EHardwareSupp ort
    0x2626000 - 0x263bfff com.apple.LogicFileBrowser 1.0.0 (92.2) /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2649000 - 0x264bfd7 com.apple.XLogicImages 1.0.0 (91.3) /Applications/Logic Pro.app/Contents/Frameworks/XLogicImages.framework/Versions/A/XLogicImages
    0x264f000 - 0x266aff9 com.apple.audio.CoreAudioKit 1.5 (1.5) <b7e5287b5d5cdda58e147a6ffa19667e> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x267b000 - 0x268bfef com.apple.AERegistration 1.2 (71) /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x269d000 - 0x26a5fd7 com.apple.AEProfiling 1.2 (18) /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x26ad000 - 0x26ceff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x26d6000 - 0x26f7fff libexpat.1.dylib ??? (???) <e955fbf7296287c4d40694cf7dffd64f> /usr/lib/libexpat.1.dylib
    0x2770000 - 0x2790fff com.apple.prokit.LeopardPanels 4.1 (699.3) <ccce93cd95f6089f838abcf3add52860> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x18ec1000 - 0x18ec5fff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18eca000 - 0x18ecbffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x19ba9000 - 0x19c71ffb com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x19ecf000 - 0x19ed6fff com.apple.proapps.mrcheckpro 1.4 (193) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x19edd000 - 0x19ef9fff GLRendererFloat ??? (???) <f9496b02da20dcdba04817e5944b3fb8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1aa50000 - 0x1abc5ffb GLEngine ??? (???) <6962534bc70803bec000ab543565f307> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1abf7000 - 0x1ad7fff6 com.apple.GeForceFXGLDriver 1.5.16 (5.1.6) <6db3953bed38bf1db3e7a9e1647f2a5e> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x1bfbf000 - 0x1bfc2fcf com.apple.gal_common 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1bfc8000 - 0x1bfcbfcf com.apple.gal_ebp 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1c8ca000 - 0x1c8d0fc7 com.apple.gal_anvil 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1c9c7000 - 0x1c9d0fc7 com.apple.gal_efx 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1cbeb000 - 0x1cbf2fd7 com.apple.gal_efx2 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/efx2.res/Contents/MacOS/efx2
    0x1cde2000 - 0x1cde5fcf com.apple.gal_egt 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1ce15000 - 0x1ce19fdf com.apple.gal_emx 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1cee2000 - 0x1cee5fd7 com.apple.gal_es1 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1cf46000 - 0x1cf4afcf com.apple.gal_es2 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1cfe5000 - 0x1cfe9fd7 com.apple.gal_esp 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1d065000 - 0x1d068fc7 com.apple.gal_esu 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/esu.res/Contents/MacOS/esu
    0x1d0ba000 - 0x1d0bdfcf com.apple.gal_evb3 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1d14b000 - 0x1d14efdf com.apple.gal_evd6 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1d1b5000 - 0x1d1b9fcf com.apple.gal_evoc 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1d2ab000 - 0x1d2aefcf com.apple.gal_evp88 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1d3fe000 - 0x1d401fdf com.apple.gal_exs24 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1d478000 - 0x1d47cfc7 com.apple.gal_mutapdel 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1d4bd000 - 0x1d4c3fdf com.apple.gal_revolver 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1d69a000 - 0x1d69efdf com.apple.gal_sphere 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x1d7d0000 - 0x1d7effff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x228e4000 - 0x22950fff +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x2296d000 - 0x22aa9ff7 +se.propellerheads.reason.engine 3.0.5 (3.0.5) /Applications/Reason.app/Contents/PlugIns/Reason Engine.plugin/Contents/MacOS/Reason Engine
    0x22b60000 - 0x22b69fff +com.novation.automapserverengine 1.0 (1.0) /Applications/AutomapServer.app/Contents/Resources/AutomapServerEngine.bundle/C ontents/MacOS/AutomapServerEngine
    0x8fe00000 - 0x8fe309d3 dyld 95.3 (???) <a7be977c203ec5c76b2f25a7aef66554> /usr/lib/dyld
    0x90003000 - 0x90059fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9005a000 - 0x90060ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90061000 - 0x900a2ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x900f2000 - 0x902d3fff com.apple.security 5.0 (31122) <e03f64be7b76748137a47e1e41de61df> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x902df000 - 0x902dfffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x903d7000 - 0x903d7ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x903e4000 - 0x903f7fff com.apple.LangAnalysis 1.6.4 (1.6.4) <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x903f8000 - 0x90440fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9050d000 - 0x90515fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x90516000 - 0x90521ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90522000 - 0x9087fff6 com.apple.QuartzCore 1.5.0 (1.5.0) <2aa946b9465d8221739597a0538ddd1e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91513000 - 0x91573fff com.apple.CoreText 2.0.0 (???) <88030136aacddbb747a2eae3937885f5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91574000 - 0x915dbffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x915dc000 - 0x91724ff3 libicucore.A.dylib ??? (???) <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
    0x918c9000 - 0x918d1ffb libCGATS.A.dylib ??? (???) <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x918d2000 - 0x918d2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91e5b000 - 0x91e76ffb libPng.dylib ??? (???) <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91e77000 - 0x91ed9ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91eda000 - 0x91f07ff3 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f08000 - 0x91f55ff7 libGLImage.dylib ??? (???) <15d1a5d751856324e9234d9bcb407eb0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91f56000 - 0x91f7dfff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x91fc2000 - 0x91ffefff libRIP.A.dylib ??? (???) <04b63e86e1df732262c361db22275a50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91fff000 - 0x92064fff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92065000 - 0x92065ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92066000 - 0x92135fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92136000 - 0x92168fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92169000 - 0x921e4fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x921eb000 - 0x922d4fff libxml2.2.dylib ??? (???) <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib
    0x922d5000 - 0x922d6ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x922d7000 - 0x92600fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92601000 - 0x92682fff com.apple.print.framework.PrintCore 5.5 (245) <708e8418daf27acff77d7a9aebc54e94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x926a0000 - 0x926a7fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x926d7000 - 0x926f7ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926f8000 - 0x92713ffb com.apple.openscripting 1.2.6 (???) <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92718000 - 0x9273dffb com.apple.CoreMediaPrivate 1.1 (1.1) <947fe9327e3e636ffc29681fc6ca8da5> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9273e000 - 0x92862fff com.apple.imageKit 1.0 (1.0) <dcc7a948c7a97f9f8f605c2f9dc3d0a8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92863000 - 0x928a3fff com.apple.CoreMediaIOServicesPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x928a4000 - 0x929c9ff3 com.apple.CoreFoundation 6.5 (476) <9073c2bfdf6842562c8b7f0308109c02> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x929ca000 - 0x929e5ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <3246a5d1c6a3d678798a90e8c5cd3677> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x929e6000 - 0x92a28fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92a29000 - 0x92a74ffb com.apple.Metadata 10.5.0 (398) <b6bb1fd5a7a9135f546b2d8cbd65eafc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92a75000 - 0x92d75ff3 com.apple.CoreServices.CarbonCore 783 (783) <fd2acaf23e95472f78b8a077fa039986> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92d76000 - 0x92d83fff libCSync.A.dylib ??? (???) <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92d84000 - 0x92e98ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92e99000 - 0x92ea7fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x92ea8000 - 0x92f5cfff com.apple.DesktopServices 1.4.2 (1.4.2) <e60ad9d1493f1a98e040382df09e474b> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92f5d000 - 0x92f68ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x92f6c000 - 0x92f95ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92f96000 - 0x932baff7 com.apple.QuickTime 7.2.1 (7.2.1) <5fd98676c5665894da86f40e7e3fc5e4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x932bb000 - 0x932d9fff com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x932ee000 - 0x93307fff com.apple.CoreVideo 1.5.0 (1.5.0) <95eb6066edc6f25e7027d92b14ca73a5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93308000 - 0x9363ffff com.apple.HIToolbox 1.5.0 (???) <fb1e7eb09bab8fc9c1675310da5b86ed> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93640000 - 0x936d2fff com.apple.framework.IOKit 1.5.0 (???) <aad75a3a06688046f95223c7810034c7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x936d3000 - 0x936f2fff com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93759000 - 0x937e3fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x937e4000 - 0x93819fff com.apple.AE 402 (402) <a4b92c8ac89cc774b85fb44c48b9d882> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9381a000 - 0x938a1ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x938a2000 - 0x9390afff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9390b000 - 0x93995ffb com.apple.QTKit 7.2.1 (7.2.1) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93996000 - 0x939aeffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x939af000 - 0x939b8fff com.apple.DiskArbitration 2.2 (2.2) <9c8f8ade43fa25b32109ef9dcc0cb5d5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x939b9000 - 0x939eafff com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x939eb000 - 0x93a81ff7 com.apple.LaunchServices 283 (283) <bcaad4a5a0ff906c6f70c3d2805228f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93a82000 - 0x93b1bffb com.apple.ApplicationServices.ATS 3.0 (???) <34fed4b41a99f16e7103e0309a062c97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93b1c000 - 0x93bd6fff libcrypto.0.9.7.dylib ??? (???) <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
    0x93e54000 - 0x93eceffd com.apple.CFNetwork 217 (219) <ee65df202bd0dee6457eb6bea7f9b929> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93ecf000 - 0x93ecffff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93ed6000 - 0x93ed7fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x93ed8000 - 0x93ee7fff com.apple.DSObjCWrappers.Framework 1.2 (1.2) <2411674c821a8907449ac741ce6a40c3> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93ee8000 - 0x93eefffb com.apple.print.framework.Print 218 (220) <c049174237183efe3afce707ce2c6d67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93ef0000 - 0x93efdfff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x93efe000 - 0x93f28ff7 libssl.0.9.7.dylib ??? (???) <5dac2e94552ad76696c35bd6886f5a92> /usr/lib/libssl.0.9.7.dylib
    0x9406b000 - 0x9420bff7 com.apple.QuartzComposer 2.0 (106) <9ac3ec99d07fb82b72f3be8d19272379> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9420c000 - 0x94244fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <d925dde7699e6231c88a41b0254a7591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94245000 - 0x94250fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94257000 - 0x9425bffe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9425c000 - 0x94291ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x942c4000 - 0x94388ff3 com.apple.CoreData 100 (185) <e07feef645427639349ed2c62abcf169> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94389000 - 0x943a0ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x943a1000 - 0x947d0ffa libGLProgrammability.dylib ??? (???) <d18a865bec4b416604ff890c5d59b6ad> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x947d1000 - 0x94884ffb com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <11a3413a91cb500bbd65b8620295005a> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94885000 - 0x94df7ff7 com.apple.CoreGraphics 1.351.0 (???) <424b6b6e1fe858a1a0ee3adc36d40634> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94df8000 - 0x94f41ffb com.apple.ImageIO.framework 2.0.0 (2.0.0) <437c9df52645bf8bead58967ea46ef17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94f42000 - 0x94f89fff com.apple.NavigationServices 3.5 (160) <b780d5d4d446699fd9b8fec5771a7426> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94fde000 - 0x94fdefff com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94fdf000 - 0x94fe1ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94fe2000 - 0x9500dff7 libauto.dylib ??? (???) <c1f2bd227817ad7c7bf29ec74729ac7c> /usr/lib/libauto.dylib
    0x9500e000 - 0x9577ffff com.apple.AppKit 6.5 (949) <ff6de5455323db3dba2d5b0373036823> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95780000 - 0x95805fff libsqlite3.0.dylib ??? (???) <7b379cb4220346e99c32c427d4539496> /usr/lib/libsqlite3.0.dylib
    0x95806000 - 0x9589ffc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x958a0000 - 0x95a0bff9 com.apple.AddressBook.framework 4.1 (687) <55d0fd26085aeb25c536b051f53c1311> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95a0c000 - 0x95a2afff libresolv.9.dylib ??? (???) <ee2b69c3b0d6d4a3167c307f1ee65cb5> /usr/lib/libresolv.9.dylib
    0x95a3b000 - 0x95a60fff libcups.2.dylib ??? (???) <aaa8c97d6b85ca0bfd6ddebd012673df> /usr/lib/libcups.2.dylib
    0x95a61000 - 0x95bfafe3 libSystem.B.dylib ??? (???) <8a6cd873dfa7ada786efac188f95ed1b> /usr/lib/libSystem.B.dylib
    0x95bfb000 - 0x95c07ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95c08000 - 0x95c0bfff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95c1d000 - 0x95cebff7 com.apple.CoreServices.OSServices 209 (209) <8d6b60917d7b16a6fca90807f6d17a1d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95cec000 - 0x95cfaffb com.apple.opengl 1.5.4 (1.5.4) <c2dbc25f3d5732f789c7e111278ddfb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95cfb000 - 0x95dc8ffb com.apple.syncservices 3.0 (388) <3aae3f8844b4d41ccdf7a18e5249ab24> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95dc9000 - 0x95dccffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95dcd000 - 0x95e7dfff edu.mit.Kerberos 6.0.11 (6.0.11) <16acc832b51b89fdbc563194596623c6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95e7e000 - 0x95e7effe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95ee4000 - 0x95ef4fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x96013000 - 0x96130ff7 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96131000 - 0x96214feb libobjc.A.dylib ??? (???) <4a90e315bd1718c3f5ae09ee6c23e36c> /usr/lib/libobjc.A.dylib
    0x96215000 - 0x9621bffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9621c000 - 0x9622fffb com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <7c299626d6167de473e85327699cdb9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96230000 - 0x962b8fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x962b9000 - 0x964fdffb com.apple.Foundation 6.5 (677) <e69e2e6b5f3387e44c3b7bedd7d9ac81> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x964fe000 - 0x965aefff com.apple.QD 3.11.49 (???) <8dcf4bb39b22480685ba5115e94cab32> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x965af000 - 0x9660bfff com.apple.HIServices 1.6.0 (???) <a3e89f96e628703a20a2d2f587f3f983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9660c000 - 0x96bc6fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96bdd000 - 0x96bddfff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96bde000 - 0x96be3ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96be4000 - 0x96c03fff com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Can anyone help me with this problem? Thanks.
    My Logic 8 crashes right after I installed Leopard. Just after launching Logic I get a few messages that say:
    Key or key combination reserved.
    Key or key combinations " " has been removed from command "Go to previous layer" as it is now reserved for "cycle through window views"
    I get about three of these messages for different key commands and after hitting okay Logic starts
    and then crashes before it launches the arrange window.
    I get the following report
    Process: Logic Pro [565]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 8.0.0 (1437.23)
    Build Info: Logic-14372300~12
    Code Type: PPC (Native)
    Parent Process: launchd [94]
    Date/Time: 2007-10-28 20:52:13.755 -0400
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 9
    Thread 0:
    0 libSystem.B.dylib 0x95af51d8 sem_wait$NOCANCEL$UNIX2003 + 12
    1 ...opellerheads.rewire.library 0x228ec9a4 RWPUnregisterDeviceImp + 4364
    2 com.apple.logic.pro 0x0012bb68 0x1000 + 1223528
    3 com.apple.logic.pro 0x0050e9e0 0x1000 + 5298656
    4 com.apple.Foundation 0x962c2784 nsnotecallback + 372
    5 com.apple.CoreFoundation 0x928ef9d8 _CFXNotificationPostNotification + 920
    6 com.apple.Foundation 0x962bffb8 -[NSNotificationCenter postNotificationName:object:userInfo:] + 88
    7 com.apple.AppKit 0x950c4c7c -[NSApplication _postDidFinishNotification] + 108
    8 com.apple.AppKit 0x950436a8 -[NSApplication finishLaunching] + 1888
    9 com.apple.prokit 0x022056bc -[NSProApplication finishLaunching] + 320
    10 com.apple.AppKit 0x95042c2c -[NSApplication run] + 96
    11 com.apple.prokit 0x022060d0 NSProApplicationMain + 292
    12 com.apple.logic.pro 0x00003328 0x1000 + 9000
    13 com.apple.logic.pro 0x0000302c 0x1000 + 8236
    Thread 1:
    0 libSystem.B.dylib 0x95a629d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x95a698fc mach_msg + 56
    2 com.apple.CoreFoundation 0x9290d664 CFRunLoopRunSpecific + 1828
    3 com.apple.audio.CoreAudio 0x9383be3c HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x9383bc80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x95a62a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5e9c pthread_condwait + 1320
    2 com.apple.Foundation 0x96300178 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x962fffa4 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.AppKit 0x950a4dfc -[NSUIHeartBeat _heartBeatThread:] + 660
    5 com.apple.Foundation 0x962c2dd4 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x95a693ec _semwaitsignal + 12
    1 libSystem.B.dylib 0x95aa5fa0 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x943c6a28 glvmDoWork + 120
    3 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x95ac7064 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x92918ab4 __CFSocketManager + 764
    Thread 5:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5eac pthread_condwait + 1336
    2 com.apple.logic.pro 0x0066f3e0 0x1000 + 6743008
    Thread 6:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5eac pthread_condwait + 1336
    2 com.apple.logic.pro 0x0066f3e0 0x1000 + 6743008
    Thread 7:
    0 libSystem.B.dylib 0x95a62a58 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x95aa5e9c pthread_condwait + 1320
    2 com.apple.audio.CoreAudio 0x9384d884 HP_IOThread::WorkLoop() + 488
    3 com.apple.audio.CoreAudio 0x9384d684 HPIOThread::ThreadEntry(HPIOThread*) + 12
    4 com.apple.audio.CoreAudio 0x9383bc80 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x95a62a38 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x95a69c94 pthreadmutexlock + 648
    2 ...opellerheads.rewire.library 0x2291d518 RWPUnregisterDeviceImp + 203904
    3 ...opellerheads.rewire.library 0x228ec2b0 RWPUnregisterDeviceImp + 2584
    4 ...opellerheads.rewire.library 0x228ec4a0 RWPUnregisterDeviceImp + 3080
    5 ...opellerheads.rewire.library 0x22924a04 RWPUnregisterDeviceImp + 233836
    6 libSystem.B.dylib 0x95aa4bf8 pthreadstart + 316
    Thread 9 Crashed:
    0 ??? 0000000000 0 + 0
    1 ??? 0x22f53490 0 + 586495120
    2 libSystem.B.dylib 0x95aa4bfc pthreadstart + 320
    3 ??? 0000000000 0 + 0
    Thread 9 crashed with PPC Thread State 32:
    srr0: 0x00000000 srr1: 0x4000d930 dar: 0xe0023000 dsisr: 0x40000000
    r0: 0x00000000 r1: 0xf039dde0 r2: 0x1e1b7f40 r3: 0x19f066c0
    r4: 0x1e1b7f40 r5: 0x00000000 r6: 0x00000005 r7: 0x00000001
    r8: 0x00000008 r9: 0x00000004 r10: 0x00000004 r11: 0x00000010
    r12: 0x1e1b7f40 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x19f066c0
    r24: 0x00000000 r25: 0x1e1b4bb0 r26: 0x1e1b4bb0 r27: 0x1e1b4bc4
    r28: 0x22e40be0 r29: 0x1e1b7f40 r30: 0xf039e000 r31: 0x1e1ba6f0
    cr: 0x48000024 xer: 0x20000000 lr: 0x22f90924 ctr: 0x00000000
    vrsave: 0x00000000
    Binary Images:
    0x1000 - 0x1069feb com.apple.logic.pro 8.0.0 (1437.23) /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0x17ce000 - 0x17e366b com.apple.XAudioUnits 1.0.0 (72.2) /Applications/Logic Pro.app/Contents/Frameworks/XAudioUnits.framework/Versions/A/XAudioUnits
    0x17f1000 - 0x18bfff5 com.apple.DiscRecording 4.0 (4000.4.10) <91552fcd2a3b4d443ac705f607db57a9> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x1926000 - 0x1928fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x192e000 - 0x1956fdf +MusicAudioDataServices ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/MusicAudioDataServices.framework/Versions/A/MusicAu dioDataServices
    0x196c000 - 0x1a11355 com.apple.eloop 3.1.0 (80.2) /Applications/Logic Pro.app/Contents/Frameworks/ELoop.framework/Versions/A/ELoop
    0x1aae000 - 0x1b1177f com.apple.LogicLoopBrowser 7.2 (87.4) /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x1b40000 - 0x1b4dfef +libaafintp.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libaafintp.dylib
    0x1b5c000 - 0x1bbbfeb +libaafpgapi.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libaafpgapi.dylib
    0x1bf2000 - 0x1e7bfff +libcom-api.dylib ??? (???) /Applications/Logic Pro.app/Contents/Frameworks/libcom-api.dylib
    0x21e7000 - 0x234dffb com.apple.prokit 4.1 (699.3) <fc8cdbe03f51ba64af1a828720d45451> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x241b000 - 0x249ba95 com.apple.ecore 1.1.0 (248.4) /Applications/Logic Pro.app/Contents/Frameworks/ECore.framework/Versions/A/ECore
    0x24f5000 - 0x2511ffb com.apple.audio.midi.CoreMIDI 1.6 (42) /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x2527000 - 0x25aaff3 com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x2608000 - 0x261cfff com.apple.EHardwareSupport 1.0.0 (129.2) /Applications/Logic Pro.app/Contents/Frameworks/EHardwareSupport.framework/Versions/A/EHardwareSupp ort
    0x2626000 - 0x263bfff com.apple.LogicFileBrowser 1.0.0 (92.2) /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2649000 - 0x264bfd7 com.apple.XLogicImages 1.0.0 (91.3) /Applications/Logic Pro.app/Contents/Frameworks/XLogicImages.framework/Versions/A/XLogicImages
    0x264f000 - 0x266aff9 com.apple.audio.CoreAudioKit 1.5 (1.5) <b7e5287b5d5cdda58e147a6ffa19667e> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x267b000 - 0x268bfef com.apple.AERegistration 1.2 (71) /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x269d000 - 0x26a5fd7 com.apple.AEProfiling 1.2 (18) /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x26ad000 - 0x26ceff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x26d6000 - 0x26f7fff libexpat.1.dylib ??? (???) <e955fbf7296287c4d40694cf7dffd64f> /usr/lib/libexpat.1.dylib
    0x2770000 - 0x2790fff com.apple.prokit.LeopardPanels 4.1 (699.3) <ccce93cd95f6089f838abcf3add52860> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/Leopard Panels.bundle/Contents/MacOS/LeopardPanels
    0x18ec1000 - 0x18ec5fff com.apple.audio.AudioIPCPlugIn 1.0.4 (1.0.4) <9ea9c438a65be22a5e946e62ebfc9360> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x18eca000 - 0x18ecbffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x19ba9000 - 0x19c71ffb com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x19ecf000 - 0x19ed6fff com.apple.proapps.mrcheckpro 1.4 (193) /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x19edd000 - 0x19ef9fff GLRendererFloat ??? (???) <f9496b02da20dcdba04817e5944b3fb8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x1aa50000 - 0x1abc5ffb GLEngine ??? (???) <6962534bc70803bec000ab543565f307> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1abf7000 - 0x1ad7fff6 com.apple.GeForceFXGLDriver 1.5.16 (5.1.6) <6db3953bed38bf1db3e7a9e1647f2a5e> /System/Library/Extensions/GeForceFXGLDriver.bundle/Contents/MacOS/GeForceFXGLD river
    0x1bfbf000 - 0x1bfc2fcf com.apple.gal_common 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1bfc8000 - 0x1bfcbfcf com.apple.gal_ebp 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1c8ca000 - 0x1c8d0fc7 com.apple.gal_anvil 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1c9c7000 - 0x1c9d0fc7 com.apple.gal_efx 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1cbeb000 - 0x1cbf2fd7 com.apple.gal_efx2 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/efx2.res/Contents/MacOS/efx2
    0x1cde2000 - 0x1cde5fcf com.apple.gal_egt 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1ce15000 - 0x1ce19fdf com.apple.gal_emx 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1cee2000 - 0x1cee5fd7 com.apple.gal_es1 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1cf46000 - 0x1cf4afcf com.apple.gal_es2 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1cfe5000 - 0x1cfe9fd7 com.apple.gal_esp 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1d065000 - 0x1d068fc7 com.apple.gal_esu 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/esu.res/Contents/MacOS/esu
    0x1d0ba000 - 0x1d0bdfcf com.apple.gal_evb3 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1d14b000 - 0x1d14efdf com.apple.gal_evd6 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1d1b5000 - 0x1d1b9fcf com.apple.gal_evoc 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1d2ab000 - 0x1d2aefcf com.apple.gal_evp88 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1d3fe000 - 0x1d401fdf com.apple.gal_exs24 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1d478000 - 0x1d47cfc7 com.apple.gal_mutapdel 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1d4bd000 - 0x1d4c3fdf com.apple.gal_revolver 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1d69a000 - 0x1d69efdf com.apple.gal_sphere 1.0 (134.2) /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x1d7d0000 - 0x1d7effff com.apple.OpenTransport 3.0 (3.0) /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x228e4000 - 0x22950fff +se.propellerheads.rewire.library 1.7 (1.7) /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x2296d000 - 0x22aa9ff7 +se.propellerheads.reason.engine 3.0.5 (3.0.5) /Applications/Reason.app/Contents/PlugIns/Reason Engine.plugin/Contents/MacOS/Reason Engine
    0x22b60000 - 0x22b69fff +com.novation.automapserverengine 1.0 (1.0) /Applications/AutomapServer.app/Contents/Resources/AutomapServerEngine.bundle/C ontents/MacOS/AutomapServerEngine
    0x8fe00000 - 0x8fe309d3 dyld 95.3 (???) <a7be977c203ec5c76b2f25a7aef66554> /usr/lib/dyld
    0x90003000 - 0x90059fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9005a000 - 0x90060ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90061000 - 0x900a2ffb libTIFF.dylib ??? (???) <0d0a3107d26786c3708e6a511d5acec9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x900f2000 - 0x902d3fff com.apple.security 5.0 (31122) <e03f64be7b76748137a47e1e41de61df> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x902df000 - 0x902dfffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x903d7000 - 0x903d7ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x903e4000 - 0x903f7fff com.apple.LangAnalysis 1.6.4 (1.6.4) <c184bb5b2859e82c5740a6fdb1e3d0bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x903f8000 - 0x90440fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x9050d000 - 0x90515fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x90516000 - 0x90521ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x90522000 - 0x9087fff6 com.apple.QuartzCore 1.5.0 (1.5.0) <2aa946b9465d8221739597a0538ddd1e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x91513000 - 0x91573fff com.apple.CoreText 2.0.0 (???) <88030136aacddbb747a2eae3937885f5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x91574000 - 0x915dbffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x915dc000 - 0x91724ff3 libicucore.A.dylib ??? (???) <250daed2fb2e6bf114480e2e4da0728b> /usr/lib/libicucore.A.dylib
    0x918c9000 - 0x918d1ffb libCGATS.A.dylib ??? (???) <f08869e380cd4b55e14714fe723cbc66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x918d2000 - 0x918d2ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91e5b000 - 0x91e76ffb libPng.dylib ??? (???) <c51ec88c87a3f0a646471165e16acd43> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91e77000 - 0x91ed9ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91eda000 - 0x91f07ff3 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91f08000 - 0x91f55ff7 libGLImage.dylib ??? (???) <15d1a5d751856324e9234d9bcb407eb0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x91f56000 - 0x91f7dfff libxslt.1.dylib ??? (???) <3700d04090629deddb436aa2d516c56d> /usr/lib/libxslt.1.dylib
    0x91fc2000 - 0x91ffefff libRIP.A.dylib ??? (???) <04b63e86e1df732262c361db22275a50> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91fff000 - 0x92064fff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x92065000 - 0x92065ff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x92066000 - 0x92135fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92136000 - 0x92168fff com.apple.bom 9.0 (136) <cb560109ea507cdfb6c77349845e6b2a> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92169000 - 0x921e4fff com.apple.SearchKit 1.2.0 (1.2.0) <1b448fbae02460eae76ee1c6883f45d6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x921eb000 - 0x922d4fff libxml2.2.dylib ??? (???) <6f383df1e1e775be0158ba947784ae13> /usr/lib/libxml2.2.dylib
    0x922d5000 - 0x922d6ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x922d7000 - 0x92600fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92601000 - 0x92682fff com.apple.print.framework.PrintCore 5.5 (245) <708e8418daf27acff77d7a9aebc54e94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x926a0000 - 0x926a7fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x926d7000 - 0x926f7ff7 libJPEG.dylib ??? (???) <92341083256fbcd28888a179ebf941ef> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x926f8000 - 0x92713ffb com.apple.openscripting 1.2.6 (???) <12270fbb14905644f78975f227328a98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92718000 - 0x9273dffb com.apple.CoreMediaPrivate 1.1 (1.1) <947fe9327e3e636ffc29681fc6ca8da5> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9273e000 - 0x92862fff com.apple.imageKit 1.0 (1.0) <dcc7a948c7a97f9f8f605c2f9dc3d0a8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x92863000 - 0x928a3fff com.apple.CoreMediaIOServicesPrivate 1.1 (1.1) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x928a4000 - 0x929c9ff3 com.apple.CoreFoundation 6.5 (476) <9073c2bfdf6842562c8b7f0308109c02> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x929ca000 - 0x929e5ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <3246a5d1c6a3d678798a90e8c5cd3677> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x929e6000 - 0x92a28fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92a29000 - 0x92a74ffb com.apple.Metadata 10.5.0 (398) <b6bb1fd5a7a9135f546b2d8cbd65eafc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92a75000 - 0x92d75ff3 com.apple.CoreServices.CarbonCore 783 (783) <fd2acaf23e95472f78b8a077fa039986> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x92d76000 - 0x92d83fff libCSync.A.dylib ??? (???) <e7073e93982e6872ed72e5873b791462> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x92d84000 - 0x92e98ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92e99000 - 0x92ea7fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x92ea8000 - 0x92f5cfff com.apple.DesktopServices 1.4.2 (1.4.2) <e60ad9d1493f1a98e040382df09e474b> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92f5d000 - 0x92f68ffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x92f6c000 - 0x92f95ffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92f96000 - 0x932baff7 com.apple.QuickTime 7.2.1 (7.2.1) <5fd98676c5665894da86f40e7e3fc5e4> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x932bb000 - 0x932d9fff com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x932ee000 - 0x93307fff com.apple.CoreVideo 1.5.0 (1.5.0) <95eb6066edc6f25e7027d92b14ca73a5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93308000 - 0x9363ffff com.apple.HIToolbox 1.5.0 (???) <fb1e7eb09bab8fc9c1675310da5b86ed> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93640000 - 0x936d2fff com.apple.framework.IOKit 1.5.0 (???) <aad75a3a06688046f95223c7810034c7> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x936d3000 - 0x936f2fff com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x93759000 - 0x937e3fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x937e4000 - 0x93819fff com.apple.AE 402 (402) <a4b92c8ac89cc774b85fb44c48b9d882> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9381a000 - 0x938a1ffb com.apple.audio.CoreAudio 3.1.0 (3.1) <880a5a35ef1c5158271ee4b305b35626> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x938a2000 - 0x9390afff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9390b000 - 0x93995ffb com.apple.QTKit 7.2.1 (7.2.1) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x93996000 - 0x939aeffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x939af000 - 0x939b8fff com.apple.DiskArbitration 2.2 (2.2) <9c8f8ade43fa25b32109ef9dcc0cb5d5> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x939b9000 - 0x939eafff com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x939eb000 - 0x93a81ff7 com.apple.LaunchServices 283 (283) <bcaad4a5a0ff906c6f70c3d2805228f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93a82000 - 0x93b1bffb com.apple.ApplicationServices.ATS 3.0 (???) <34fed4b41a99f16e7103e0309a062c97> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93b1c000 - 0x93bd6fff libcrypto.0.9.7.dylib ??? (???) <4ea3d7e9a1c28ac7b17ed80873fe6598> /usr/lib/libcrypto.0.9.7.dylib
    0x93e54000 - 0x93eceffd com.apple.CFNetwork 217 (219) <ee65df202bd0dee6457eb6bea7f9b929> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x93ecf000 - 0x93ecffff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x93ed6000 - 0x93ed7fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x93ed8000 - 0x93ee7fff com.apple.DSObjCWrappers.Framework 1.2 (1.2) <2411674c821a8907449ac741ce6a40c3> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93ee8000 - 0x93eefffb com.apple.print.framework.Print 218 (220) <c049174237183efe3afce707ce2c6d67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93ef0000 - 0x93efdfff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x93efe000 - 0x93f28ff7 libssl.0.9.7.dylib ??? (???) <5dac2e94552ad76696c35bd6886f5a92> /usr/lib/libssl.0.9.7.dylib
    0x9406b000 - 0x9420bff7 com.apple.QuartzComposer 2.0 (106) <9ac3ec99d07fb82b72f3be8d19272379> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9420c000 - 0x94244fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <d925dde7699e6231c88a41b0254a7591> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x94245000 - 0x94250fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x94257000 - 0x9425bffe libGIF.dylib ??? (???) <d6e2a570359313a39c6783c2ecfee608> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9425c000 - 0x94291ffb com.apple.LDAPFramework 1.4.3 (106) <d9a3a16b2d468683b68f714d11196d7b> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x942c4000 - 0x94388ff3 com.apple.CoreData 100 (185) <e07feef645427639349ed2c62abcf169> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94389000 - 0x943a0ffb com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x943a1000 - 0x947d0ffa libGLProgrammability.dylib ??? (???) <d18a865bec4b416604ff890c5d59b6ad> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x947d1000 - 0x94884ffb com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <11a3413a91cb500bbd65b8620295005a> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x94885000 - 0x94df7ff7 com.apple.CoreGraphics 1.351.0 (???) <424b6b6e1fe858a1a0ee3adc36d40634> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94df8000 - 0x94f41ffb com.apple.ImageIO.framework 2.0.0 (2.0.0) <437c9df52645bf8bead58967ea46ef17> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94f42000 - 0x94f89fff com.apple.NavigationServices 3.5 (160) <b780d5d4d446699fd9b8fec5771a7426> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94fde000 - 0x94fdefff com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94fdf000 - 0x94fe1ffd libRadiance.dylib ??? (???) <3d70fcb7557347829c96c9753074b3f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94fe2000 - 0x9500dff7 libauto.dylib ??? (???) <c1f2bd227817ad7c7bf29ec74729ac7c> /usr/lib/libauto.dylib
    0x9500e000 - 0x9577ffff com.apple.AppKit 6.5 (949) <ff6de5455323db3dba2d5b0373036823> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95780000 - 0x95805fff libsqlite3.0.dylib ??? (???) <7b379cb4220346e99c32c427d4539496> /usr/lib/libsqlite3.0.dylib
    0x95806000 - 0x9589ffc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x958a0000 - 0x95a0bff9 com.apple.AddressBook.framework 4.1 (687) <55d0fd26085aeb25c536b051f53c1311> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x95a0c000 - 0x95a2afff libresolv.9.dylib ??? (???) <ee2b69c3b0d6d4a3167c307f1ee65cb5> /usr/lib/libresolv.9.dylib
    0x95a3b000 - 0x95a60fff libcups.2.dylib ??? (???) <aaa8c97d6b85ca0bfd6ddebd012673df> /usr/lib/libcups.2.dylib
    0x95a61000 - 0x95bfafe3 libSystem.B.dylib ??? (???) <8a6cd873dfa7ada786efac188f95ed1b> /usr/lib/libSystem.B.dylib
    0x95bfb000 - 0x95c07ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95c08000 - 0x95c0bfff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95c1d000 - 0x95cebff7 com.apple.CoreServices.OSServices 209 (209) <8d6b60917d7b16a6fca90807f6d17a1d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x95cec000 - 0x95cfaffb com.apple.opengl 1.5.4 (1.5.4) <c2dbc25f3d5732f789c7e111278ddfb2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x95cfb000 - 0x95dc8ffb com.apple.syncservices 3.0 (388) <3aae3f8844b4d41ccdf7a18e5249ab24> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95dc9000 - 0x95dccffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95dcd000 - 0x95e7dfff edu.mit.Kerberos 6.0.11 (6.0.11) <16acc832b51b89fdbc563194596623c6> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95e7e000 - 0x95e7effe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95ee4000 - 0x95ef4fff libsasl2.2.dylib ??? (???) <18935d5e775962f4728b91189b092d45> /usr/lib/libsasl2.2.dylib
    0x96013000 - 0x96130ff7 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96131000 - 0x96214feb libobjc.A.dylib ??? (???) <4a90e315bd1718c3f5ae09ee6c23e36c> /usr/lib/libobjc.A.dylib
    0x96215000 - 0x9621bffb com.apple.DisplayServicesFW 2.0 (2.0) <fb3b6779bc6c167bc163798b6d20a866> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9621c000 - 0x9622fffb com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <7c299626d6167de473e85327699cdb9c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96230000 - 0x962b8fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x962b9000 - 0x964fdffb com.apple.Foundation 6.5 (677) <e69e2e6b5f3387e44c3b7bedd7d9ac81> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x964fe000 - 0x965aefff com.apple.QD 3.11.49 (???) <8dcf4bb39b22480685ba5115e94cab32> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x965af000 - 0x9660bfff com.apple.HIServices 1.6.0 (???) <a3e89f96e628703a20a2d2f587f3f983> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9660c000 - 0x96bc6fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x96bdd000 - 0x96bddfff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96bde000 - 0x96be3ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96be4000 - 0x96c03fff com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Pages 09 Crashing After SL Install

    I have a pages document that I've been working on for months and now it won't open after installing Snow Leopard. I dragged the pages document onto a thumb drive and it opens fine on my girlfriend's macbook. On my macbook pro (penryn) It opens and looks fine for about 5 seconds, and then unexpectedly crashes. This also happens if i try to open it as another user. HELP!!!!

    Same here on both our late 2007 24" iMac and mid 2009 15" MacBook Pro, both of which got updated to SL. Pages seems to crash after modifying masked pictures within shapes. It's really too bad that Pages'09 does not have document auto-recovery, because my wife lost about two hours of work. Now she's saving her work constantly.

  • URGENT - BPEL PM server and IE crash after re-installing jre - HELP

    URGENT
    After re-installing jre 1.5 update 3, still BPEL process manager and IE both crash when I click on the deployed process from the dashboard ..
    Please help.
    Thanks

    bpel is NOT certiefied with java 1.5, and if you look at the start script for the server we take the java_home so setting that back to the old one should do it ..
    thx clemens

  • Why do all iWork '09 apps crash after Lion install?

    Pages, Numbers and Keynote all crash immediately when I open them after I installed Lion. I have already installed the update posted by Apple twice but it still does exactly the same thing.
    This is the first part of the (long) crash report I get:
    Process:         Pages [1460]
    Path:            /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
    Identifier:      com.apple.iWork.Pages
    Version:         4.1 (923)
    Build Info:      Pages-9230000~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [202]
    Date/Time:       2011-08-15 17:46:34.644 -0700
    OS Version:      Mac OS X 10.7 (11A511)
    Report Version:  9
    Interval Since Last Report:          150422 sec
    Per-App Crashes Since Last Report:   4
    Anonymous UUID:                      D8D92C6F-FF75-4826-8001-D367694B6F0C
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: @rpath/Inventor.framework/Versions/C/Inventor
      Referenced from: /Applications/iWork '09/Pages.app/Contents/MacOS/Pages
      Reason: image not found

    The crash report is telling you that a critical part of Pages is missing - Inventor.framework.
    I'd suggest deleting your iWork '09 folder and its apps, reinstalling them from DVD or the Mac App Store and updating to iWork 9.1.
    If there are any issues with this it's likely that iWork '09 was not fully deleted. Yvan Koenig has written an AppleScript that entirely deletes iWork. Search this forum and you'll find a few messages linking to this script.

  • Crashes after Leopard install

    Hey gang. Here's the scenario. I have installed a 3rd internal hard drive to my Power Mac G4 AGP series Mac. It is running off a new Sonnet Tempo Serial ATA controller card. After a lot trouble just trying to get Leopard to "see" the new drive as an option to install it on, it FINALLY has! I had to install some older firmware from Sonnet that helped to do so. SO, it installed Leopard onto my new Seagate 500gig drive but when it says to reboot to continue, it starts rebooting and then just suddenly shuts completely down...like a complete failure or something. I re-installed and still the same thing. Any thoughts?
    you guys have helped me get this far, hopefully we can finally break through to the other side!! Allllmost there! : )

    Well, it seems that the main problem was with the firmware from the new Sonnet PCI controller card. After talking to a rep, they said many PowerMac G4 users had better luck with Leopard using the an older version of firmware. 5.1.3 instead of 5.3.1. But before I found all that out I had cloned the partition that was running my current OSX (10.3.9) to the new Seagate 500gig drive in hopes that I would be able to install Leopard after doing so but it wasn't until installing the older firmware that I was able to actually install Leopard onto the drive. The problem was that it was crashing after installation when I would reboot. I wiped the "clone" off of the new Seagate, re-initialized the drive and it worked fine after that! So apparently, something did not like the cloning even though it "installation was successful". Don't know if that helps but I hope so. thanks again for all of your help!

Maybe you are looking for