Logic 8.0.1......where?

Software update shows nothing on my system?
Is there a direct link to download this update?

Don't worry - I found it:
http://www.apple.com/logicstudio/download/
You need to log in with your serial number.

Similar Messages

  • Logic set up assistant, where is it in logic 8

    where is logic set up assistant in logic 8, it was in logic 7, and i found it usefull, where can i find it in logic 8 ?, please help, thanks

    Hi there,
    It doesn't exist any more. Although it might have helped with setting up MIDI devices, it never really pressed my buttons for that. The only real use for me was in automatically creating the environment and arrange page the way I wanted it.
    in Logic 8, you can create new tracks and Logic will automatically create them in the Environment for you. That was a neat way of solving the problem. Other things such as MIDI instruments was a bit facile and pretty much any MIDI instrument plays straight away nowadays. Likewise selecting I/Os, mono/stereo and so on are pretty easy to do and the default setup for Logic is clever enough not to leave you stranded.
    However, I agree that there are many, many things that you might want to set in Logic both at the program level and at the song level. However, Apple seem to have taken the view that a setup wizard to ask about all the settings in Preferences and Song Settings would be madness and the average newbie wouldn't understand many of them in any case.
    What part of the Setup Assistant would you like to see in place?
    Pete

  • Avoid repeating same logic in 'select' and 'where' clauses?

    I'll preface by saying I'm self-taught and have only been fiddling with SQL for a couple of months, so forgive me if this is a dumb question. I have a query written to pull out customers who are configured to have their products stored at the wrong warehouse, according to the first 3 digits of the zip code. Here is an extremely simplified version of a query I'm trying to run:
    select custno, custbuy_zip_cd, custbuy_prim_ship_loc_cd as Warehouse,
    case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
    when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
    end as StdWhse
    from customers
    where case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
    when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
    end <> custbuy_prim_ship_loc_cd
    or (case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
    when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
    end is not null and custbuy_prim_ship_loc_cd is null)
    Now, the query works, but it seems overly convoluted and feels like there must be a way to make it simpler and faster. I'm using the same 'case when' 3 times. Originally, I had thought I could use the aliases from the 'select' clause in the 'where' clause, which would simplify things:
    select custno, custbuy_prim_ship_loc_cd as Warehouse,
    case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
    when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
    end as StdWhse
    from customers
    where StdWhse <> custbuy_prim_ship_loc_cd
    or (StdWhse is not null and custbuy_prim_ship_loc_cd is null)
    I then found out that that caused 'invalid identifier' errors. My first attempt at a solution was to use a subquery in the 'from' clause, but that ran the 'case when' on every single customer instead of the small subset, so it wound up taking much longer even though it looked neater. Any tips on how to clean up that first query to make it run faster?
    this is Oracle 11i, I believe. As a side note, I don't have write access to the database.

    Thanks for all the tips so far - still going through them. You all respond fast! Sorry about using double angle brackets for != and not using code tags, I'll make sure to format my posts properly going forward. I think the double angle brackets messed up the appearance of my original queries a little. Here's how I probably should have pasted my first query in my first post:
    select custno, custbuy_zip_cd, custbuy_prim_ship_loc_cd as Warehouse,
        case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
            when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
        end as StdWhse
    from customers
    where case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
            when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
        end != custbuy_prim_ship_loc_cd
        or (case when substr(custbuy_zip_cd,1,3) in ('839','848') then '20'
            when substr(custbuy_zip_cd,1,3) in ('590','591') then '33'
        end is not null and custbuy_prim_ship_loc_cd is null)The almost unanimous opinion seems to be that I should use a subquery in one way or another, but the problem remains that the only significant logic to narrow down the results is the logic that matches the 'case when' results (which are what the warehouse number should be, based on the zip code) to the current warehouse number. Therefore, it seems like any subquery is going to return my entire list of 600k customers, and take a much longer time than my original (messy) query. At least it has in the test runs I created based on
    Satyaki's and Peter's examples. The query based on my original example takes about 2.5 minutes, and the subquery examples take about 5+ even though they look cleaner.
    to clarify what the query is trying to accomplish, I want it to pull any records where the warehouse number does not equal the correct warehouse number based on zip code (or if the warehouse number is null when it shouldn't be).
    I'll try to create some sample data and sample results. Customers table:
    custno   custbuy_zip_cd  custbuy_prim_ship_loc_cd
    1        59024           20
    2        59024           33desired results:
    custno   custbuy_zip_cd   warehouse   StdWhse
    1        59024            20          33If I could create a table to hold the standard warehouses to join on, the whole thing would be much easier. The full version of the query really has hundreds of zip code prefixes and 5 different warehouses and each account has 4 alternate warehouses as well. However, I'm stuck with read only access so everything has to go right in the query. It wouldn't be the end of the world to just stick with my original query since it's not like it takes hours, and I'll only be running it weekly. I just wanted to make sure there wasn't some other solution that wasn't just cleaner but was also faster.

  • Logic keeps crashing. Where can I find ProKit 7.0.1?

    Hi
    Yesterday I downloaded a trial of Celemony Melodyne. I was using it as a plug in in Logic 9.1.6. It worked fine for an hour or two, then started crashing. I've got 6 instances of it running (probably too many, but I don't think that's the problem).
    It crashed a few times when trying to save, and now it crashes every time I press play.
    I've tried installing a new version of ProKit, as suggested in another forum. The one I downloaded was ProKit 7.0. The forum said that 7.0 wan't stable and that I should update it to 7.0.1. I've googled for half an hour trying to find it and I can't.
    I haven't yet tried putting the project on a different external hard drive, which was also suggested, or starting a new project using Melodyne, as I have the feeling that it's a ProKit issue that's the problem.
    Here's a crash report:
    Process:         Logic Pro [419]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier:      com.apple.logic.pro
    Version:         9.1.6 (1700.43)
    Build Info:      Logic-17004300~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [117]
    Date/Time:       2012-01-07 12:50:35.900 +0000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          466549 sec
    Crashes Since Last Report:           18
    Per-App Interval Since Last Report:  106478 sec
    Per-App Crashes Since Last Report:   10
    Anonymous UUID:                      9A779F74-4D5B-4BFA-A2B8-537107CEE303
    Exception Type:  EXC_BAD_ACCESS (SIGABRT)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x97253c5a __kill + 10
    1   libSystem.B.dylib                       0x97253c4c kill$UNIX2003 + 32
    2   libSystem.B.dylib                       0x972e65a5 raise + 26
    3   libSystem.B.dylib                       0x972fc679 __abort + 124
    4   libSystem.B.dylib                       0x972fc6f5 abort_report_np + 0
    5   com.apple.logic.pro                     0x003e3b59 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3831609
    6   libSystem.B.dylib                       0x9725905b _sigtramp + 43
    7   ???                                     0x0000000a 0 + 10
    8   com.celemony.melodyne.au                0x580d1082 zError + 3240962
    9   com.celemony.melodyne.au                0x580defc5 zError + 3298117
    10  com.celemony.melodyne.au                0x5817dd15 zError + 3948693
    11  com.celemony.melodyne.au                0x58104a19 zError + 3452313
    12  com.celemony.melodyne.au                0x580e93c6 zError + 3340102
    13  com.celemony.melodyne.au                0x586ca366 zError + 9504486
    14  com.celemony.melodyne.au                0x57c2ba7e 0x57c20000 + 47742
    15  com.celemony.melodyne.au                0x57c2be9c 0x57c20000 + 48796
    16  com.celemony.melodyne.au                0x57c2e444 0x57c20000 + 58436
    17  com.celemony.melodyne.au                0x57c2f78b GNAudioUnitWrapperEntry + 1211
    18  ...ple.CoreServices.CarbonCore          0x902d051f CallComponentDispatch + 29
    19  ...apple.audio.units.AudioUnit          0x99ab25d2 AudioUnitRender + 67
    20  com.apple.logic.pro                     0x0058feec std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5585612
    21  ...le.music.apps.MAAudioEngine          0x02cad7d7 MD::PluginProcess(MDProcInfo*, MDPlug*, float const*, long, long, long, eProcessLevel) + 4007
    22  ...le.music.apps.MAAudioEngine          0x02cae954 MD::StreamProcessing(eProcessLevel, long, long, long) + 2036
    23  ...le.music.apps.MAAudioEngine          0x02cb1a94 MD::Process(eProcessLevel) + 1044
    24  ...le.music.apps.MAAudioEngine          0x02cb4db5 MD::PrimeProcess() + 1205
    25  ...le.music.apps.MAAudioEngine          0x02cc0aa7 MD::PrepareForStart(long) + 1639
    26  ...le.music.apps.MAAudioEngine          0x02cca8d9 GetCoreAudioDriverAudioDeviceID(int, int) + 3337
    27  com.apple.logic.pro                     0x000b5875 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 496725
    28  com.apple.logic.pro                     0x0011e71d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 926461
    29  com.apple.logic.pro                     0x008d92b0 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 9031312
    30  com.apple.logic.pro                     0x008dfdf0 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 9058768
    31  com.apple.logic.pro                     0x00408f7c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3984220
    32  com.apple.logic.pro                     0x004091c6 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3984806
    33  com.apple.logic.pro                     0x00409334 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3985172
    34  com.apple.logic.pro                     0x00409874 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3986516
    35  com.apple.logic.pro                     0x0040a197 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3988855
    36  com.apple.logic.pro                     0x0040a620 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3990016
    37  com.apple.logic.pro                     0x006224d8 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6185144
    38  com.apple.logic.pro                     0x006c4320 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6848256
    39  com.apple.logic.pro                     0x006c44f9 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6848729
    40  com.apple.AppKit                        0x910f4a58 -[NSWindow sendEvent:] + 5549
    41  com.apple.prokit                        0x0100ba40 -[NSProWindow sendEvent:] + 264
    42  com.apple.logic.pro                     0x007c4a33 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7898643
    43  com.apple.AppKit                        0x9100d60b -[NSApplication sendEvent:] + 6431
    44  com.apple.prokit                        0x00fe6090 -[NSProApplication sendEvent:] + 1901
    45  com.apple.logic.pro                     0x0061187d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6116445
    46  com.apple.logic.pro                     0x00616321 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6135553
    47  com.apple.logic.pro                     0x006118af std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6116495
    48  com.apple.AppKit                        0x90fa1253 -[NSApplication run] + 917
    49  com.apple.prokit                        0x00fe6446 NSProApplicationMain + 326
    50  com.apple.logic.pro                     0x0002bb85 DummyConnection::DummyConnection() + 193
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x97219382 kevent + 10
    1   libSystem.B.dylib                       0x97219a9c _dispatch_mgr_invoke + 215
    2   libSystem.B.dylib                       0x97218f59 _dispatch_queue_invoke + 163
    3   libSystem.B.dylib                       0x97218cfe _dispatch_worker_thread2 + 240
    4   libSystem.B.dylib                       0x97218781 _pthread_wqthread + 390
    5   libSystem.B.dylib                       0x972185c6 start_wqthread + 30
    Thread 2:
    0   libSystem.B.dylib                       0x971f2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x971f3267 mach_msg + 68
    2   com.apple.CoreFoundation                0x948792df __CFRunLoopRun + 2079
    3   com.apple.CoreFoundation                0x948783c4 CFRunLoopRunSpecific + 452
    4   com.apple.CoreFoundation                0x948781f1 CFRunLoopRunInMode + 97
    5   com.apple.Foundation                    0x98832224 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6   com.apple.Foundation                    0x987f94c4 -[NSThread main] + 45
    7   com.apple.Foundation                    0x987f9474 __NSThread__main__ + 1499
    8   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    9   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 3:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x97211ac6 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x948b8c53 __CFSocketManager + 1091
    2   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    3   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 4:
    0   libSystem.B.dylib                       0x97220aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9722075e _pthread_cond_wait + 1191
    2   libSystem.B.dylib                       0x972223f8 pthread_cond_wait$UNIX2003 + 73
    3   ...le.music.apps.MAAudioEngine          0x02cd1b29 MDFileIOThread_IsBusy + 3593
    4   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    5   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 5:
    0   libSystem.B.dylib                       0x971f2afa mach_msg_trap + 10
    1   libSystem.B.dylib                       0x971f3267 mach_msg + 68
    2   com.apple.audio.midi.CoreMIDI           0x013c30c1 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3   com.apple.audio.midi.CoreMIDI           0x013e197a MIDIProcess::RunMIDIInThread() + 150
    4   com.apple.audio.midi.CoreMIDI           0x013c42d9 XThread::RunHelper(void*) + 17
    5   com.apple.audio.midi.CoreMIDI           0x013c3ca6 CAPThread::Entry(CAPThread*) + 96
    6   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    7   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 6:
    0   libSystem.B.dylib                       0x971f2b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x972206e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9724f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x902afb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x902af8ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x902d3b8b TimerThread + 97
    6   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    7   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 7:
    0   libSystem.B.dylib                       0x971f2b5a semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x972206e1 _pthread_cond_wait + 1066
    2   libSystem.B.dylib                       0x9724f5a8 pthread_cond_timedwait_relative_np + 47
    3   ...ple.CoreServices.CarbonCore          0x902afb90 TSWaitOnConditionTimedRelative + 242
    4   ...ple.CoreServices.CarbonCore          0x902af8ce TSWaitOnSemaphoreCommon + 511
    5   ...ple.CoreServices.CarbonCore          0x90343092 DeferredTaskThread + 84
    6   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    7   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 8:
    0   libSystem.B.dylib                       0x97218412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x972189a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x972185c6 start_wqthread + 30
    Thread 9:
    0   libSystem.B.dylib                       0x97218412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x972189a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x972185c6 start_wqthread + 30
    Thread 10:
    0   libSystem.B.dylib                       0x97218412 __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x972189a8 _pthread_wqthread + 941
    2   libSystem.B.dylib                       0x972185c6 start_wqthread + 30
    Thread 11:
    0   libSystem.B.dylib                       0x97220aa2 __semwait_signal + 10
    1   libSystem.B.dylib                       0x9724c9c5 nanosleep$UNIX2003 + 188
    2   libSystem.B.dylib                       0x9724c903 usleep$UNIX2003 + 61
    3   com.apple.AppKit                        0x91148e2d -[NSUIHeartBeat _heartBeatThread:] + 2039
    4   com.apple.Foundation                    0x987f94c4 -[NSThread main] + 45
    5   com.apple.Foundation                    0x987f9474 __NSThread__main__ + 1499
    6   libSystem.B.dylib                       0x97220259 _pthread_start + 345
    7   libSystem.B.dylib                       0x972200de thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x972fc609  ecx: 0xbfffb8ec  edx: 0x97253c5a
      edi: 0x00cb7efc  esi: 0x4774bbc0  ebp: 0xbfffb908  esp: 0xbfffb8ec
       ss: 0x00000023  efl: 0x00000286  eip: 0x97253c5a   cs: 0x0000000b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x0052c000
    Binary Images:
        0x1000 -   0xbe3ffb  com.apple.logic.pro 9.1.6 (1700.43) <B1E26E57-5B4C-4FE2-4FEA-B72167321749> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
      0xe8d000 -   0xeabfef  com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
      0xeba000 -   0xeedfe7  com.apple.music.apps.MAAudioUnitSupport 9.1.6 (232.95) <46C8FA58-950A-A9DF-F522-3074AB34D34C> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
      0xf02000 -   0xf33ff3  com.apple.musicaudiodataservices 1.1 (250.78) <0C7147A5-C89A-8433-DCBD-99F6C2A0C889> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
      0xf47000 -   0xfa5ff3  com.apple.music.apps.MALoopManagement 9.1.6 (218.80) <2A628103-5A16-5EFB-00B1-74A1B3F2A436> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
      0xfc2000 -  0x11fafff  com.apple.prokit 7.0 (1331) <B3DAD7D3-5D87-CBA6-D4C7-74E96928BA77> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1302000 -  0x137dfff  com.apple.music.apps.MACore 9.1.6 (477.18) <23232BE8-F63F-01A4-008C-8AF0B2BB9941> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x13b3000 -  0x13ffffb  com.apple.audio.midi.CoreMIDI 1.7.1 (42) <813D30E5-440C-27AA-5791-9263E9B30007> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x1424000 -  0x147afe3  com.apple.music.apps.MAHarmony 9.1.6 (198.80) <80C2ECD2-2E10-1790-A22C-1E080FF5254E> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x1496000 -  0x18afff7  com.apple.music.apps.MAPlugInGUI 9.1.6 (423.92) <F5D50EDA-A0CD-80D3-19F5-D9DF065053C1> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1bbe000 -  0x1ca0ff7  com.apple.music.apps.OMF 9.1.6 (108.79) <ED3407F7-21F0-32A3-D520-781977A4CC8D> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1cb7000 -  0x2307fef  com.apple.music.apps.MADSP 9.1.6 (588.58) <F7526C1F-3252-E5EA-567D-F94CE8B31718> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2a52000 -  0x2a73ff7  com.apple.music.apps.LogicFileBrowser 9.1.6 (1700.43) <0CFBB9EE-12B1-0F2E-57CB-26C63AF54E94> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2a81000 -  0x2afaff7  com.apple.music.apps.LogicLoopBrowser 9.1.6 (1700.43) <8342A29C-2E2E-DB5C-981D-97DBACBA3698> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x2b20000 -  0x2b41ff7  com.apple.music.apps.MAApogeeSupport 9.1.6 (311.80) <726A9E5E-2E03-B60C-673C-1C66944D6AF0> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2b4a000 -  0x2b4fff7  com.apple.music.apps.MAResources 9.1.6 (211.81) <04BB5DC3-0661-0DDA-B496-D07C41706A14> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2b53000 -  0x2b7cfe3  com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <8D4AA22A-D5E6-588D-7528-6BE4028C8F85> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2b8d000 -  0x2b9dff7  com.apple.AERegistration 1.2 (401) <09312188-9C9E-E1A8-0F53-B8F34AA7F76A> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2bb1000 -  0x2bbdff3  com.apple.music.apps.MAUnitTest 9.1.6 (95.80) <34641697-F9CB-C93F-6584-9D355C5338E0> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2bc7000 -  0x2c7eff3  com.apple.music.apps.MAFiles 9.1.6 (143.95) <EE653EBC-8AD7-12F4-5614-71B3AAC7826E> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2c9e000 -  0x2d14fe3  com.apple.music.apps.MAAudioEngine 9.1.6 (158.18) <039C3621-221B-DED5-9EFC-5963B7A32728> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2d84000 -  0x2d8fff7  com.apple.music.apps.MAToolKit 9.1.6 (357.84) <A46086A4-54A5-7F33-4AC6-3679FCC5651F> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2d95000 -  0x2da9ff7  com.apple.music.apps.MAVideo 9.1.6 (11.85) <C418D913-E486-4996-46A3-55C8E49E6811> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2dbf000 -  0x2e74fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <78B6EEB6-50D9-4479-D1A5-B4C381A07E4D> /usr/lib/libcrypto.0.9.7.dylib
    0x2eba000 -  0x2efaff7  com.apple.vmutils 4.2 (106) <92BB4844-304C-C7AB-1F9B-686537C56099> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2f13000 -  0x2fafffc  com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x3700000 -  0x3735ff7  com.apple.prokit.SnowLeopardPanels 7.0 (1331) <BB481932-46DC-8FB1-97CB-67C484A6CBF2> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x37d5000 -  0x37e2ff7  com.apple.iokit.IOHIDLib 1.6.6 (1.6.6) <665A3308-8C50-655A-ED3F-49AF695A408E> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x19fa2000 - 0x19fa6ff3  com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <E9CB576C-283B-1DB2-0C69-E7C914BD7922> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19fab000 - 0x19fb1ff7  com.apple.audio.AppleHDAHALPlugIn 2.0.8 (2.0.8f3) <EA52F230-DCA1-316F-B0FE-2D098533B978> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19fdd000 - 0x19fe5ff7  com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1a5d2000 - 0x1a5f6fe7  GLRendererFloat ??? (???) <AD081A9B-1424-1F17-3C68-9803EBA37E8D> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1a7c4000 - 0x1a7c6ff3  com.apple.music.apps.anvil.resources 9.1.6 (279.78) <7AF78982-F047-F161-9555-84AB92D8FEE7> /Applications/Logic Pro.app/Contents/PlugIns/anvil.res/Contents/MacOS/anvil
    0x1a7cb000 - 0x1a7cdff3  com.apple.music.apps.common.resources 9.1.6 (279.78) <12E469E7-22D3-5FDA-6B42-2092F46B45F7> /Applications/Logic Pro.app/Contents/PlugIns/common.res/Contents/MacOS/common
    0x1a7d2000 - 0x1a7d4ff3  com.apple.music.apps.ebp.resources 9.1.6 (279.78) <AB14E128-64FD-6B26-898C-BE9AB54CF7A3> /Applications/Logic Pro.app/Contents/PlugIns/ebp.res/Contents/MacOS/ebp
    0x1a7d9000 - 0x1a7dbff3  com.apple.music.apps.efx.resources 9.1.6 (279.78) <550345F9-CF1C-56F2-CD5A-A55D9F9ED64D> /Applications/Logic Pro.app/Contents/PlugIns/efx.res/Contents/MacOS/efx
    0x1a7e0000 - 0x1a7e2ff3  com.apple.music.apps.egt.resources 9.1.6 (279.78) <C6270881-7F48-B8FD-7964-90AD22D3E127> /Applications/Logic Pro.app/Contents/PlugIns/egt.res/Contents/MacOS/egt
    0x1a7e7000 - 0x1a7e9ff3  com.apple.music.apps.emx.resources 9.1.6 (279.78) <C4F60BBC-29E9-0A23-2CAA-0D5CFECCFFB5> /Applications/Logic Pro.app/Contents/PlugIns/emx.res/Contents/MacOS/emx
    0x1a7ee000 - 0x1a7f0ff3  com.apple.music.apps.es1.resources 9.1.6 (279.78) <A4BACEA8-127B-2A22-6B7C-1ED3A62DDC42> /Applications/Logic Pro.app/Contents/PlugIns/es1.res/Contents/MacOS/es1
    0x1a7f5000 - 0x1a7f7ff3  com.apple.music.apps.es2.resources 9.1.6 (279.78) <E4EB40A0-D39C-6B00-FE2D-C85744976B36> /Applications/Logic Pro.app/Contents/PlugIns/es2.res/Contents/MacOS/es2
    0x437dd000 - 0x437dfff3  com.apple.music.apps.esp.resources 9.1.6 (279.78) <339540FF-E2B2-DA48-6DE1-476464E00672> /Applications/Logic Pro.app/Contents/PlugIns/esp.res/Contents/MacOS/esp
    0x437e4000 - 0x437e6ff3  com.apple.music.apps.evb3.resources 9.1.6 (279.78) <6AA7BF8F-BD18-386A-C2FA-2E8B76674996> /Applications/Logic Pro.app/Contents/PlugIns/evb3.res/Contents/MacOS/evb3
    0x437eb000 - 0x437edff3  com.apple.music.apps.evd6.resources 9.1.6 (279.78) <94B96EE7-2C3B-B21C-1EC0-C5103078C72A> /Applications/Logic Pro.app/Contents/PlugIns/evd6.res/Contents/MacOS/evd6
    0x437f2000 - 0x437f4ff3  com.apple.music.apps.evoc.resources 9.1.6 (279.78) <FCD7B3FE-21B1-D962-55AE-EB6F9AF9057D> /Applications/Logic Pro.app/Contents/PlugIns/evoc.res/Contents/MacOS/evoc
    0x437f9000 - 0x437fbff3  com.apple.music.apps.evp88.resources 9.1.6 (279.78) <CE9F639D-058B-2B19-C3CD-E79ADBDE9DB8> /Applications/Logic Pro.app/Contents/PlugIns/evp88.res/Contents/MacOS/evp88
    0x43dae000 - 0x43db0ff3  com.apple.music.apps.exs24.resources 9.1.6 (279.78) <25729878-53DF-256B-1B33-0B7D87FE1847> /Applications/Logic Pro.app/Contents/PlugIns/exs24.res/Contents/MacOS/exs24
    0x43db5000 - 0x43db7ff3  com.apple.music.apps.guitaramp.resources 9.1.6 (279.78) <5E6F0A77-3DE4-C07D-AE92-8B879528F449> /Applications/Logic Pro.app/Contents/PlugIns/guitaramp.res/Contents/MacOS/guitaramp
    0x43dbc000 - 0x43dbeff3  com.apple.music.apps.guitarcontrols.resources 9.1.6 (279.78) <D0A12412-5C62-5B97-984A-A484F4351A9B> /Applications/Logic Pro.app/Contents/PlugIns/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x43dc3000 - 0x43dc5ff3  com.apple.music.apps.mutapdel.resources 9.1.6 (279.78) <4144C8A4-08A8-F877-2A10-4962064BBA50> /Applications/Logic Pro.app/Contents/PlugIns/mutapdel.res/Contents/MacOS/mutapdel
    0x43dca000 - 0x43dccff3  com.apple.music.apps.pedalboard.resources 9.1.6 (279.78) <9B259935-F582-A5E4-6335-2D462EB25BB8> /Applications/Logic Pro.app/Contents/PlugIns/pedalboard.res/Contents/MacOS/pedalboard
    0x43dd1000 - 0x43dd3ff3  com.apple.music.apps.revolver.resources 9.1.6 (279.78) <F18D2824-CD18-061A-10F9-51E211AAABB4> /Applications/Logic Pro.app/Contents/PlugIns/revolver.res/Contents/MacOS/revolver
    0x43dd8000 - 0x43ddaff3  com.apple.music.apps.sphere.resources 9.1.6 (279.78) <EB4791D9-EC9B-4B89-141F-270D0CF04757> /Applications/Logic Pro.app/Contents/PlugIns/sphere.res/Contents/MacOS/sphere
    0x45a4e000 - 0x45bc7ff7  GLEngine ??? (???) <64C74F67-44B5-7DEF-CCA6-C8A9FF9BB60A> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x45bf9000 - 0x45fd6fff  com.apple.ATIRadeonX3000GLDriver 1.6.42 (6.4.2) <019C8FD3-2824-C6F1-0FC3-B2A339B4309D> /System/Library/Extensions/ATIRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRade onX3000GLDriver
    0x46006000 - 0x46af7fef  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <58113970-F545-BE49-767D-8B51602A96CC> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
    0x4cfee000 - 0x4d075ffb +se.propellerheads.rewire.library 1.8.1 build 124 (1.8.1) <79A1E240-4153-9288-475D-697D84C94343> /Library/Application Support/Propellerhead Software/ReWire/ReWire.bundle/Contents/MacOS/ReWire
    0x4dc14000 - 0x4dc2eff7  com.apple.OpenTransport 10.6.0 (10.6.0) <9571BE66-BDE4-7499-FF79-C3D63D3776E2> /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    0x4dc3e000 - 0x4dc51ff7 +com.novation.automapclientbundle 1.0 (1.0) <B23D6065-D0FF-2A76-89B8-232A7BB64434> /Applications/AutomapServer.app/Contents/Resources/AutomapClient.bundle/Content s/MacOS/AutomapClient
    0x4e8fe000 - 0x4e909ff7  com.apple.DVCPROHDVideoOutput 1.3.2 (1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x4eb23000 - 0x4eb88fe0  com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x4eba2000 - 0x4ebe3fe3  com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <B5A19093-651A-6980-288B-0E1044D7ED5F> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x4ebea000 - 0x4ec26fe3  com.apple.QuickTimeFireWireDV.component 7.6.6 (1787) <D20581EB-375E-4266-24B7-CBF062B819E6> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x4ec32000 - 0x4eceffe2  com.apple.DesktopVideoOut 1.2.7 (1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x4ed0e000 - 0x4ed18ff7  com.apple.IOFWDVComponents 1.9.9 (1.9.9) <F4C1967D-E7E3-CF1E-12DB-184B7AA68C93> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x57c20000 - 0x58d28ffb +com.celemony.melodyne.au 2.0.1 (011) <97E15957-F439-0523-4EED-B1C498C31307> /Library/Audio/Plug-Ins/Components/Melodyne.component/Contents/MacOS/Melodyne
    0x8fe00000 - 0x8fe4163b  dyld 132.1 (???) <67866EA0-11AD-E175-066C-48E996265855> /usr/lib/dyld
    0x90003000 - 0x90130ffb  com.apple.MediaToolbox 0.484.60 (484.60) <A7FE2739-64A7-40EB-A6E7-69FBCE3C87D4> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x90131000 - 0x901aeff7  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <459C8983-EAC4-7067-3355-5299D111D339> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x901af000 - 0x90268fe7  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <03186216-0A12-4AA9-D7BA-3E3551A1195C> /usr/lib/libsqlite3.dylib
    0x90269000 - 0x90589ff3  com.apple.CoreServices.CarbonCore 861.39 (861.39) <5C59805C-AF39-9010-B8B5-D673C9C38538> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9058a000 - 0x90596ff7  libkxld.dylib ??? (???) <9A441C48-2D18-E716-5F38-CBEAE6A0BB3E> /usr/lib/system/libkxld.dylib
    0x905e1000 - 0x905e1ff7  com.apple.CoreServices 44 (44) <B9461120-F72A-D28F-D0CF-5647958BD3F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x905e2000 - 0x907a4feb  com.apple.ImageIO.framework 3.0.4 (3.0.4) <027F55DF-7E4E-2310-1536-3F470CB8847B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x907a5000 - 0x907dfff7  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <6875335E-0993-0D77-4E80-41763A8477CF> /usr/lib/libcups.2.dylib
    0x907e0000 - 0x90829fe7  libTIFF.dylib ??? (???) <579DC328-567D-A74C-4BCE-1D1C729E3F6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9082a000 - 0x9087aff7  com.apple.framework.familycontrols 2.0.2 (2020) <9062C95B-EE1C-977C-9D74-EF96CE888160> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x908c4000 - 0x908e4fe7  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <584B2B30-DC65-6930-F59F-C49FD5604B67> /usr/lib/libresolv.9.dylib
    0x908e5000 - 0x90967ffb  SecurityFoundation ??? (???) <6BDC767F-230D-3FE7-6174-10A329E241FA> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90968000 - 0x9097cffb  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <9F5CE4F7-D05C-8C14-4B76-E43D07A8A680> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90985000 - 0x909d2feb  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <70E88670-86AC-8B94-2EED-4D945DC6398F> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x909da000 - 0x90b17fe7  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <2D31CC6F-32CC-72FF-34EC-AB40CEE496A7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x90b18000 - 0x90b55ff7  com.apple.CoreMedia 0.484.60 (484.60) <8FAB137D-682C-6DEC-5A15-F0029A5B226F> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x90b56000 - 0x90b61ff7  libGL.dylib ??? (???) <3E34468F-E9A7-8EFB-FF66-5204BD5B4E21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90b62000 - 0x90b66ff7  libGIF.dylib ??? (???) <2123645B-AC89-C4E2-8757-85834CAE3DD2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90b67000 - 0x90b8fff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <315D97C2-4E1F-A95F-A759-4A3FA5639E75> /usr/lib/libxslt.1.dylib
    0x90b90000 - 0x90c0bfff  com.apple.AppleVAFramework 4.10.27 (4.10.27) <BFD2D1CA-535C-F16F-0EB5-04905ABD65CF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x90c0c000 - 0x90c20fe7  libbsm.0.dylib ??? (???) <B328FA0A-899C-4FC4-F2AC-2FDC08819CD2> /usr/lib/libbsm.0.dylib
    0x90d8c000 - 0x90f0efe7  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <D5980817-6D19-9636-51C3-E82BAE26776B> /usr/lib/libicucore.A.dylib
    0x90f97000 - 0x9187aff7  com.apple.AppKit 6.6.8 (1038.36) <A353465E-CFC9-CB75-949D-786F6F7732F6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9187b000 - 0x9187eff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <4D766435-EB76-C384-0127-1D20ACD74076> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9187f000 - 0x91980fe7  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <E1A44C67-FA6C-0188-F46F-EA14CEE557BB> /usr/lib/libxml2.2.dylib
    0x91981000 - 0x919a7ffb  com.apple.DictionaryServices 1.1.2 (1.1.2) <5A8D5D84-06EB-F9B5-BA0A-A87A0A2C0035> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x919a8000 - 0x919c7fe3  libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <7236668D-1D61-0ED8-9F22-35DBBF661175> /usr/lib/libexpat.1.dylib
    0x919c8000 - 0x919e0ff7  com.apple.CFOpenDirectory 10.6 (10.6) <F11D1CCA-0921-0BBA-C0D3-95BF21483E95> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x91a51000 - 0x91aeefe3  com.apple.LaunchServices 362.3 (362.3) <15B47388-16C8-97DA-EEBB-1709E136169E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x91aef000 - 0x91b32ff7  libGLU.dylib ??? (???) <FB26DD53-03F4-A7D7-8804-EBC5B3B37FA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91b33000 - 0x91b66ff7  com.apple.AE 496.5 (496.5) <BF9673D5-2419-7120-26A3-83D264C75222> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x91b67000 - 0x91babff3  com.apple.coreui 2 (114) <1A3C3B7F-3837-6477-3114-47F6BFD56CB2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x91bac000 - 0x91be9ff7  com.apple.SystemConfiguration 1.10.9 (1.10.2) <5C0F72C2-177E-675A-8677-9BC4205B4A98> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91bfd000 - 0x91c5aff7  com.apple.framework.IOKit 2.0 (???) <482CF2CC-DF02-2B5B-2133-18F5EA0052A8> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91c5b000 - 0x91d38fe3  com.apple.DiscRecording 5.0.9 (5090.4.2) <92C85A16-5C80-9F35-13BE-2B312956AA9A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x91d4f000 - 0x9220aff7  com.apple.VideoToolbox 0.484.60 (484.60) <B53299EC-E30F-EC04-779D-29B7113CC14A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92216000 - 0x92322ff7  libGLProgrammability.dylib ??? (???) <04D7E5C3-B0C3-054B-DF49-3B333DCDEE22> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92323000 - 0x9233ffe3  com.apple.openscripting 1.3.1 (???) <0E6B81D1-C1BD-1B5F-836F-256E6701B5DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92340000 - 0x92346fe7  com.apple.CommerceCore 1.0 (9.1) <521D067B-3BDA-D04E-E1FA-CFA526C87EB5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x92347000 - 0x92354fe7  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <10941589-34FC-3BB5-FB7E-2B2F1F14A8AD> /usr/lib/libbz2.1.0.dylib
    0x9240c000 - 0x9240cff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4-3BDF-6FFD-6239-B023CA1F7974> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9240d000 - 0x9245dff7  com.apple.Symbolication 1.1 (67) <FF4A09A2-DFA7-95C6-4589-9724CA141478> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x9245e000 - 0x924d5ff3  com.apple.backup.framework 1.2.2 (1.2.2) <EAD97F26-D3B1-F618-A84C-CF689860C2AF> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x924d6000 - 0x924d9ffb  com.apple.help 1.3.2 (41.1) <8AC20B01-4A3B-94BA-D8AF-E39034B97D8C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x924da000 - 0x9256cfe7  com.apple.print.framework.PrintCore 6.3 (312.7) <EE9ED7BE-7D97-B759-C063-1E4B7DBD3775> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9257b000 - 0x925c1ff7  libauto.dylib ??? (???) <7CB1AB76-50A2-8E56-66E4-CF51CA75B177> /usr/lib/libauto.dylib
    0x925c2000 - 0x925f2ff7  com.apple.MeshKit 1.1 (49.2) <464BD81C-9970-FBF5-507F-3EEBD020A967> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x92694000 - 0x92697fe7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x92698000 - 0x927befe7  com.apple.WebKit 6534.52 (6534.52.7) <A2FC4307-01BE-DC9E-82FE-68B13F3839A9> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x927bf000 - 0x927c9fe7  com.apple.audio.SoundManager 3.9.3 (3.9.3) <DE0E0EF6-8190-3F65-6BDD-5AC9D8A025D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x927ca000 - 0x928aafe7  com.apple.vImage 4.1 (4.1) <AEF800AE-65DA-5E79-5B01-165AF51BAAF6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x928ab000 - 0x928aeff7  libCoreVMClient.dylib ??? (???) <F58BDFC1-7408-53C8-0B08-48BA2F25CA43> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x928af000 - 0x928baff7  com.apple.CrashReporterSupport 10.6.7 (258) <8F3E7415-1FFF-0C20-2EAB-6A23B9728728> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x928c2000 - 0x9299cfff  com.apple.DesktopServices 1.5.11 (1.5.11) <800F2040-9211-81A7-B438-7712BF51DEE3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9299d000 - 0x929acfe7  libxar.1.dylib ??? (???) <15DDB72D-884B-B642-7E37-440DCF182ABB> /usr/lib/libxar.1.dylib
    0x929ad000 - 0x92a17fe7  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x92a18000 - 0x92a1fff7  com.apple.agl 3.0.12 (AGL-3.0.12) <231D9711-5F98-219F-1769-13BE6A850FC8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x92a3e000 - 0x92a40ff7  com.apple.securityhi 4.0 (36638) <BF4D0F7F-4FAE-602A-6CCA-37733F59BA49> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92a41000 - 0x92aedfe7  com.apple.CFNetwork 454.12.4 (454.12.4) <DEDCD006-389F-967F-3405-EDF541F406D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x92aee000 - 0x92b12ff7  libJPEG.dylib ??? (???) <EA97DEC5-6E16-B51C-BF55-F6E8D23526AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x92b13000 - 0x92b18ff7  com.apple.OpenDirectory 10.6 (10.6) <48487E27-1AC5-8F8D-9A7D-AA41866A9BFF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x92b43000 - 0x92d21feb  libType1Scaler.dylib ??? (???) <59FE1036-1BC2-1A8E-F7C6-E0CC15A4D6D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x92d2c000 - 0x92d2cff7  com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92d58000 - 0x92d5aff7  libRadiance.dylib ??? (???) <5920EB69-8D7F-5EFD-70AD-590FCB5C9E6C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93062000 - 0x93851557  com.apple.CoreGraphics 1.545.0 (???) <1D9DC7A5-228B-42CB-7018-66F42C3A9BB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93852000 - 0x93862ff7  com.apple.DSObjCWrappers.Framework 10.6 (134) <95DC4010-ECC4-3A75-5DEE-11BB2AE895EE> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93863000 - 0x938bbfe7  com.apple.datadetectorscore 2.0 (80.7) <159193AF-4A9C-4D66-3412-382227F0C946> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x938bc000 - 0x938fcff3  com.apple.securityinterface 4.0.1 (40418) <A57E6534-6731-864D-114C-78BF958F6F4D> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x938fd000 - 0x9395efe7  com.apple.CoreText 151.10 (???) <5C2DEFBE-D54B-4DC7-D456-9ED02880BE98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x93981000 - 0x9398aff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <AAE0185D-4A47-1833-27A3-03FDF734A3BA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9398b000 - 0x93992ff3  com.apple.print.framework.Print 6.1 (237.1) <726A7F31-8C27-8403-0016-71E022EDC14C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93995000 - 0x939a3ff7  com.apple.opengl 1.6.13 (1.6.13) <025A905D-C1A3-B24A-1585-37C328D77148> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x939a4000 - 0x93d0fff7  com.apple.QuartzCore 1.6.3 (227.37) <E323A5CC-499E-CA9E-9BC3-537231449CAA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93d10000 - 0x93d31fe7  com.apple.opencl 12.3.6 (12.3.6) <6BD7A385-02BC-AAC9-D654-93BD1805EA23> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93d32000 - 0x93f14fff  com.apple.imageKit 2.0.3 (1.0) <6E557757-26F7-7941-8AE7-046EC1871F50> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93f15000 - 0x93f19ff7  libGFXShared.dylib ??? (???) <801B2C2C-1692-475A-BAD6-99F85B6E7C25> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93f4f000 - 0x93f5cff7  com.apple.NetFS 3.2.2 (3.2.2) <12E7F3CD-F898-0FF6-A5DC-A70A8EF6B0E8> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x93f5d000 - 0x93fa2ff7  com.apple.ImageCaptureCore 1.1 (1.1) <F54F284F-0B81-0AFA-CE47-FF797A6E05B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x93fca000 - 0x9400cff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <1AE34B00-8A62-1E51-935F-BB3F0E4BE50F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9400d000 - 0x9414fff7  com.apple.syncservices 5.2 (578.3) <B3FD8C83-1CFB-553E-ADD5-F69674797321> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94150000 - 0x94252fef  com.apple.MeshKitIO 1.1 (49.2) <EC52D0C5-5291-441D-F137-8E4DD60F0E25> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x94253000 - 0x944b8feb  com.apple.security 6.1.2 (55002) <7F00A51B-F22A-0EBC-A321-923472D686BD> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x945cb000 - 0x94621ff7  com.apple.MeshKitRuntime 1.1 (49.2) <4B41E225-69AC-6EFA-190E-DC6A4BD8109E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x94622000 - 0x94633ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <B59157A1-8796-CE8F-2508-EB96F093F6A7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94634000 - 0x9483bfeb  com.apple.AddressBook.framework 5.0.4 (883) <70961C7A-5E80-089E-76D0-EE03B64322A8> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9483c000 - 0x949b7fe7  com.apple.CoreFoundation 6.6.6 (550.44) <F88C95CD-1264-782D-A1F5-204739847E93> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94a62000 - 0x94afdfe7  com.apple.ApplicationServices.ATS 275.19 (???) <9FA31967-CF14-B033-EB8D-570561D12A13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94afe000 - 0x94b96fe7  edu.mit.Kerberos 6.5.11 (6.5.11) <49579559-BD62-A988-81DD-7E87D6A82C11> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94b97000 - 0x94c99fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <015563C4-81E2-8C8A-82AC-31B38D904A42> /usr/lib/libcrypto.0.9.8.dylib
    0x94c9a000 - 0x94fbefef  com.apple.HIToolbox 1.6.5 (???) <F21289A3-A00E-0BC3-66F1-7557862CE7EB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95015000 - 0x95016ff7  com.apple.TrustEvaluationAgent 1.1 (1) <06484720-AB50-6FD9-B5BF-05F5A640C9E5> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x95017000 - 0x95022ff7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <287DECA3-7821-32B6-724D-AE03A9A350F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x95023000 - 0x9526dfef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <AF71FCC7-B8BF-2DA6-C538-6B7C47F95B2D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9526e000 - 0x9527eff7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <E276514D-394B-2FDD-6264-07A444AA6A4E> /usr/lib/libsasl2.2.dylib
    0x9527f000 - 0x961d4ffb  com.apple.QuickTimeComponents.component 7.6.6 (1787) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96244000 - 0x962befff  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <156A532C-0B60-55B0-EE27-D02B82AA6217> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x962c7000 - 0x96765ff7  com.apple.RawCamera.bundle 3.9.0 (584) <5CC4C59B-5ECF-9767-2BB1-493AB505F433> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x967b8000 - 0x967c0ff7  com.apple.DisplayServicesFW 2.3.5 (290) <016AD044-6046-D328-F6B5-85D55B839D28> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x967c1000 - 0x967dcff7  libPng.dylib ??? (???) <25DF2360-BFD3-0165-51AC-0BDAF7899DEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x967ee000 - 0x9682fff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <80998F66-0AD7-AD12-B9AF-3E8D2CE6DE05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x96ed1000 - 0x96ed1ff7  liblangid.dylib ??? (???) <FCC37057-CDD7-2AF1-21AF-52A06C4048FF> /usr/lib/liblangid.dylib
    0x96ed2000 - 0x96f8afeb  libFontParser.dylib ??? (???) <D57D3834-9395-FD58-092A-49B3708E8C89> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x97168000 - 0x971abff7  com.apple.NavigationServices 3.5.4 (182) <FE19D51B-233A-69EC-9E36-B89D0EA438C1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x971ac000 - 0x971acff7  com.apple.ApplicationServices 38 (38) <EAF1BC8C-4FD4-4300-B8F7-4B24E49125E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x971ad000 - 0x971f1fe7  com.apple.Metadata 10.6.3 (507.15) <460BEF23-B89F-6F4C-4940-45556C0671B5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x971f2000 - 0x97399ff7  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    0x97508000 - 0x97515ff7  com.apple.AppleFSCompression 24.4 (1.0) <739F78AC-733D-9A0A-0915-CF06DD7D7D75> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x97516000 - 0x97596feb  com.apple.SearchKit 1.3.0 (1.3.0) <7AE32A31-2B8E-E271-C03A-7A0F7BAFC85C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x97742000 - 0x97870fe7  com.apple.CoreData 102.1 (251) <0C2636F3-CCB4-5ED9-1D3E-5AE36BE57071> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x97871000 - 0x97871ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x97872000 - 0x97880fe7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <E1B922F4-23DC-467E-631F-7E1B9C9F51CB> /usr/lib/libz.1.dylib
    0x97881000 - 0x978b4fff  libTrueTypeScaler.dylib ??? (???) <0F04DAC3-829A-FA1B-E9D0-1E9505713C5C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x978b5000 - 0x9861dfe7  com.apple.WebCore 6534.52 (6534.52.11) <28DB69F5-ACE5-2A67-4DC1-39EED479B56B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9861e000 - 0x9864fff7  libGLImage.dylib ??? (???) <0EE86397-A867-0BBA-E5B1-B800E43FC5CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98650000 - 0x9865affb  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <90C38107-AEE7-AE55-5C51-28D129B19BCD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9865b000 - 0x986a2ffb  com.apple.CoreMediaIOServices 142.0 (1497) <8F7F6CD1-A531-8A6D-77BE-7FD392A7FD32> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x98754000 - 0x987a7ff7  com.apple.HIServices 1.8.3 (???) <1D3C4587-6318-C339-BD0F-1988F246BE2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x987a8000 - 0x987e2fe7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C62A7753-99A2-6782-92E7-6628A6190A90> /usr/lib/libssl.0.9.8.dylib
    0x987e3000 - 0x98a54fef  com.apple.Foundation 6.6.8 (751.63) <69B3441C-B196-F2AD-07F8-D8DD24E4CD8C> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x98a55000 - 0x98c80ff3  com.apple.QuartzComposer 4.2 ({156.30}) <2C88F8C3-7181-6B1D-B278-E0EE3F33A2AF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98cae000 - 0x99329ff7  com.apple.CoreAUC 6.11.03 (6.11.03) <42B31B0F-18F9-29D2-A67C-7B81A47F6D67> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9932a000 - 0x99399ff7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <B3DEACA1-9375-CF8F-0898-AA2C5F8159DC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9939a000 - 0x997cfff7  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <4D2F47EF-BD32-1E3C-6A0A-438896ADE2BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x997d0000 - 0x9987dfe7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <9F8413A6-736D-37D9-8EB3-7986D4699957> /usr/lib/libobjc.A.dylib
    0x9989d000 - 0x9994bff3  com.apple.ink.framework 1.3.3 (107) <E215794C-F3E9-C067-8882-9054796DDA8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x9994c000 - 0x99984ff7  com.apple.LDAPFramework 2.0 (120.1) <FDBA63D6-E765-407A-AD1F-858116AECE8C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x99985000 - 0x99987fe7  com.apple.ExceptionHandling 1.5 (10) <03218275-EBEC-39AA-895A-BA72A5FDBB7A> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x99988000 - 0x999e2fe7  com.apple.CorePDF 1.4 (1.4) <78A1DDE1-1609-223C-A532-D282DC5E0CD0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x999e3000 - 0x999e4ff7  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <1DD14B2E-E466-1A45-5CF7-947766F0ECD9> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x999e5000 - 0x99ab0fef  com.apple.CoreServices.OSServices 359.2 (359.2) <7C16D9C8-6F41-5754-17F7-2659D9DD9579> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x99ab1000 - 0x99ab2ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <838E1760-F7D9-3239-B3A8-20E25EFD1379> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x99ab3000 - 0x99b6ffff  com.apple.ColorSync 4.6.6 (4.6.6) <7CD8B191-039A-02C3-EA5E-4194EC59995B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x99b70000 - 0x99babfe7  com.apple.DebugSymbols 1.1 (70) <84F54FE1-A0E8-9A5B-DC47-21999D6F5EF5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x99bac000 - 0x99bc1fff  com.apple.ImageCapture 6.1 (6.1) <B909459A-EAC9-A7C8-F2A9-CD757CDB59E8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x99bc2000 - 0x99bc6ff7  IOSurface ??? (???) <8C403D51-2644-EBD6-A636-19F8ADEB0A09> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x99c3b000 - 0x99c3bff7  com.apple.Cocoa 6.6 (???) <5A785062-1ABB-2A54-BAAC-8FEF95275E05> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x99c3c000 - 0x99c3cff7  com.apple.Carbon 150 (152) <00542B48-EE9B-39E6-F67D-06CEF503519F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x99c3d000 - 0x99f37fef  com.apple.QuickTime 7.6.6 (1787) <AC48EAD9-7201-7CE6-C826-41B12963FECF> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x99f38000 - 0x9a07bfef  com.apple.QTKit 7.7 (1787) <3B47A1A0-7AB5-C1C9-42DE-5993D1012D47> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x9a07c000 - 0x9a14dfe3  ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <1C3E1CEF-6E88-4EAF-8A6E-4EC4C5642DDB> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9a24b000 - 0x9a2affff  com.apple.htmlrendering 72 (1.1.4) <0D22B190-513B-7FF6-39FC-9D336285DE08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9a2b0000 - 0x9a2ebfeb  libFontRegistry.dylib ??? (???) <AD45365E-A3EA-62B8-A288-1E13DBA22B1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x9a2ec000 - 0x9a360fef  com.apple.CoreSymbolication 2.0 (23) <D9B42341-A0B6-A1C7-29FF-3B18F82ECBA1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x9a361000 - 0x9a367fff  com.apple.CommonPanels 1.2.4 (91) <CE92759E-865E-8A3B-1488-ECD497E4074D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9a4d9000 - 0x9a4d9ff7  com.apple.quartzframework 1.5 (1.5) <7DD4EBF1-60C4-9329-08EF-6E59731D9430> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9a4da000 - 0x9a4ecff7  com.apple.MultitouchSupport.framework 207.11 (207.11) <6FF4F2D6-B8CD-AE13-56CB-17437EE5B741> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9a4ed000 - 0x9a595ffb  com.apple.QD 3.36 (???) <5A93B258-3853-636F-DB26-223642DA2779> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9a596000 - 0x9a5d4ff7  com.apple.QuickLookFramework 2.3 (327.6) <FCA83173-6DBF-615C-699A-529A7FD821ED> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9a5d5000 - 0x9a5fcff7  com.apple.quartzfilters 1.6.0 (1.6.0) <F45520B0-6B27-CD57-54B1-203FE32120DA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9a5fd000 - 0x9a636fe7  com.apple.bom 10.0 (164) <3BD198F4-56AD-EE1B-2EBD-C7E6868A0D3C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9a637000 - 0x9a6b0ff7  com.apple.PDFKit 2.5.1 (2.5.1) <4C374867-71B8-B202-ADDA-9985B4379470> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9a6e8000 - 0x9aafeff7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <9D89FCB3-24C9-8FCF-DB49-27B184AC3222> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x9ab12000 - 0x9ab31ff7  com.apple.CoreVideo 1.6.2 (45.6) <F9E52A13-E181-D302-3B0E-0799ED6D6130> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9ab32000 - 0x9aba0ff7  com.apple.QuickLookUIFramework 2.3 (327.6) <0A8CF0E7-9ED7-31F2-B6CC-7EE5A5F2EEC9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9aba1000 - 0x9abc3fef  com.apple.DirectoryService.Framework 3.6 (621.11) <E71F5EA4-A5C4-EDE7-EF52-69135D7DD798> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0xffff0000 - 0xffff1fff  libSystem.B.dylib ??? (???) <2DCD13E3-1BD1-6F25-119A-3863A3848B90> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,2, BootROM MBP81.0047.B24, 4 processors, Intel Core i7, 2.2 GHz, 8 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 698.64 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-

    Hi
    Looks to me like an iffy Melodyne plug? I'd remove it and see if the problem goes away (It'll likely be in Library:Audio:Plugins:Components)
    Perhaps these will help:
    http://support.apple.com/kb/TS3966
    http://support.apple.com/downloads/#ProKit
    CCT

  • Getting the logical system from where RFC is being called

    Hi All,
    How can we get the logical system name from where RFC is being called?
    Regards,
    Akshay

    Hi Akshay,
    If your company follows the SAP recommendations on naming [logical systems|http://help.sap.com/SAPHELP_NW70/helpdata/EN/da/5990df015b5b43a36f6ce7fa1ee8c0/content.htm] <b>&lt;SystemID&gt;"CLNT"&lt;Client&gt;</b> then you should get away with a simple call to RFC_GET_ATTRIBUTES (and even if they don't, the function module might possibly provide other clues required to build the logical system name).
    There might be other ways, but I'm kind of suspecting that the logical system name of the calling system might not be part of the communication data (like other readily available data as IP address etc.). So if this solution doesn't work, it might be helpful to understand how the naming conventions for logical systems used by your company.
    Cheers, harald

  • After upgrading to Logic Pro X, I can't find access to my Virus Snow TI hardware synthesizer.  Where should I be looking?

    Things seem to be harder to locate in Logic Pro X.  I cannot find where or how to access my Virus Snow TI synthesizer within Logic Pro X.  Can anyone tell me where to look or how to do this?  Thanks in advance!

    The Virus has its own OS X compatible operating system and sound sets, as well as drivers and firmware updates.  Under previous versions of Logic Pro, you could select it and it would open a Virus TI screen that hovered over Logic Pro main screen, where you could select sounds leads, pads, etc from that screen.  I believe the actual sounds reside in Virus hardware memory.  Yes, I have recently installed the latest Mavericks compatible Virus updates.

  • Why we create Logical filename what is the significance.

    Hi Friends,
           What is the use of Logical file name. Where we use it.
    Thanks&Regards,
    Naren.

    importance of LOGICAL FILE :
    lets say we are in development server and the application files are in /int/<b>D01</b>/...../temp/file1
    to read the file FILE1 above ,we have to give total path(we call it as PHYSICAL PATH) to the OPEN DATASET statement.
    lets say we are working in the production server and the same file may be in different location. to read the file,again USER has to give the total path.then only OPEN DATASET can find the file.
    /int/<b>P01</b>/...../temp
    if we use LOGICAL PATH,
    we are creating a logical path for a particular physical path.
    lets say
    zlog_path : /int/<b>D01</b>/...../temp/
    we will create ZLOG_PATH as logical path and assign the value to that as above(the physical path).
    lets say in production,
    we will create the SAME LOGICAL PATH NAME but the physical path name will differ
    zlog_path : /int/<b>P01</b>/...../temp/
    the advantage here is,
    user will give only the logical path and file name on the screen. he dont give the full physical path where ever he executes his report either in development or in Production.
    we create a logical path using FILE transaction.
    Re: logical path
    check this link.
    Regards
    srikanth
    Message was edited by: Srikanth Kidambi

  • Report using logical data base

    Hello friends,
    please give me a sample report program using logical database with explanation where logical databse used and how it works?

    See the program given below, it uses logical database PNP.
    DESCRIPTION : TO GENERATE SIMPLE REPORT USING HR ABAP
                   LOGICAl DATABASE- PNP .
    REPORT Zdemop_HR_prog_1
    LINE-SIZE 200 .
    *Database Table
    TABLES: PERNR,           " Pernr structure for Logical database
           PA0001,           " Actions
           PA0002.           " Personnel Info
    *Infotypes
    INFOTYPES: 0001,         " Actions
               0002.         " personnel info
    *Variable Declaration
    DATA: FORM_NAM LIKE P0001-ENAME,
          V_AGE(5) TYPE C,       "variable for calculating age in days
          V_CTR1 TYPE I VALUE 0, "counter
          V_CTR2 TYPE I VALUE 0, "counter
          VAR(5) TYPE C ,        " variable to store btrtl
          VAR1(5) TYPE C  .      " variable to store werks
    *Internal Table Decalartion
    DATA: BEGIN OF I_TAB1 OCCURS 0,
           WERKS LIKE PA0001-WERKS,  "personnel area
           BTRTL LIKE PA0001-BTRTL,  "personnel sub area
           PERNR LIKE PA0001-PERNR,  "employee number
           ENAME LIKE PA0001-ENAME,  "employee name
           BEGDA LIKE PA0002-BEGDA,  "employee join date
           PERSG LIKE PA0001-PERSG,  "employee group
           PERSK LIKE PA0001-PERSK,  "employee sub-group
           PLANS LIKE PA0001-PLANS,  "position
           GBDAT LIKE P0002-GBDAT,   "date of birth
         END OF I_TAB1.
    *START-OF-SELECTION
    START-OF-SELECTION .
    GET PERNR .                    
      RP-PROVIDE-FROM-LAST P0001 SPACE PN-BEGDA PN-ENDDA .   " Macro for IFT-0001
      RP-PROVIDE-FROM-LAST P0002 SPACE PN-BEGDA PN-ENDDA .   " Macro for IFT-0002
    **--> Populate internal table
      MOVE P0001-WERKS TO I_TAB1-WERKS .
      MOVE P0001-BTRTL TO I_TAB1-BTRTL .
      MOVE P0001-PERNR TO I_TAB1-PERNR .
      MOVE P0001-ENAME TO I_TAB1-ENAME .
      MOVE P0002-BEGDA TO I_TAB1-BEGDA .
      MOVE P0001-PERSG TO I_TAB1-PERSG .
      MOVE P0001-PERSK TO I_TAB1-PERSK .
      MOVE P0001-PLANS TO I_TAB1-PLANS .
      MOVE P0002-GBDAT TO I_TAB1-GBDAT .
    **--> Append data to internal table
      APPEND I_TAB1 .
      CLEAR I_TAB1 .                                       " Clear header I_TAB1
    *END-OF-SELECTION
    END-OF-SELECTION.
    *****sorting the internal table on Personnel Area & Personnel Sub-Area
      SORT I_TAB1 BY WERKS BTRTL.
    *TOP_OF_PAGE
      PERFORM TOP_OF_PAGE.
    *Output Display
      LOOP AT I_TAB1.
    *for calculating the age in days
        V_AGE = SY-DATUM - I_TAB1-GBDAT.
    *control break on Personal Sub Area
        AT NEW BTRTL .
          IF SY-TABIX NE 1.
            FORMAT COLOR COL_NORMAL ON.
            WRITE:/5 'Total Number of Employees for personnel Sub-Area:',
            VAR  , 'is ',
            V_CTR1.
            CLEAR V_CTR1.
            FORMAT COLOR OFF.
          ENDIF.
        ENDAT .
    **Control Break on personnel Area
        AT NEW WERKS.
          IF SY-TABIX NE 1.
            FORMAT COLOR COL_TOTAL ON.
            WRITE:/5 'Total Number of Employees for Personal Area: ',
             VAR1 ,'is    ', V_CTR2. "color col_total.
            CLEAR V_CTR2.
            SKIP 1.
            FORMAT COLOR OFF.
          ENDIF.
        ENDAT .
        WRITE:/5 I_TAB1-PERNR,   "personnel number
              16 I_TAB1-ENAME,   "emp name
              47 I_TAB1-BEGDA,   "join date
              60  V_AGE,         "age in days
              74  I_TAB1-WERKS,  "P area
              84  I_TAB1-BTRTL,  "P sub Area
              94  I_TAB1-PERSG,  "emp group
              104  I_TAB1-PERSK, "emp sub group
              114  I_TAB1-PLANS. "position
        V_CTR1 = V_CTR1 + 1.
        V_CTR2 = V_CTR2 + 1.
        VAR = I_TAB1-BTRTL .
        VAR1 = I_TAB1-WERKS .
      ENDLOOP.
    *&      Form  top_of_page
          Header Output
    FORM TOP_OF_PAGE.
      FORMAT COLOR COL_HEADING ON.
      WRITE:/5 'Employee',
            16 'Employee',
            47 'Join Date',
            62 'Age',
            74 'Personal',
            84 'Personal',
            94 'Employee',
            104 'Employee',
            114 'Position ',
          /5 'Number',
          16 'Name',
          60 '(In Days)',
          74 'Area',
          84 'Sub-Area',
          94 'Group',
          104 'Sub-Group'.
      FORMAT COLOR OFF.
      SKIP 1.
    ENDFORM.                    " top_of_page
    Regards,
    Joy.

  • Logic crashes when trying to load a project

    When I try to load a project i Logic 9.1 I get the error report below. I've tried to delete all logic preference files, but that does not help. I've tried reinstalling Project without success. I've tried both with my external Audio-IF (Focusrite PRO 24) and with only the internal one.
    I then tried opening the project from a different user on the same machine with the same Logic installation, and then it worked!!!
    There must be some configuration file unique for the user that causses Logic to crash, but where do I find it?
    Process: Logic Pro [18403]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.1.0 (1697.23)
    Build Info: Logic-16972300~1
    Code Type: X86 (Native)
    Parent Process: launchd [178]
    Date/Time: 2010-02-08 22:10:55.561 +0100
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 479086 sec
    Crashes Since Last Report: 14
    Per-App Interval Since Last Report: 132015 sec
    Per-App Crashes Since Last Report: 9
    Anonymous UUID: AD8CC3D5-07E6-43CE-B0AF-006813256C4D
    Exception Type: EXCBADACCESS (SIGABRT)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x914a2732 __kill + 10
    1 libSystem.B.dylib 0x914a2724 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x9153598d raise + 26
    3 libSystem.B.dylib 0x9154b9d9 __abort + 124
    4 libSystem.B.dylib 0x9154ba55 abortreportnp + 0
    5 com.apple.logic.pro 0x00402689 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3963097
    6 libSystem.B.dylib 0x914a79bb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    8 ...ple.CoreServices.CarbonCore 0x988f0b06 CallComponentDispatch + 29
    9 ...ple.CoreServices.CarbonCore 0x988f0ae7 CallComponentOpen + 43
    10 ...ple.CoreServices.CarbonCore 0x988eedd0 OpenAComponent + 433
    11 com.apple.logic.pro 0x005b210b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5731163
    12 ...le.music.apps.MAAudioEngine 0x02ba6e23 MD::NewPlug(CPlugIn**, short, long, long, long) + 387
    13 com.apple.logic.pro 0x00142bdd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1080877
    14 com.apple.logic.pro 0x0005954d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 124829
    15 com.apple.logic.pro 0x0005ce22 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 139378
    16 com.apple.logic.pro 0x0005df6b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 143803
    17 com.apple.logic.pro 0x0006080c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 154204
    18 com.apple.logic.pro 0x000530ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 99069
    19 com.apple.logic.pro 0x008ae00f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8860255
    20 com.apple.logic.pro 0x00031efe DummyConnection::DummyConnection() + 30874
    21 com.apple.logic.pro 0x001f4435 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1808005
    22 com.apple.logic.pro 0x002a43be std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2528782
    23 com.apple.logic.pro 0x00631b55 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6253989
    24 com.apple.logic.pro 0x0060e41b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6108779
    25 com.apple.logic.pro 0x0061052c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6117244
    26 com.apple.AppKit 0x90dd7ac0 -[NSDocument readFromURL:ofType:error:] + 743
    27 com.apple.logic.pro 0x0060f76f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6113727
    28 com.apple.AppKit 0x90cc4955 -[NSDocument initWithContentsOfURL:ofType:error:] + 311
    29 com.apple.AppKit 0x90cc44f9 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 383
    30 com.apple.logic.pro 0x0070b90a std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7146330
    31 com.apple.AppKit 0x90cc42b1 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 886
    32 com.apple.logic.pro 0x0062e97f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6241231
    33 com.apple.Foundation 0x900731c7 nsnotecallback + 176
    34 com.apple.CoreFoundation 0x9642b9a9 __CFXNotificationPost + 905
    35 com.apple.CoreFoundation 0x9642b3da _CFXNotificationPostNotification + 186
    36 com.apple.Foundation 0x90068094 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    37 com.apple.Foundation 0x90075471 -[NSNotificationCenter postNotificationName:object:] + 56
    38 com.apple.AppKit 0x90aa973a -[NSApplication _postDidFinishNotification] + 125
    39 com.apple.AppKit 0x90aa964a -[NSApplication _sendFinishLaunchingNotification] + 74
    40 com.apple.AppKit 0x90c00595 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    41 com.apple.AppKit 0x90c001b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    42 com.apple.Foundation 0x900a8404 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    43 com.apple.Foundation 0x900a81c8 _NSAppleEventManagerGenericHandler + 228
    44 com.apple.AE 0x906c9f3a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    45 com.apple.AE 0x906c9e39 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    46 com.apple.AE 0x906c9d46 aeProcessAppleEvent + 197
    47 com.apple.HIToolbox 0x93f832a1 AEProcessAppleEvent + 50
    48 com.apple.AppKit 0x90a79d02 _DPSNextEvent + 1420
    49 com.apple.AppKit 0x90a79306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    50 com.apple.AppKit 0x90a3b49f -[NSApplication run] + 821
    51 com.apple.prokit 0x00fc5a01 NSProApplicationMain + 326
    52 com.apple.logic.pro 0x0002a729 DummyConnection::DummyConnection() + 197
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x914680ea kevent + 10
    1 libSystem.B.dylib 0x91468804 dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x91467cc3 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x91467a68 dispatch_workerthread2 + 234
    4 libSystem.B.dylib 0x914674f1 pthreadwqthread + 390
    5 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9640d77f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9640c864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x964127a4 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x38f92507 AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 285
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.CoreFoundation 0x9640d77f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9640c864 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x964127a4 CFRunLoopRun + 84
    5 com.apple.XSKey 0x02c60436 EmagicKeyDevice_WatcherThread(void*) + 344
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x91460856 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9644cddd __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    3 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 6:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9146f5b1 pthread_condwait + 1430
    2 libSystem.B.dylib 0x91471158 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x02baf5d2 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 17138
    4 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    5 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x914418da machmsgtrap + 10
    1 libSystem.B.dylib 0x91442047 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x012daf31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x012f98fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x012dc149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x012dbb16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9144193a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9146f445 pthread_condwait + 1066
    2 libSystem.B.dylib 0x9149e028 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x988d0235 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x988cff73 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x988f416b TimerThread + 97
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 10:
    0 libSystem.B.dylib 0x91467182 _workqkernreturn + 10
    1 libSystem.B.dylib 0x91467718 pthreadwqthread + 941
    2 libSystem.B.dylib 0x91467336 start_wqthread + 30
    Thread 11:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9149b441 nanosleep$UNIX2003 + 188
    2 libSystem.B.dylib 0x9149b37f usleep$UNIX2003 + 61
    3 com.apple.AppKit 0x90be31ed -[NSUIHeartBeat _heartBeatThread:] + 2039
    4 com.apple.Foundation 0x900738d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x90073888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9146f806 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9149b441 nanosleep$UNIX2003 + 188
    2 com.apple.Foundation 0x900fdbe8 +[NSThread sleepForTimeInterval:] + 123
    3 com.apple.logic.pro 0x0088ee40 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8732816
    4 com.apple.Foundation 0x900738d8 -[NSThread main] + 45
    5 com.apple.Foundation 0x90073888 _NSThread__main_ + 1499
    6 libSystem.B.dylib 0x9146efbd pthreadstart + 345
    7 libSystem.B.dylib 0x9146ee42 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9154b969 ecx: 0xbfffd6bc edx: 0x914a2732
    edi: 0x00cc5f5c esi: 0x3c04dd80 ebp: 0xbfffd6d8 esp: 0xbfffd6bc
    ss: 0x0000001f efl: 0x00000286 eip: 0x914a2732 cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0xffe2ab9c
    Binary Images:
    0x1000 - 0xbeefe7 com.apple.logic.pro 9.1.0 (1697.23) <85DA0AD5-C835-CE1A-D767-B8D43A42B404> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xe9e000 - 0xecfff7 com.apple.music.apps.MAAudioUnitSupport 9.1.0 (231.17) <6C9B6C40-B84D-7949-A4AD-5E47A8840BA6> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xee3000 - 0xf14ffb +MAAssetSharing ??? (???) <AF9CDECB-E278-D954-CF3A-6D54B2079842> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0xf28000 - 0xf86fff com.apple.music.apps.MALoopManagement 9.1.0 (218.10) <4AE7C1E4-0D25-4BBB-1CF2-F1278D8E0005> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0xfa3000 - 0x1156feb com.apple.prokit 5.0.1 (906) <B5BA53AD-9CB2-8C6B-09D7-A71FEC4C2FEE> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1215000 - 0x1293fef com.apple.music.apps.MACore 9.1.0 (475.14) <58DBBD0B-587E-3706-9F8F-C5F074776C0A> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x12cb000 - 0x1317fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x133c000 - 0x1392fe3 com.apple.music.apps.MAHarmony 9.1.0 (198.10) <77BC4A58-0F43-12D2-30C8-F5AEC9FBF921> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x13ae000 - 0x17c5fe3 com.apple.music.apps.MAPlugInGUI 9.1.0 (423.12) <1FE3558C-42F7-12B8-7C0A-C200BAA7B34B> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x1ad3000 - 0x1bb5ff7 com.apple.music.apps.OMF 9.1.0 (108.8) <2D4CCD5D-577B-15AE-9E8D-3733D8FA6CA1> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x1bcb000 - 0x21edffb com.apple.music.apps.MADSP 9.1.0 (586.16) <F95323D4-B955-58AE-650C-48A93ED782A2> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x2923000 - 0x2944ff7 com.apple.music.apps.LogicFileBrowser 9.1.0 (1697.23) <E30D9732-7FBB-3A50-C4EE-6026865BA597> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x2952000 - 0x29cbff7 com.apple.music.apps.LogicLoopBrowser 9.1.0 (1697.23) <C26C2E7E-40F4-CE07-AEA8-F22AE75C6F22> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x29f1000 - 0x2a12ff7 com.apple.music.apps.MAApogeeSupport 9.1.0 (311.10) <9702526B-218E-713A-8EA0-44AD9B33A042> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x2a1b000 - 0x2a20ff7 com.apple.music.apps.MAResources 9.1.0 (211.7) <8E722402-C439-81FF-7D5E-213A7857FA9E> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x2a24000 - 0x2a4dfef com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <C5992CBA-0496-9681-A7CA-A932F2BC1CB9> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x2a5e000 - 0x2a66ff7 com.apple.AEProfiling 1.2 (23) <CCCF1C02-C733-DC62-BF59-1611240046C2> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x2a6f000 - 0x2a7fff7 com.apple.AERegistration 1.2 (77) <AFF6797E-19F9-B119-D37C-013F0351BDCA> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x2a93000 - 0x2a9fff3 com.apple.music.apps.MAUnitTest 9.1.0 (95.10) <B8C2C5A7-E6C4-90C8-9623-72B78D24B7B4> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x2aa9000 - 0x2b5fff7 com.apple.music.apps.MAFiles 9.1.0 (143.13) <F52A81C6-21BB-BFF1-9977-18D2353083EF> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x2b7f000 - 0x2bf1ffb com.apple.music.apps.MAAudioEngine 9.1.0 (156.18) <F2ADA6C4-4D7B-5773-5E1F-7B997928B3A2> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x2c40000 - 0x2c4bff7 com.apple.music.apps.MAToolKit 9.1.0 (357.10) <0FD31DC2-CDA0-9FCD-0908-1ECD97197841> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x2c51000 - 0x2c6ffef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x2c7e000 - 0x2c91fff com.apple.music.apps.MAVideo 9.1.0 (11.14) <63320C00-1CBF-5036-0622-0379097BB967> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x2ca1000 - 0x2ce1ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x2cfa000 - 0x2d96ffc com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x2df3000 - 0x2ea8fe7 libcrypto.0.9.7.dylib ??? (???) <39CDB041-9DF5-01B1-4B33-03EC4CCA40B3> /usr/lib/libcrypto.0.9.7.dylib
    0x2fb7000 - 0x2fe5ff7 com.apple.prokit.SnowLeopardPanels 5.0.1 (906) <200EE10C-484D-A71C-ADFF-4DCC8411C31D> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0x3582000 - 0x358fff7 com.apple.iokit.IOHIDLib 1.6.1 (1.6.1) <6402BAEB-0141-9AD9-54D0-E49203DAF1EC> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x359e000 - 0x359eff0 +com.google.GearsEnabler ??? (1.0) <C5B680AD-0957-59FD-B95F-A79C89E04678> /Library/InputManagers/GearsEnabler/GearsEnabler.bundle/Contents/MacOS/GearsEna bler
    0x3681000 - 0x3685ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <C36F9194-6DB6-0AA8-4839-71191EEBAC65> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x368a000 - 0x3690ffb com.apple.audio.AppleHDAHALPlugIn 1.7.9 (1.7.9a4) <A686EC36-C3D5-131F-46D2-F174F5477C77> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x3695000 - 0x36e7fc3 com.apple.DVCPROHDAudio 1.2 (1.2) /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x3770000 - 0x3777ff7 com.apple.proapps.mrcheckpro 1.4 (385) <963824DD-2E90-6639-0AAE-3F11EE70118E> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x37d3000 - 0x37d6fff com.apple.LiveType.component 2.1.2 (2.1.2) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x37db000 - 0x37deff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x37f5000 - 0x37f7ff3 com.apple.music.apps.anvil.resources 9.1.0 (279.7) <4D63C4E3-B330-B671-1B95-85A44C8F3489> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x38b78000 - 0x38bddffe com.apple.LiveType.framework 2.1.2 (2.1.2) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x38bfd000 - 0x38c52fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x38c80000 - 0x38e74ff3 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 51) (1.2) <A284E8AC-F1A5-B7BC-F0FA-0177D2B3A44E> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x38f81000 - 0x38fc8fef com.apple.DVCPROHDMuxer 1.2 (1.2) /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x39cd7000 - 0x39e48ff7 GLEngine ??? (???) <D336658A-F6DB-6D61-9CA6-04299E7D5420> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x39e79000 - 0x3a0b5fef com.apple.ATIRadeonX1000GLDriver 1.6.6 (6.0.6) <E0A5525E-5037-2D4A-0879-2FB8F865FBC2> /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0x3a0d8000 - 0x3a0f4ff7 GLRendererFloat ??? (???) <8FF7B576-512C-C2F8-4C0C-967FB3D9EEA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x3a0fc000 - 0x3a104ff7 com.apple.iokit.IOUSBLib 3.8.4 (3.8.4) <7DD8A031-640B-BA5C-FE32-0302F5ADF376> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x3a10f000 - 0x3a111ff3 com.apple.music.apps.common.resources 9.1.0 (279.7) <CC1C9305-A18A-23FC-C8BE-42710949BA2D> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x3a1f7000 - 0x3a1f9ff3 com.apple.music.apps.ebp.resources 9.1.0 (279.7) <2467C67F-AB24-3C4D-319D-DE59780F85CB> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x3a6e9000 - 0x3a6ebff3 com.apple.music.apps.efx.resources 9.1.0 (279.7) <015D962D-6F7E-B261-EBF0-573EBBAF76B3> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x3a6f0000 - 0x3a6f2ff3 com.apple.music.apps.egt.resources 9.1.0 (279.7) <D6ABBDAC-A071-CBC8-C9BD-91EA21E91425> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x3a6f7000 - 0x3a6f9ff3 com.apple.music.apps.emx.resources 9.1.0 (279.7) <0CF5959B-45A1-36BF-BD17-FCC958C110BC> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x3b0cd000 - 0x3b0cfff3 com.apple.music.apps.es1.resources 9.1.0 (279.7) <3A4AF377-25E7-DEFD-8B9A-DA9F5180A59B> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x3b0d4000 - 0x3b0d6ff3 com.apple.music.apps.es2.resources 9.1.0 (279.7) <DC6F8762-E00B-CE6F-2659-75730699D56B> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x3b0db000 - 0x3b0ddff3 com.apple.music.apps.esp.resources 9.1.0 (279.7) <43B0216C-1C45-81A4-D6E9-623B3D1A8369> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x3b0e2000 - 0x3b0e4ff3 com.apple.music.apps.evb3.resources 9.1.0 (279.7) <2237C5A8-922E-9C2A-FFEA-F72A8D402B7A> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x3b0e9000 - 0x3b0ebff3 com.apple.music.apps.evd6.resources 9.1.0 (279.7) <4758F8E2-E278-78FA-736E-F85EBC91972F> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x3b0f0000 - 0x3b0f2ff3 com.apple.music.apps.evoc.resources 9.1.0 (279.7) <107DC69E-8514-E5C9-874F-0255A13FE360> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x3b0f7000 - 0x3b0f9ff3 com.apple.music.apps.evp88.resources 9.1.0 (279.7) <31B9CB48-C64B-E823-8AC5-B2180034092D> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x3b0fe000 - 0x3b100ff3 com.apple.music.apps.exs24.resources 9.1.0 (279.7) <1AB030B3-D505-F558-5C32-E10121997E58> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x3b105000 - 0x3b107ff3 com.apple.music.apps.guitaramp.resources 9.1.0 (279.7) <48680FCD-09F0-2D4F-7A6B-961EB86869D1> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x3b10c000 - 0x3b10eff3 com.apple.music.apps.guitarcontrols.resources 9.1.0 (279.7) <929292A4-C515-1D08-7799-61C83B81790D> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x3b113000 - 0x3b115ff3 com.apple.music.apps.mutapdel.resources 9.1.0 (279.7) <C280DBEC-EFA0-B35D-DBCA-13B37174804B> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x3b11a000 - 0x3b11cff3 com.apple.music.apps.pedalboard.resources 9.1.0 (279.7) <FDE39F48-8495-2F32-44B5-2AD1E64CCEF1> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x3b121000 - 0x3b123ff3 com.apple.music.apps.revolver.resources 9.1.0 (279.7) <99C8BCA7-3D94-74BD-8FC4-963D4367CE88> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x3b128000 - 0x3b12aff3 com.apple.music.apps.sphere.resources 9.1.0 (279.7) <EFB59A69-D43A-7983-E65B-2DFDEBEBA4AA> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x407f6000 - 0x407fbfe7 com.apple.DesktopVideoOut 1.2.4 (1.2.4) /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x410e7000 - 0x410f1fff com.apple.DVCPROHDVideoOutput 1.2 (1.2) /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x44f10000 - 0x44f51fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x44f58000 - 0x44f94fe3 com.apple.QuickTimeFireWireDV.component 7.6.3 (1591.3) <55A49215-3C98-20A3-02EC-FDBAD3D1A69B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x44fa0000 - 0x44faaff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x45dea000 - 0x45df7ff7 +net.telestream.license 1.0.3.4 (1.0.3.4) <B79F271F-8FC4-427F-58F3-9E22D5002130> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x465fc000 - 0x465fcff7 libmx.A.dylib ??? (???) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0x46ebc000 - 0x46f08ff4 +com.focusrite.FFPlugSuite 1.0.2 (1.0.2) <A38E62D1-CB50-7E0E-649E-2DF769F40F9C> /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    0x46f9c000 - 0x471b9ff8 +org.perian.Perian 1.1.1 (1.1.1) <C8596DFB-96DC-68C9-3C5E-33A205276E99> /Users/andersosterberg/Library/QuickTime/Perian.component/Contents/MacOS/Perian
    0x473cd000 - 0x475befd2 +net.telestream.wmv.import 2.3.0.14 (2.3.0.14) <A01045FC-4804-4F90-B312-01DE7F90C587> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x475f4000 - 0x477b4ff2 +net.telestream.wmv.advanced 2.3.0.14 (2.3.0.14) <125E7162-2457-453D-9707-5902DEB4D32E> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x48800000 - 0x48855fef com.apple.AppleProResDecoder 2.0 (223) <793BA98A-2E7D-1C39-998D-805B60034DF4> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x4888d000 - 0x48906fef com.apple.AppleVAH264HW.component 2.0 (1.0) <377823AD-6C3A-F949-2F12-74B05AE475B1> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x489c8000 - 0x489e2fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x489e7000 - 0x489ecff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x489f2000 - 0x48a0bfe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x5519c000 - 0x55f71fcf +Reaktor5.MusicDevice.component 5.1.2.009 (5.1.2, Copyright © 2005 Native Instruments) /Library/Audio/Plug-Ins/Components/Reaktor5.component/Contents/MacOS/Reaktor5
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld
    0x90034000 - 0x9005cff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x9005d000 - 0x902cdffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x902ce000 - 0x902deff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x902df000 - 0x90403ff7 com.apple.CoreAUC 5.03.2 (5.03.2) <38C77DF1-6F98-4ABF-BE8F-ADA70E9C622D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x90404000 - 0x90404ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90405000 - 0x904b2fe7 libobjc.A.dylib ??? (???) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x905bb000 - 0x905bfff7 libGFXShared.dylib ??? (???) <79F4F60E-0A6D-CE9C-282E-FA85825449E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x90659000 - 0x9068eff7 libcups.2.dylib ??? (???) <AFDC4D3C-0FF4-D459-B26C-4BA1093F9142> /usr/lib/libcups.2.dylib
    0x906c6000 - 0x906f9ff7 com.apple.AE 496.1 (496.1) <1AC75AE2-AF94-2458-0B94-C3BB0115BA4B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x906fa000 - 0x907eefe7 libiconv.2.dylib ??? (???) <0C578460-3929-29DD-585A-DB1E0C977425> /usr/lib/libiconv.2.dylib
    0x907fa000 - 0x9085effb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9085f000 - 0x90874fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90889000 - 0x908a1ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x908a7000 - 0x90916ff7 libvMisc.dylib ??? (???) <59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x90917000 - 0x90947ff7 com.apple.MeshKit 1.0 (49.0) <435718C1-ED40-6BCC-F0D8-67FA05CFFF1E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x90948000 - 0x909caffb SecurityFoundation ??? (???) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x909d6000 - 0x90a1afe7 com.apple.Metadata 10.6.2 (507.4) <DBCBAE7D-7B34-7806-C0B9-1E6E6D45562F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90a31000 - 0x9130fff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91310000 - 0x91387fe3 com.apple.backup.framework 1.2 (1.2) <411D14B1-0E2D-25FF-F329-CE92C70DDEC3> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91388000 - 0x913f2fe7 libstdc++.6.dylib ??? (???) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x913f3000 - 0x91440feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x91441000 - 0x915e5feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x915e6000 - 0x91604ff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x91605000 - 0x9162bfff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x9162c000 - 0x9164efef com.apple.DirectoryService.Framework 3.6 (621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9164f000 - 0x9168afe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x9168b000 - 0x916ccff7 libRIP.A.dylib ??? (???) <9F0ECE75-1F03-60E4-E29C-136A27C13F2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x916cf000 - 0x916e0ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x916e9000 - 0x917b3fef com.apple.CoreServices.OSServices 352 (352) <D9F21CA4-EED0-705F-8F3C-F1322D114B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x917b4000 - 0x917b7ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91861000 - 0x91861ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91880000 - 0x919acfeb com.apple.audio.toolbox.AudioToolbox 1.6.2 (1.6.2) <9AAFDCBE-C68C-3BB3-8089-83CD2C0B4ED7> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919ad000 - 0x919fdfe7 libGLU.dylib ??? (???) <659ADCA2-10EC-59BD-1B0A-4928A965F1D1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91a20000 - 0x91a24ff7 IOSurface ??? (???) <C11D3FF3-EB51-A07D-EF24-9C2004115724> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x91a25000 - 0x91a25ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91a26000 - 0x91a2cfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x91a2d000 - 0x91a87fe7 com.apple.CorePDF 1.1 (1.1) <8ED0FB5F-D498-D012-DF09-DE5378D40D52> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x91cc6000 - 0x92c54ff7 com.apple.QuickTimeComponents.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92c55000 - 0x92c62ff7 libbz2.1.0.dylib ??? (???) <495732E1-2AC4-44FC-E633-4CBCC503B924> /usr/lib/libbz2.1.0.dylib
    0x92c63000 - 0x92e63feb com.apple.AddressBook.framework 5.0.1 (864) <878FE5D9-6C49-000F-D5D1-DF8054BFC0F0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x92e8f000 - 0x92eaffe7 libresolv.9.dylib ??? (???) <A48921CB-3FA7-3071-AF9C-2D86FB493A3A> /usr/lib/libresolv.9.dylib
    0x92eb0000 - 0x92ebdff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92ebe000 - 0x92fbffe7 libxml2.2.dylib ??? (???) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x92fc0000 - 0x932b9fef com.apple.QuickTime 7.6.3 (1591.3) <803CC5FD-2369-83B5-795D-A8963620EFAC> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x932ba000 - 0x932c6ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
    0x93336000 - 0x93378fe7 libvDSP.dylib ??? (???) <8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93379000 - 0x933f2ff7 com.apple.PDFKit 2.5 (2.5) <58603BDB-337F-FBE3-EB11-7C31CF261995> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x933f3000 - 0x9343cfe7 libTIFF.dylib ??? (???) <5864AE5B-EAEB-F8B6-18FB-3D27B7895A4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9349b000 - 0x934ebff7 com.apple.framework.familycontrols 2.0 (2.0) <E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x934ec000 - 0x9366efe7 libicucore.A.dylib ??? (???) <2B0182F3-F459-B452-CC34-46FE73ADE348> /usr/lib/libicucore.A.dylib
    0x9366f000 - 0x93765ff7 libGLProgrammability.dylib ??? (???) <82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x937a7000 - 0x93bbdff7 libBLAS.dylib ??? (???) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93bbe000 - 0x93c32fef com.apple.CoreSymbolication 2.1 (23.2) <D4339C60-617B-4D5E-A3B1-C8B0B22FAE09> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x93c33000 - 0x93c40ff7 com.apple.AppleFSCompression 1.0 (1.0) <DEF0B7B0-993B-F088-8F73-4318C3CA1F64> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x93c41000 - 0x93cc1feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93cc2000 - 0x93d53fe7 com.apple.print.framework.PrintCore 6.1 (312.3) <6D4322AF-703C-CC19-77B4-53E6D3BB18D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93d54000 - 0x93dc5ff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <C862CAE1-1906-CD45-7D66-F8798483BAA5> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x93e05000 - 0x93f46ff7 com.apple.syncservices 5.1 (578) <88BAF2E9-3A67-EEAB-2EBF-4F7D1D28B39E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x93f47000 - 0x9426afef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9426b000 - 0x942a4fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x942d7000 - 0x94345ff7 com.apple.QuickLookUIFramework 2.1 (327.3) <2F51D9CB-F827-E0AF-F201-5F4244C0D02A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x94355000 - 0x94367ff7 com.apple.MultitouchSupport.framework 204.9 (204.9) <B639F02B-33CC-150C-AE8C-1007EA7648F9> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x94368000 - 0x94369ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9436a000 - 0x94526fef com.apple.ImageIO.framework 3.0.1 (3.0.1) <598CF4F9-7542-E1A7-26D2-584933497A2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9456e000 - 0x9456eff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9456f000 - 0x9458aff7 libPng.dylib ??? (???) <3F8682CD-C05B-607D-96E7-767646C77DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9458b000 - 0x94a39fe7 com.apple.VideoToolbox 0.420.18 (420.18) <CB16BB7D-FBE2-A2AD-490A-18479A8321BA> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x94a3a000 - 0x94da1ff7 com.apple.QuartzCore 1.6.1 (227.8) <8B90AB08-46A4-1C5C-4E71-C6AB652477B9> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94da2000 - 0x94de0ff7 com.apple.QuickLookFramework 2.1 (327.3) <BAF90576-16DF-13E6-9756-31537076E843> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94de1000 - 0x94e19ff7 com.apple.LDAPFramework 2.0 (120.1) <681A0B2E-BCB2-D2BA-3D02-A4989E9C7686> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x94e1a000 - 0x94e70ff7 com.apple.MeshKitRuntime 1.0 (49.0) <BCB920E3-C567-3F37-D404-F518A256859E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x94e7e000 - 0x94facfe7 com.apple.CoreData 102.1 (250) <F33FF4A1-D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94fe0000 - 0x9501cfff com.apple.CoreMediaIOServices 124.0 (850) <5F9B1AA3-8BB3-4E8C-2A31-F8FD5EC3F28A> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9501d000 - 0x950f7ff3 com.apple.DesktopServices 1.5.3 (1.5.3) <DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x950f8000 - 0x951fcfe7 libcrypto.0.9.8.dylib ??? (???) <2E58547A-91CC-4C1A-9FCC-DA7515FDB68A> /usr/lib/libcrypto.0.9.8.dylib
    0x952ac000 - 0x952d3ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95616000 - 0x9561cff7 com.apple.DisplayServicesFW 2.2 (2.2) <72C790A9-F4D2-DA92-015B-4CAF478FC0C2> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9561d000 - 0x956d0fff libFontParser.dylib ??? (???) <FAD5E96D-CF93-CC86-6B30-A6594B930772> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x956d1000 - 0x95769fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9576a000 - 0x95823fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x95824000 - 0x95838fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95872000 - 0x958a9ff7 com.apple.CoreMedia 0.420.18 (420.18) <43747711-B334-B0C7-4971-15FA586DAFBF> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x958aa000 - 0x958acfe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x958c0000 - 0x958c2ff7 libRadiance.dylib ??? (???) <462903E2-2E77-FAE5-4ED6-829AAB1980A4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x958c3000 - 0x958c3ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x958c4000 - 0x959c6fef com.apple.MeshKitIO 1.0 (49.0) <E4436373-BF5D-9644-F8B7-B72762BEC08B> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x959c7000 - 0x95bf2ff3 com.apple.QuartzComposer 4.1 (156.10) <24293329-50D7-D12F-51B3-57976A4E52B1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95bf3000 - 0x95e55fe7 com.apple.security 6.1.1 (37594) <9AA7D9BF-852F-111F-68AD-65DD760D4DF3> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x95e56000 - 0x95f31ff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <CC86EBA6-5E48-32C0-77AE-81479DFF6D4A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x95f32000 - 0x95f78ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x95fda000 - 0x962d3ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1C7CEA30-FFE2-B4DE-98CE-D6518DF1E54B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x962d4000 - 0x962f4fe7 com.apple.opencl 12 (12) <2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x962fb000 - 0x96302ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96303000 - 0x963b2ff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x963cc000 - 0x963d0ff7 libGIF.dylib ??? (???) <83FB0DCC-355F-A930-E570-0BD95086CC59> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x963d1000 - 0x96548fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x96549000 - 0x96549ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9654a000 - 0x9654dff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9654e000 - 0x96551ff7 libCoreVMClient.dylib ??? (???) <A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x96565000 - 0x96573fe7 libz.1.dylib ??? (???) <7B7A02AB-DA99-6180-880E-D28E4F9AA8EB> /usr/lib/libz.1.dylib
    0x96574000 - 0x965e4ff3 com.apple.AppleVAFramework 4.7.5 (4.7.5) <464A915D-E670-FA22-7799-454259D42B82> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x965e5000 - 0x96dc84b7 com.apple.CoreGraphics 1.536.12 (???) <263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x96dc9000 - 0x96dd9ff7 libsasl2.2.dylib ??? (???) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x96dda000 - 0x96de4fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x96ded000 - 0x96e4dfe7 com.apple.CoreText 3.1.0 (???) <79FD1B5C-2F93-4C5D-B07B-4DD9088E67DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96e4e000 - 0x96e62ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96e63000 - 0x96e63ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96e64000 - 0x96e88ff7 libJPEG.dylib ??? (???) <649E1974-A527-AC0B-B3F4-B4DC30484070> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96e99000 - 0x96f40fe7 com.apple.CFNetwork 454.5 (454.5) <A7E78E62-0C59-CE57-73D2-C4E60527781C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96f41000 - 0x96f44fe7 libmathCommon.A.dylib ??? (???) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x96f45000 - 0x96f45ff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <F642E7A0-3720-FA19-0190-E6DBD9EF2D9B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96f46000 - 0x96f89ff7 com.apple.NavigationServices 3.5.3 (181) <28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96f8a000 - 0x96f8cff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96f8d000 - 0x96f94fff com.apple.print.framework.Print 6.0 (237) <7A06B15C-B835-096E-7D96-C2FE8F0D21E1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x96f95000 - 0x96f96ff7 com.apple.audio.units.AudioUnit 1.6.2 (1.6.2) <845D5E0D-870D-B7E8-AAC5-8364AC341AA1> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96fc2000 - 0x971a4fff com.apple.imageKit 2.0.1 (1.0) <3CD99122-4DC8-00CE-4BD7-E3E1E1C71C30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x971a5000 - 0x971e2ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1) <BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x971e3000 - 0x97218ff7 libGLImage.dylib ??? (???) <A6007BF7-BF3C-96DC-C435-849C6B88C58A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x97219000 - 0x972c8fe3 com.apple.QuickTimeImporters.component 7.6.3 (1591.3) <2E2381EB-5E5E-B714-C65D-FCE349E77094> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x972c9000 - 0x97303ffb libFontRegistry.dylib ??? (???) <72342297-E8D6-B071-A752-014134129282> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x97304000 - 0x97443fe3 com.apple.QTKit 7.6.3 (1591.3) <18F25C19-F0B8-5907-D6D6-65EC53DF0D3B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x97444000 - 0x97515fe3 ColorSyncDeprecated.dylib ??? (???) <1CEB1F35-EF10-A63D-AD9E-D7BD391D4719> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x97516000 - 0x97570ff7 com.apple.framework.IOKit 2.0 (???) <1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x97571000 - 0x9770efef com.apple.JavaScriptCore 6531.21 (6531.21.9) <C3642BB4-3D06-B371-B4CD-0DF5DA646673> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x97818000 - 0x978c0ffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-DD57-082D71B0A5C7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x978c1000 - 0x978c1ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97912000 - 0x97913ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97914000 - 0x97965ff7 com.apple.HIServices 1.8.0 (???) <B8EC13DB-A81A-91BF-8C82-66E840C64C91> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97977000 - 0x97982ff7 libCSync.A.dylib ??? (???) <9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97983000 - 0x979bafe7 libssl.0.9.8.dylib ??? (???) <95FE66AC-C850-4AB4-DD3F-7F198A5E1EAC> /usr/lib/libssl.0.9.8.dylib
    0x979bb000 - 0x979c0ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x979c1000 - 0x97a5efe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97a5f000 - 0x97ad9fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x97af3000 - 0x97b24ff3 libTrueTypeScaler.dylib ??? (???) <6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x97d9f000 - 0x97da1ff7 com.apple.QuickTimeH264.component 7.6.3 (1591.3) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x97da2000 - 0x97df2ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x97df3000 - 0x97e4bfe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97e6e000 - 0x97e77ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x97e78000 - 0x97e97fe3 libexpat.1.dylib ??? (???) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0x97e98000 - 0x97fa5ff7 com.apple.MediaToolbox 0.420.18 (420.18) <31935D52-1F8D-4AB2-CCA5-4CF615CBCE24> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x97fa6000 - 0x983dbff7 libLAPACK.dylib ??? (???) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x984f3000 - 0x98500ff7 com.apple.opengl 1.6.5 (1.6.5) <0AE8B897-8A80-2C14-D6FC-DC21AC423234> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x98536000 - 0x98711ff3 libType1Scaler.dylib ??? (???) <F9FEA41E-F079-87B8-04A9-7FF3B2931B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x98760000 - 0x9879fff7 com.apple.ImageCaptureCore 1.0 (1.0) <D8767350-A10D-B6B5-3A8D-05888A7758ED> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x987a0000 - 0x987aaff7 libGL.dylib ??? (???) <76A207FE-889A-CF1B-AF9A-795EEE5A463E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x987ab000 - 0x98847fe7 com.apple.ApplicationServices.ATS 4.1 (???) <EA26375D-8276-9671-645D-D28CAEC95292> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x98848000 - 0x98888ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x98889000 - 0x98ba8fe7 com.apple.CoreServices.CarbonCore 861.2 (861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x98ba9000 - 0x98c86ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x994b2000 - 0x994bcffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x994bd000 - 0x994d9fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x994da000 - 0x9951eff3 com.apple.coreui 2 (113) <D0FA9B36-3708-D5BF-0CC3-6CC1909BC8E6> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9951f000 - 0x995cdff3 com.apple.ink.framework 1.3.1 (105) <CA3FBDC3-4BBA-7BD9-0777-A7B0751292CD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib

    General note on crash reports, for anyone reading this who has had them and doesn't know where to look for what might have gone wrong:
    In the beginning part of the crash report, it will always tell you which thread crashed:
    Exception Type: EXCBADACCESS (SIGABRT)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000008
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Here, as you can see above, it is saying that it was thread 0 that crashed. So this is the only one you need to look at for any clues. No need to post the entire crash report, or at least not on this forum where (most of us) aren't computer experts. An expert might be able to understand the whole report, but the only thing most of us know to look for is any sign of a 3rd party plug in, or a recognizable system function that was part of the thread that crashed.
    So you then go down the list and look at what the thread that crashed was actually doing. It could be thread 4, 15, 26 or whatever. In this case, it was thread 0:
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x914a2732 __kill + 10
    1 libSystem.B.dylib 0x914a2724 kill$UNIX2003 + 32
    2 libSystem.B.dylib 0x9153598d raise + 26
    3 libSystem.B.dylib 0x9154b9d9 __abort + 124
    4 libSystem.B.dylib 0x9154ba55 abortreportnp + 0
    5 com.apple.logic.pro 0x00402689 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3963097
    6 libSystem.B.dylib 0x914a79bb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    8 ...ple.CoreServices.CarbonCore 0x988f0b06 CallComponentDispatch + 29
    9 ...ple.CoreServices.CarbonCore 0x988f0ae7 CallComponentOpen + 43
    10 ...ple.CoreServices.CarbonCore 0x988eedd0 OpenAComponent + 433
    11 com.apple.logic.pro 0x005b210b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5731163
    12 ...le.music.apps.MAAudioEngine 0x02ba6e23 MD::NewPlug(CPlugIn**, short, long, long, long) + 387
    13 com.apple.logic.pro 0x00142bdd std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1080877
    14 com.apple.logic.pro 0x0005954d std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 124829
    15 com.apple.logic.pro 0x0005ce22 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 139378
    16 com.apple.logic.pro 0x0005df6b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 143803
    17 com.apple.logic.pro 0x0006080c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 154204
    18 com.apple.logic.pro 0x000530ad std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 99069
    19 com.apple.logic.pro 0x008ae00f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 8860255
    20 com.apple.logic.pro 0x00031efe DummyConnection::DummyConnection() + 30874
    21 com.apple.logic.pro 0x001f4435 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 1808005
    22 com.apple.logic.pro 0x002a43be std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 2528782
    23 com.apple.logic.pro 0x00631b55 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6253989
    24 com.apple.logic.pro 0x0060e41b std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6108779
    25 com.apple.logic.pro 0x0061052c std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6117244
    26 com.apple.AppKit 0x90dd7ac0 -[NSDocument readFromURL:ofType:error:] + 743
    27 com.apple.logic.pro 0x0060f76f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6113727
    28 com.apple.AppKit 0x90cc4955 -[NSDocument initWithContentsOfURL:ofType:error:] + 311
    29 com.apple.AppKit 0x90cc44f9 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 383
    30 com.apple.logic.pro 0x0070b90a std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 7146330
    31 com.apple.AppKit 0x90cc42b1 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 886
    32 com.apple.logic.pro 0x0062e97f std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6241231
    33 com.apple.Foundation 0x900731c7 nsnotecallback + 176
    34 com.apple.CoreFoundation 0x9642b9a9 __CFXNotificationPost + 905
    35 com.apple.CoreFoundation 0x9642b3da _CFXNotificationPostNotification + 186
    36 com.apple.Foundation 0x90068094 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    37 com.apple.Foundation 0x90075471 -[NSNotificationCenter postNotificationName:object:] + 56
    38 com.apple.AppKit 0x90aa973a -[NSApplication _postDidFinishNotification] + 125
    39 com.apple.AppKit 0x90aa964a -[NSApplication _sendFinishLaunchingNotification] + 74
    40 com.apple.AppKit 0x90c00595 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 274
    41 com.apple.AppKit 0x90c001b5 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 101
    42 com.apple.Foundation 0x900a8404 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 511
    43 com.apple.Foundation 0x900a81c8 _NSAppleEventManagerGenericHandler + 228
    44 com.apple.AE 0x906c9f3a aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 166
    45 com.apple.AE 0x906c9e39 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 43
    46 com.apple.AE 0x906c9d46 aeProcessAppleEvent + 197
    47 com.apple.HIToolbox 0x93f832a1 AEProcessAppleEvent + 50
    48 com.apple.AppKit 0x90a79d02 _DPSNextEvent + 1420
    49 com.apple.AppKit 0x90a79306 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    50 com.apple.AppKit 0x90a3b49f -[NSApplication run] + 821
    51 com.apple.prokit 0x00fc5a01 NSProApplicationMain + 326
    52 com.apple.logic.pro 0x0002a729 DummyConnection::DummyConnection() + 197
    Looking through it, I saw a reference to 'MAAudio engine' in the crashed thread. So when you see something like that, you ask yourself, hmm, what plug in or driver or whatnot do I have installed that this could be talking about? 'MAAudio engine' looks to me like something to do with M-Audio, so I'd be asking myself what M-Audio things do I have installed on my system? A midi interface driver? Some kind of audio hardware driver? In other cases, it might be even more obvious, literally showing the name of a plug in that you instantly recognize. So your first port of call is to go find the driver or plug-in in question and disable it (temporarily remove it from it's usual location so it doesn't load), and see if you still get crashes. If it starts looking likely that this was the culprit, then you go to the manufacturer's website and check for updates, or look for any information on compatibility with your particular version of OSX, Logic, audio drivers etc. Or even just contact their tech support directly and ask them for further advice.
    No offense intended if this comes across as patronizing, I just thought it might be useful to point out what the deal is with these crash reports. They do look completely mystifying, but all you need to look for is the clues I mentioned above. Of course, in some cases, you won't find anything that gives you a lead as to what the problem might be, in which case, your guess is unfortunately as good as anyone elses..

  • How to transfer all the data from Logic pro to other drive (faster)?

    Hi
    I am trying to upgrade the performance of my Mac and decided to upgrade the RAM and to use a dedicated HardDrive for Logic Pro using firewire (i have a mac mini server...). Think the Processor e fast enough...
    How can i transfer all the information for that drive?
    Can i move the media library from the OS drive to the new drive? or has it to stay were initially instaled?
    I moved to Mac because my Windows "Super 16GB QuadCore PC" was giviing me trouble...in relation to connections, critical errors...
    I am a novice on the Mac "ways"...
    Can someone give me directions?

    Logic doesn't store the majority of its data in designated library places, so you can put your session files and audio files wherever you want. If you move the location of something, say an audio file, and logic doesn't know where to find that asset, then it'll present you with a dialog box which asks you if you can tell it where you moved it to, or if you'd like it to go off and search for files of that name for you. They're all just files on a hard disk. There's only a few things which have to be stored in particular places, such as preferences or sampler instruments. Anything that isn't part of the program, you can store it wherever you want. In a session you can have for example all the live parts on one hard disk, and then all your samples on another hard disk. It's all arbitrary and can be defined by you.
    So yes, you can generally keep your media library wherever you want (as far as Logic is concerned).

  • How to use "where" clause in modify statement

    Hi
    can any1 telll me is it possible to use a where clause in a modify statemetn. I want to use modify statemetn  to insert a new recoed in a database table.
    Regards
    Sabahuddin Ahmed

    MODIFY itab - itab_lines
    Syntax :
    ... itab FROM wa TRANSPORTING comp1 comp2 ... WHERE log_exp.
    With these additions the MODIFY statement assigns the content of the comp1 comp2 ... components of the wa work area specified after TRANSPORTING to all lines in the itab table that meet the logical condition log_exp. The wa work area must be compatible with the line type of the internal table.
    The TRANSPORTING addition has the same effect as changing individual lines. The WHERE addition can only be specified together with the TRANSPORTING addition. After WHERE, any logical expression can be specified in which the first operand of each individual comparison is a component of the internal table. All logical expressions are therefore possible, with the exception of IS ASSIGNED, , and IS SUPPLIED. It is not possible to dynamically specify a component using bracketed character-type data objects.
    While for standard tables and hashed tables all lines in the internal table are checked for the logical expression of the WHERE statement, for sorted tables, optimized access can be achieved by checking at least one opening part of the table key for parity using AND linked queries in the logical expression.
    Example
    Change the contents of the planetype component for all lines in the sflight_tab internal table in which this component contains the value p_plane1 to the value p_plane2.
    PARAMETERS: p_carrid TYPE sflight-carrid,
                p_connid TYPE sflight-connid,
                p_plane1 TYPE sflight-planetype,
                p_plane2 TYPE sflight-planetype.
    DATA sflight_tab TYPE SORTED TABLE OF sflight
                     WITH UNIQUE KEY carrid connid fldate.
    DATA sflight_wa TYPE sflight.
    SELECT *
           FROM sflight
           INTO TABLE sflight_tab
           WHERE carrid = p_carrid AND
                 connid = p_connid.
    sflight_wa-planetype = p_plane2.
    MODIFY sflight_tab FROM sflight_wa
           TRANSPORTING planetype WHERE planetype = p_plane1.
    reward if useful

  • Archive log shipping error in Logical standby database

    Hi,
    We have Primay and logical database configuration both in RAC in Production. both database are in 10.2.0.4.
    Everyday we having issue of some archivelog not transfered to logical server around 2AM. I am having good exposure in Logical/Log minor/Goldgendate and can say fal server/client server configuration is correct.
    Can you guys please give some input of what can cause this.
    Yes we take RMAN backup of both database around 1:30 using control file instead of recovery catalog and I doubt this put lock on control file and cause this issue.
    I would be glad of you could help me out in this.
    Thanks a lot!
    Pradeep
    Below is the configuration of archive/fal on both database.
    PIP1REP2 is logical database(instance 2) where apply process is running/configured.
    Primary server configuration on (PIP11) (same are on other instances).
    SQL> sho parameter fal
    NAME TYPE VALUE
    fal_client string PIP1REP2
    fal_server string PIP11
    SQL> sho parameter archive
    NAME TYPE VALUE
    log_archive_dest_1 string LOCATION=+ARCH01
    log_archive_dest_2 string SERVICE=pip1rep2 lgwr async
    log_archive_dest_state_1 string enable
    log_archive_dest_state_2 string ENABLE
    llog_archive_local_first boolean TRUE
    log_archive_max_processes integer 10
    log_archive_min_succeed_dest integer 1
    log_archive_start boolean FALSE
    log_archive_trace integer 0
    remote_archive_enable string true
    Logical server configuration
    SQL> sho parameter fal
    NAME TYPE VALUE
    fal_client string PIP1REP
    fal_server string pip11, pip12, pip13, pip14, pi
    p15
    SQL> sho parameter archive
    NAME TYPE VALUE
    alog_archive_dest_1 string LOCATION=+ARCH01/PIP1REP valid
    for=(onlinelogfiles, all_rol
    es) db_unique_name=pip1rep
    log_archive_dest_2 string LOCATION=+ARCH01/PIP1REP/ARCH_
    DEST2_STANDBY_LOGS VALID_FOR=(
    STANDBY_LOGFILES,STANDBY_ROLE)
    db_unique_name=pip1rep
    log_archive_dest_state_1 string enable
    log_archive_dest_state_2 string enable
    log_archive_local_first boolean TRUE
    log_archive_max_processes integer 20
    log_archive_min_succeed_dest integer 1
    log_archive_trace integer 0
    remote_archive_enable string true
    standby_archive_dest string +ARCH01                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Do you think creating recovery catalog will resolve it?
    Yes, I do. (But I do not know for sure)
    If it helps when I got to this part I decided to backup either the Primary or the Standby, but not both.
    I decided Primary only and documented how to recreate my standby without downtime.
    I hope this helps.
    regards.

  • I need to copy audio files and projects from logic to an external hard as my MBPis nearly full and my external hard drive has packed up with all my files on it, any suggestions on how do I copy 200GB from my MBP to a new external HD

    I Use logic and back my audio file and projects on an external HD ,this has now packed up . I have all the files in the MBP , but need to copy them to a new external HD, I have only 10GB left on my machine , how do I copy 200GB from my machine to a new External HD.
    any helpful full advice would be appreciated.
    angus

    Yes, just drag and drop them into the drive..
    How long will it take? Hard to say without knowing the type and speed of the drives in question.. and even then it's hard to estimate... but does time really matter?
    The fact you only have 10 Gigs left will/may slow the process down but it wont/shouldn't stop it...
    If needed.. just drag and drop some of the files at a time.. not all of them.
    Remember that copying files doesn't delete them from the original drive... You will still need to delete them yourself after they are copied over and empty the trash....
    However....
    When you saved these projects in Logic (Pro X?) did you save them using the include audio files option?
    If not, then when you move the audio files used in these projects... Logic will not know where they are to reload them........ and that will cause you issues.
    So.. if you didn't...
    I would use this method instead...
    Logic Pro X: Move, copy, and convert audio files

  • Logical System not maintained

    Dear Experts,
          I need to generate JVRD condition idoc using FV13 for a new site for some articles.JVRD condition is maintained in SAP.But when i try to send the condition type using the above t-code it generates no Idoc and shows me the message
    Segment is not intended for reciever  LS_E111. However for other stores its running f9.Do i need to maintain or define Logical System 'LS_E111' some where for this new site? I hv already checked in WE20 for partner profile .Pls help

    Hello,
    I'm not familiar with JVRD. Have you checked the receiver port in WE21 and SM59? You can find the receiver port in WE20 outbound parameters
    Regards,
    Michael

  • What is logical system in ALE

    Dear all
    I still confuse with Logical System in ALE where we already have Client.
    And I see that relationship between Client and Logical System is 1:1
    So why we need Logical System instead just use Client ?
    Regards,
    Halomoan

    I think this is what you want to read:
    A logical system is an unique identifier of a system/client combination.
    That is why SAP recommends to use the notation <SID>CLNT<CLT> to set the logical system. For example, assume you have client 400 for system QA1 and you have client 400 for system DV1. Then the logical system name would be:
    for QA1/400: QA1CLNT400
    for DV1/400: DV1CLNT400
    The logical system is used in the IDOCS that you transmit from one system to the other. So with this, you know the source system of the IDOC, and this tells you where the business document was created.
    Using only the client as identifier is not enough, because you can have the same client number in several systems.
    Nevertheless, you should read the documentation!!
    Regards,
    Juan

  • Condition WHERE in LOOP

    Good afternoon,
    I have the following issue,
    I  have that do a LOOP to a table Internal, ie.
    Loop at it_tabla where lgart = '0100' or lgart = '0200' or lgart = '0300' or lgart = '0400' or lgart = '0500' or  lgart = '0600' or lgart = '0700' or lgart = '0800' .
    Endloop.
    The question is, Is there any way , in the which not have that do many or  in the sentence LOOP?
    Kind regards.

    I think Rob means that it will go through the table once.
    It's true for Standard tables.  But as it says in the help on the WHERE clause.
    While with standard tables all rows of the internal table are checked for the logical expression of the WHERE- addition, with sorted tables and hash tables (as of Release 7.0) you can achieve optimized access by checking that at least the beginning part of the table key in sorted tables and the entire table key in hash tables is equal in the logical expression through queries linked with AND. Optimization also takes effect if the logical expression contains other queries linked with AND with arbitrary operators
    In this case though, the queries are linked with OR - so you still get all rows checked! 
    Now, if it_tabla is a sorted table with key lgart, then you could do the following:
    PERFORM read_the_table USING: '0100', '0200',...
    FORM read_the_table USING i_lgart TYPE ...
      data: l_tabix TYPE sytabix.
      READ TABLE it_table WITH TABLE KEY lgart =i_lgart TRANSPORTING NO FIELDS.
      l_tabix = sy-tabix.
      LOOP AT it_table FROM l_tabix INTO ls_wa.
        IF ls_wa-lgart NE i_lgart.
          EXIT.
        ENDIF.
        " Do stuff
      ENDLOOP.
    ENDFORM.
    matt

Maybe you are looking for

  • Getting wrong values when using sum() and last() functions in aggregations.

    Hi.. I created a request in presentation servicews it includes " employ id,name,organization.cost center,annul salary,haouly salary, head count". for employ 13 cost centers available so 13 annul salaries for 13 organizations.each has annul saari 1040

  • Calling OAF Page from Oracle forms

    Hi All, Is it possible to call an Oracle Forms from OAF page? I need to call a OAF page EAM material cost screen from oracle form using personalization. Please any one put on some lights on this issue. Thanks in Advance, Ramesh reddy Edited by: user6

  • How to specify the target for a command button action?

    Hi can anybody explain how to achieve the target feature, i mean i need to display the result of the action in a different window after clicking on the button. Is there anyway to achieve this? I want to click the button using Javascript.(using button

  • My PL/SQL package worked in 8i but does not function in 9i

    At our site we have two servers. On server B (master server) we enter all the user information such as create user,alter, grant,revoke... etc. This data is entered into the master server and also inserted into a log table that is accessed, periodical

  • 'Delivered quantity' in production order header

    Dears :   when display production order by CO03. There is a field named with 'Delivered' . Is there any best way to get this value ?