Help in my Logic

See I have this code.
with parameters
PARAMETERS: pdate(6)    TYPE n OBLIGATORY,
            tble1(20)   TYPE C OBLIGATORY,
            tble2(20)   TYPE C OBLIGATORY,
            ccode(20)   TYPE C.
My job is to output a  Report should show all BUKRS, INVNO, sum(WRBTR) and sum(DMBTR) where the sum(WRBTR) and sum(DMBTR)  do not match between Table 1 and Table 2. pdate format is YYYYMM and ccode in this case is the BUKRS field.
This is what I have
SELECT BUKRS BELNR SUM( WRBTR ) SUM( DMBTR ) FROM ZISZT_ZPDPLD INTO zpdpld_line GROUP BY BUKRS BELNR.
           APPEND zpdpld_line to zpdpld_itab.
ENDSELECT.
Now how do I narrow the fields down since I have to take into consideration the ccode, as well as the pdate??

Oh Sorry about that. See I have these parameters:
PARAMETERS: pdate(6)    TYPE n OBLIGATORY,
            tble1(20)   TYPE C OBLIGATORY,
            tble2(20)   TYPE C OBLIGATORY,
            ccode(20)   TYPE C.
in my code. pdate is YYYYMM ccode is optional while table1 and table 2 are the table names. my goal is to output a report that lists the unmatched sum of certain fields in table 1 and 2.
Lets sat field DMBRT AND WRBTR. btw, both tables has these fields. I have to compare the sum of the two tables and output it if there is no match. Now. Before outputting there is a rule. Which is to group them by BUKRS, which in this case is the ccode in the parameter. first i have to group them by bukrs then in the group get the sum and match it with the other table with the same bukrs, if there is not a match, it should be outputted. my problem now is, the pdate. because there is also a field in the table BUDAT with format YYYYMMDD. my pdate parameter is only YYYYMM. I am able to change the table's parameter to match th pdate. but how can i do all these matches?
So far my code is.
SELECT BUKRS BELNR SUM( WRBTR ) SUM( DMBTR ) FROM ZISZT_ZPDPLD INTO zpdpld_line GROUP BY BUKRS BELNR.
          IF ccode+(1) NE ''.
               IF ccode EQ zpdpld_line-BUKRS.
                   APPEND zpdpld_line to zpdpld_itab.
               ENDIF.
          ENDIF.
ENDSELECT.
basically it gets the ccode (BUKRS) the sum wrbtr and dmbtr as well as the document number (BELNR) from the table ZISZT_ZPDPLD(tble1, it always has to be ZISZT_ZPDPLD). Now my problem is, now i am able to group them by BUKRS, able to get the sum, able to compare it with ccode. But how can I compare it with pdate?. I can't make
SELECT BUKRS BUDAT(pdate) BELNR SUM(WRBTR) SUM(DMBTR) FROM ZISZT_ZPDPLD INTO..
since it is not one of the GROUP BY conditions. But I still have to compare it before appending it because it is one of the conditions of my program. Hehe is it clear or not?

Similar Messages

  • Help! Deciphering Logic Crash Report

    Hey guys!
    I desperately need to decipher logic crash report.
    Logic crashes every project all of a sudden, its playing for about 5 or 7 seconds then crashes, in every project i open.
    Can someone look in the report and make some sense out of this?
    Thank you for your kind help!
    Process: Logic Pro [341]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.0.0 (1660.11)
    Build Info: Logic-16601100~1
    Code Type: X86 (Native)
    Parent Process: launchd [87]
    Date/Time: 2010-12-26 16:12:19.802 +0200
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 696250 sec
    Crashes Since Last Report: 52
    Per-App Interval Since Last Report: 189955 sec
    Per-App Crashes Since Last Report: 25
    Anonymous UUID: DE0F4882-E04E-4FA2-9122-09A94AF5C2BC
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 8
    Application Specific Information:
    objc_msgSend() selector name: bounds
    abort() called
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x0515a112 objcmsgSendstret + 18
    1 com.apple.logic.pro 0x0056dae0 0x1000 + 5688032
    2 com.apple.logic.pro 0x0059652c 0x1000 + 5854508
    3 com.apple.logic.pro 0x0056dcbb 0x1000 + 5688507
    4 com.apple.logic.pro 0x001acc65 0x1000 + 1752165
    5 com.apple.logic.pro 0x006227dc 0x1000 + 6428636
    6 com.apple.logic.pro 0x001b6d83 0x1000 + 1793411
    7 com.apple.logic.pro 0x00573185 0x1000 + 5710213
    8 com.apple.logic.pro 0x00564860 0x1000 + 5650528
    9 com.apple.logic.pro 0x001acfbb 0x1000 + 1753019
    10 com.apple.logic.pro 0x006229c6 0x1000 + 6429126
    11 com.apple.logic.pro 0x001af8f2 0x1000 + 1763570
    12 com.apple.logic.pro 0x00607107 0x1000 + 6316295
    13 com.apple.Foundation 0x05261968 __NSFireTimer + 141
    14 com.apple.CoreFoundation 0x0148f70b __CFRunLoopRun + 8059
    15 com.apple.CoreFoundation 0x0148d094 CFRunLoopRunSpecific + 452
    16 com.apple.CoreFoundation 0x0148cec1 CFRunLoopRunInMode + 97
    17 com.apple.HIToolbox 0x063e5f9c RunCurrentEventLoopInMode + 392
    18 com.apple.HIToolbox 0x063e5d51 ReceiveNextEventCommon + 354
    19 com.apple.HIToolbox 0x063e5bd6 BlockUntilNextEventMatchingListInMode + 81
    20 com.apple.AppKit 0x02519a89 _DPSNextEvent + 847
    21 com.apple.AppKit 0x025192ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    22 com.apple.AppKit 0x024db55b -[NSApplication run] + 821
    23 com.apple.prokit 0x01dc0fec NSProApplicationMain + 326
    24 com.apple.logic.pro 0x000039b6 0x1000 + 10678
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x032ea942 kevent + 10
    1 libSystem.B.dylib 0x032eb05c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x032ea519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x032ea2be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x032e9d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x032e9b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x032c40fa machmsgtrap + 10
    1 libSystem.B.dylib 0x032c4867 mach_msg + 68
    2 com.apple.CoreFoundation 0x0148dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x0148d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x01492fd4 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x1ba6298f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    6 libSystem.B.dylib 0x032f181d pthreadstart + 345
    7 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x032e3086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x014cd80d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x032f181d pthreadstart + 345
    3 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x032f2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x032f1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x032f39b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.music.apps.MAFiles 0x04d6b888 CheckNavServices + 54440
    4 com.apple.music.apps.MAFiles 0x04d6b951 CheckNavServices + 54641
    5 libSystem.B.dylib 0x032f181d pthreadstart + 345
    6 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x032f2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x032f1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x032f39b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.music.apps.MAFiles 0x04d6b888 CheckNavServices + 54440
    4 com.apple.music.apps.MAFiles 0x04d6b951 CheckNavServices + 54641
    5 libSystem.B.dylib 0x032f181d pthreadstart + 345
    6 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 6:
    0 com.apple.framework.IOKit 0x017f77f7 iokituser_clienttrap + 7
    1 com.apple.framework.IOKit 0x017f44c3 IOConnectTrap4 + 68
    2 com.apple.audio.CoreAudio 0x013e88f0 IOA_HWDevice::ReadInputData(unsigned long, unsigned long, unsigned long) + 86
    3 com.apple.audio.CoreAudio 0x013f1c39 IOA_SingleDevice::ReadInputData(AudioTimeStamp const&, unsigned long) + 323
    4 com.apple.audio.CoreAudio 0x013c80c1 IOA_Device::CallIOProcs(AudioTimeStamp const&, AudioTimeStamp const&, AudioTimeStamp const&) + 121
    5 com.apple.audio.CoreAudio 0x013c7fb6 HP_IOThread::PerformIO(AudioTimeStamp const&, double) + 620
    6 com.apple.audio.CoreAudio 0x013c539a HP_IOThread::WorkLoop() + 2506
    7 com.apple.audio.CoreAudio 0x013c49cb HPIOThread::ThreadEntry(HPIOThread*) + 17
    8 com.apple.audio.CoreAudio 0x013c48e2 CAPThread::Entry(CAPThread*) + 140
    9 libSystem.B.dylib 0x032f181d pthreadstart + 345
    10 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x032f2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x032f1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x032f39b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04e1ccac MD::CallProcessThread1(void*) + 108
    4 libSystem.B.dylib 0x032f181d pthreadstart + 345
    5 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 8 Crashed:
    0 libSystem.B.dylib 0x0333128e _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x03331172 nanosleep$NOCANCEL$UNIX2003 + 166
    2 libSystem.B.dylib 0x033ac03a usleep$NOCANCEL$UNIX2003 + 61
    3 libSystem.B.dylib 0x033cd685 __abort + 136
    4 libSystem.B.dylib 0x033cd6f5 abortreportnp + 0
    5 com.apple.logic.pro 0x003cefa4 0x1000 + 3989412
    6 libSystem.B.dylib 0x0332a1fb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    Thread 9:
    0 libSystem.B.dylib 0x032f2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x032f1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x032f39b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04e1c80c MD::CallProcessThread3(void*) + 108
    4 libSystem.B.dylib 0x032f181d pthreadstart + 345
    5 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x032f2066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x032f1d22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x032f39b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04e1becc MD::CallProcessThread7(void*) + 108
    4 libSystem.B.dylib 0x032f181d pthreadstart + 345
    5 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x032f2dee pread$UNIX2003 + 10
    1 ...ple.CoreServices.CarbonCore 0x05aef425 BasicRead(FileRecord*, short, long long, unsigned long long*, void*, unsigned long long*) + 952
    2 ...ple.CoreServices.CarbonCore 0x05aef034 PBReadForkSync + 117
    3 ...le.music.apps.MAAudioEngine 0x04e380e1 GetCurrentCoreAudioDeviceNameFromUserDefaults(signed char) + 17185
    4 libSystem.B.dylib 0x032f181d pthreadstart + 345
    5 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x032c40fa machmsgtrap + 10
    1 libSystem.B.dylib 0x032c4867 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x03259f31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x032788fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x0325b149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x0325ab16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x032f181d pthreadstart + 345
    7 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x032c415a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x032f1ca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x03320848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x05b1c3b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x05b1c0f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x05b4034b TimerThread + 97
    6 libSystem.B.dylib 0x032f181d pthreadstart + 345
    7 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x032c4136 semaphorewaittrap + 10
    1 ...ery 3.MusicDevice.component 0x5e15a868 BEngine::SetEngineParThreadProc() + 56
    2 ...ery 3.MusicDevice.component 0x5e63e1e6 NI::GP::Thread::execute(void*) + 54
    3 libSystem.B.dylib 0x032f181d pthreadstart + 345
    4 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x032c4136 semaphorewaittrap + 10
    1 ...ery 3.MusicDevice.component 0x5e1ba0cd BEngine::DFDThreadProc() + 29
    2 ...ery 3.MusicDevice.component 0x5e63e1e6 NI::GP::Thread::execute(void*) + 54
    3 libSystem.B.dylib 0x032f181d pthreadstart + 345
    4 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x032c420e machwaituntil + 10
    1 libSystem.B.dylib 0x0334b5a9 nanosleep + 345
    2 libSystem.B.dylib 0x0334b44a usleep + 61
    3 ...vesAudio.WaveShell-AU.7.1.1 0x735adc18 wvThread::WCIdleCommandDispatcher::threadMain(void*) + 32
    4 libSystem.B.dylib 0x032f181d pthreadstart + 345
    5 libSystem.B.dylib 0x032f16a2 thread_start + 34
    Thread 8 crashed with X86 Thread State (32-bit):
    eax: 0x0000003c ebx: 0x033310d9 ecx: 0xb05914fc edx: 0x0333128e
    edi: 0x00000000 esi: 0xb0591558 ebp: 0xb0591538 esp: 0xb05914fc
    ss: 0x0000001f efl: 0x00000247 eip: 0x0333128e cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x3b813090
    Binary Images:
    0x1000 - 0xb6dff6 com.apple.logic.pro 9.0.0 (1660.11) <1273C34C> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xdd8000 - 0xde6fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79> /usr/lib/libz.1.dylib
    0xdeb000 - 0xe05fe7 com.apple.music.apps.MAAudioUnitSupport 9.0.0 (201.7) <6D2A993E> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xe14000 - 0xe14ff7 com.apple.Carbon 150 (152) <9252D5F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0xe17000 - 0x101dfeb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x10ef000 - 0x121bfff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x1281000 - 0x12b0ff7 +MAAssetSharing 241.6.0 (compatibility 1.0.0) /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x12c2000 - 0x12c3ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x12c8000 - 0x1347fdf com.apple.DotMacKit 21 (3.0.1L) /Applications/Logic Pro.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    0x13a4000 - 0x141ffe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x1451000 - 0x15cbfe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x16c3000 - 0x179fff3 com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x17f0000 - 0x184bff7 com.apple.framework.IOKit 2.0 (???) <A013B850> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x186a000 - 0x1b63fef com.apple.QuickTime 7.6.6 (1742) <89720F2A> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x1c0f000 - 0x1c18ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x1c22000 - 0x1c24fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1c2a000 - 0x1c86fff com.apple.music.apps.MALoopManagement 9.0.0 (195.6) <9C9059FD> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1ca3000 - 0x1d58fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5> /usr/lib/libcrypto.0.9.7.dylib
    0x1d9e000 - 0x1fc4fe7 com.apple.prokit 6.0 (1174) <FB818875> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x20c8000 - 0x2154fff com.apple.music.apps.MACore 9.0.0 (436.7) <04D11E62> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x2190000 - 0x2190ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x2193000 - 0x23f6fef com.apple.security 6.1.1 (37594) <8AE73F5F> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x24d1000 - 0x2db1ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x324a000 - 0x3296fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x32bb000 - 0x32bbff7 com.apple.CoreServices 44 (44) <AC35D112> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x32c3000 - 0x3469feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338> /usr/lib/libSystem.B.dylib
    0x34ea000 - 0x3527ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x3544000 - 0x3586fe7 com.apple.music.apps.MAHarmony 9.0.0 (174.6) <5F47D7A3> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x359a000 - 0x399bff7 com.apple.music.apps.MAPlugInGUI 9.0.0 (396. <A487ACA5> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x3c23000 - 0x3d05fff com.apple.music.apps.OMF 9.0.0 (98.6) <82D9E964> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x3d19000 - 0x42e1fe3 com.apple.music.apps.MADSP 9.0.0 (550.11) <835026EC> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x49cb000 - 0x49ecfff com.apple.music.apps.LogicFileBrowser 9.0.0 (201.6) <B3E20521> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x49fc000 - 0x4a6efff com.apple.music.apps.LogicLoopBrowser 9.0.0 (190.6) <66261E15> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x4a95000 - 0x4ab6ffb com.apple.music.apps.MAApogeeSupport 9.0.0 (284.6) <A43886F9> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x4ac1000 - 0x4c04fef com.apple.QTKit 7.6.6 (1742) <98ECA8E3> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x4cba000 - 0x4cbffff com.apple.music.apps.MAResources 9.0.0 (202.6) <3EEFB4EE> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x4cc4000 - 0x4cedfe3 com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x4cfe000 - 0x4d05fff com.apple.AEProfiling 1.2 (22) <50FD5623> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x4d0d000 - 0x4d1cfff com.apple.AERegistration 1.2 (77) <0C4C1300> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x4d2f000 - 0x4d3afff com.apple.music.apps.MAUnitTest 9.0.0 (73.6) <22259358> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x4d42000 - 0x4df1feb com.apple.music.apps.MAFiles 9.0.0 (117.7) <DEB3851C> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x4e0a000 - 0x4e77fef com.apple.music.apps.MAAudioEngine 9.0.0 (127.9) <89A97108> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x4eba000 - 0x4fe8fe7 com.apple.CoreData 102.1 (251) <E6A457F0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x504c000 - 0x5056ff3 com.apple.music.apps.MAToolKit 9.0.0 (323.6) <8B657E8E> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x505c000 - 0x505cff7 com.apple.quartzframework 1.5 (1.5) <4EE8095D> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x505f000 - 0x507dfef com.apple.XSKey 1.0.0 (52) <71B94F53> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x508c000 - 0x50f6fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4> /usr/lib/libstdc++.6.dylib
    0x5151000 - 0x5151ff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x5154000 - 0x5201fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA> /usr/lib/libobjc.A.dylib
    0x5215000 - 0x5215ff7 com.apple.ApplicationServices 38 (3 <8012B504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x521d000 - 0x548dffb com.apple.Foundation 6.6.3 (751.29) <E77D3906> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x559c000 - 0x559ffe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F> /usr/lib/system/libmathCommon.A.dylib
    0x55a2000 - 0x55a2ff7 com.apple.Cocoa 6.6 (???) <EA27B428> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x55a5000 - 0x55ebff7 libauto.dylib ??? (???) <85670A64> /usr/lib/libauto.dylib
    0x55f8000 - 0x577afe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12> /usr/lib/libicucore.A.dylib
    0x57dc000 - 0x58ddfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68> /usr/lib/libxml2.2.dylib
    0x5901000 - 0x59aaff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x5a0e000 - 0x5ac7fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8> /usr/lib/libsqlite3.dylib
    0x5ad5000 - 0x5df5feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x5e69000 - 0x5eadfe7 com.apple.Metadata 10.6.3 (507.10) <630494FA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x5ed4000 - 0x5f9efef com.apple.CoreServices.OSServices 357 (357) <CF9530AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x5ffd000 - 0x607dfeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x60b1000 - 0x60e4ff7 com.apple.AE 496.4 (496.4) <7F34EC47> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x60fc000 - 0x6199fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x61d8000 - 0x61fefff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x6215000 - 0x6229fe7 libbsm.0.dylib ??? (???) <14CB053A> /usr/lib/libbsm.0.dylib
    0x6232000 - 0x623fff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x6248000 - 0x6254ff7 libkxld.dylib ??? (???) <322A4B52> /usr/lib/system/libkxld.dylib
    0x6258000 - 0x6280ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2> /usr/lib/libxslt.1.dylib
    0x628b000 - 0x6366fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x63b1000 - 0x66d5fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x6815000 - 0x6b7dff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x6c4c000 - 0x6c56ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x6c5f000 - 0x6ca3ff3 com.apple.coreui 2 (114) <29F8F1A4> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x6cc2000 - 0x6cc2ff7 liblangid.dylib ??? (???) <B99607FC> /usr/lib/liblangid.dylib
    0x6cc6000 - 0x6cd8ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x6ce5000 - 0x74d4557 com.apple.CoreGraphics 1.543.50 (???) <74533178> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x759c000 - 0x7756fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x77b0000 - 0x7811fe7 com.apple.CoreText 3.1.0 (???) <1372DABE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7849000 - 0x78e4ff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x790b000 - 0x79bbff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x79f2000 - 0x7a43ff7 com.apple.HIServices 1.8.0 (???) <10C85B88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7a6d000 - 0x7a7eff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7a8b000 - 0x7b33ffb com.apple.QD 3.35 (???) <B80B64BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7b60000 - 0x7b74ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7b82000 - 0x7bcbfe7 libTIFF.dylib ??? (???) <9CFF48CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7bd6000 - 0x7bdaff7 libGIF.dylib ??? (???) <3ECD4D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7bdf000 - 0x7bfaff7 libPng.dylib ??? (???) <36A3D75E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7c01000 - 0x7c03ff7 libRadiance.dylib ??? (???) <AB06F616> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7c07000 - 0x7c2bff7 libJPEG.dylib ??? (???) <5CE96981> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7c32000 - 0x7d0fff7 com.apple.vImage 4.0 (4.0) <64597E4B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7d1d000 - 0x7d1dff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <ABF97DA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7d20000 - 0x7d62ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7d6b000 - 0x7ddaff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7de3000 - 0x81f9ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x823b000 - 0x8670ff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x87f6000 - 0x88e8ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9. <D2C86308> /usr/lib/libcrypto.0.9.8.dylib
    0x893a000 - 0x893bff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x893f000 - 0x89f5ffb libFontParser.dylib ??? (???) <067DC1A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x8a85000 - 0x8abdff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C> /usr/lib/libcups.2.dylib
    0x8aca000 - 0x8aeafe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3> /usr/lib/libresolv.9.dylib
    0x8af4000 - 0x8afefe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x8b06000 - 0x8b56ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x8b6d000 - 0x8c1bff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x8c45000 - 0x8c64ff7 com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x8c7b000 - 0x8c89ff7 com.apple.opengl 1.6.8 (1.6. <EBB7B411> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x8c91000 - 0x8cc2ff7 libGLImage.dylib ??? (???) <B45EA17E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x8cca000 - 0x8cebfe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x8cf4000 - 0x8cf8ff7 IOSurface ??? (???) <66E11D8E> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x8d00000 - 0x8d43ff7 libGLU.dylib ??? (???) <B50572FF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x8d51000 - 0x8d5cff7 libGL.dylib ??? (???) <B87E0676> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x8d6b000 - 0x8e77ff7 libGLProgrammability.dylib ??? (???) <23AB2443> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x8e96000 - 0x8e99ff7 libCoreVMClient.dylib ??? (???) <420D9D10> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x8e9e000 - 0x8ea2ff7 libGFXShared.dylib ??? (???) <B6028E64> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x8ea7000 - 0x8f29ffb SecurityFoundation ??? (???) <3670AE8B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x8f60000 - 0x8f65ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x8f6d000 - 0x8f85ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x8f96000 - 0x8fe3feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <87BA2C52> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x8fff000 - 0x9021fef com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x902b000 - 0x903bff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3> /usr/lib/libsasl2.2.dylib
    0x9042000 - 0x9048fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9050000 - 0x9053ffb com.apple.help 1.3.1 (41) <67F1F424> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9058000 - 0x90bcffb com.apple.htmlrendering 72 (1.1.4) <4D451A35> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90de000 - 0x90f3fff com.apple.ImageCapture 6.0 (6.0) <3F31833A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9109000 - 0x914cff7 com.apple.NavigationServices 3.5.4 (182) <753B8906> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9175000 - 0x9191fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91a1000 - 0x91a3ff7 com.apple.securityhi 4.0 (36638) <38D36D4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91a8000 - 0x91e0ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91eb000 - 0x91fbff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9206000 - 0x927dff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9296000 - 0x92d6ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92f7000 - 0x9302ff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x930e000 - 0x9342ff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9. <0B900F26> /usr/lib/libssl.0.9.8.dylib
    0x9354000 - 0x9496ff7 com.apple.syncservices 5.2 (578.3) <16A29689> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x950d000 - 0x9546fe7 com.apple.bom 10.0 (164) <CC61CCD7> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9555000 - 0x9592ff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x95ad000 - 0x95baff7 com.apple.AppleFSCompression 24.3 (1.0) <49782434> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x95c2000 - 0x95cffe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <621F6361> /usr/lib/libbz2.1.0.dylib
    0x95d4000 - 0x97ffff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98e0000 - 0x9959ff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x998f000 - 0x99b6ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x99d4000 - 0x9bb6fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9c88000 - 0x9cf6ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9d32000 - 0x9d62ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9d81000 - 0x9f78feb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9fd2000 - 0xa028ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0xa058000 - 0xa15afef com.apple.MeshKitIO 1.1 (49.2) <34322CDD> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0xa1c1000 - 0xa2edffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0xa351000 - 0xa80affb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0xa8b2000 - 0xa8f8ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0xa919000 - 0xa991fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xa99a000 - 0xa9f2fe7 com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0xaa1b000 - 0xaa75fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0xaaa4000 - 0xaae2ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0xab05000 - 0xab0bff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0xab14000 - 0xab53ff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0xab74000 - 0xab75ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0xab7a000 - 0xabcaff7 com.apple.Symbolication 1.1 (67) <E0C94D8B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0xabec000 - 0xac27fe7 com.apple.DebugSymbols 1.1 (70) <05013716> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0xac3e000 - 0xacb2fef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0xacf1000 - 0xad31ff7 com.apple.vmutils 4.2 (106) <834EA6B0> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0xad4a000 - 0xad69fe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F> /usr/lib/libexpat.1.dylib
    0xad8d000 - 0xad8dff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8> /usr/lib/libmx.A.dylib
    0xad92000 - 0xad93ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xc564000 - 0xc599ff7 com.apple.prokit.SnowLeopardPanels 6.0 (1174) <1F48C7D7> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0xc5ad000 - 0xc5b8ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0xc5f0000 - 0xc5f4ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x13a86000 - 0x13b02ff7 com.apple.iLifeMediaBrowser 2.5 (466) <5A0F19CD> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x13bd0000 - 0x13bd3ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x1a100000 - 0x1a1d1fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x1a20f000 - 0x1a250ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x1a25f000 - 0x1a298ff7 com.motu.driver.FWA.HALPlugin ??? (1.5 41560) <DCB7A039> /System/Library/Extensions/MOTUFireWireAudio.kext/Contents/PlugIns/FWHALPlugin. bundle/Contents/MacOS/FWHALPlugin
    0x1a2b1000 - 0x1a306fe2 com.apple.DVCPROHDAudio 1.3.2 (1.3.2) <530BFE91> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x1a325000 - 0x1a360feb libFontRegistry.dylib ??? (???) <A102F61F> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    0x1a37b000 - 0x1a383ff7 com.apple.proapps.mrcheckpro 1.4 (359) <353F1A07> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1a391000 - 0x1a393ff7 com.apple.music.apps.anvil.resources 9.0.0 (269.6) <7617E0AC> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1a3e2000 - 0x1a43afff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26A406B3> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1a45e000 - 0x1a461ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x1a466000 - 0x1a516fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x1a53f000 - 0x1b48ffe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x1b780000 - 0x1b787ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x1b78e000 - 0x1b8c5ff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x1b8d4000 - 0x1b994fff +net.sourceforge.webcam-osx.common 0.9.2 (0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x1ba4b000 - 0x1bab0fe0 com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <94C8CA82> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1bc2a000 - 0x1bc2dfff +1000 ??? (???) <54049E0F> /Applications/Waves/Waves Plug-Ins/RBass.bundle/Contents/Resources/asIL/1000
    0x1bd72000 - 0x1bda3ff3 libTrueTypeScaler.dylib ??? (???) <7601D717> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    0x1bde1000 - 0x1be04fe7 GLRendererFloat ??? (???) <4F847096> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1be0c000 - 0x1be0eff7 com.apple.music.apps.common.resources 9.0.0 (269.6) <5ED5C53C> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1be13000 - 0x1be15ff7 com.apple.music.apps.ebp.resources 9.0.0 (269.6) <62711257> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1c9db000 - 0x1cd5afe3 com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1cdd1000 - 0x1cf44ff7 GLEngine ??? (???) <5EB664AC> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1cf76000 - 0x1d37bfe7 libclh.dylib 3.1.1 C (3.1.1) <50390561> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1d3f3000 - 0x1d3f5ff7 com.apple.music.apps.efx.resources 9.0.0 (269.6) <CA047E40> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1d500000 - 0x1d6dbff3 libType1Scaler.dylib ??? (???) <3CCADAB2> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libType1Scaler.dylib
    0x1d9e6000 - 0x1d9e8fe7 com.apple.music.apps.midi.device.plugin.CS-32 9.0.0 (175.6) <27DD5329> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x1d9f1000 - 0x1d9f4fe7 com.apple.music.apps.midi.device.plugin.FW-1884 9.0.0 (175.6) <B3EBA60B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x1d9ff000 - 0x1da01fff com.apple.music.apps.midi.device.plugin.GiO 9.0.0 (175.6) <3BA35EC0> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x1da07000 - 0x1da0bff7 com.apple.music.apps.midi.device.plugin.HUI 9.0.0 (175.6) <A4408A9B> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x1da19000 - 0x1da1afef com.apple.music.apps.midi.device.plugin.iControl 9.0.0 (175.6) <6EB5040A> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x1da21000 - 0x1da28fef com.apple.music.apps.midi.device.plugin.Logic Control 9.0.0 (175.6) <FCDBB08E> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x1da4a000 - 0x1da4cfef com.apple.music.apps.midi.device.plugin.microKONTROL 9.0.0 (175.6) <13F655AF> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x1e2cc000 - 0x1e2ceff7 com.apple.music.apps.egt.resources 9.0.0 (269.6) <8C852C25> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1e2d3000 - 0x1e2d5ff7 com.apple.music.apps.emx.resources 9.0.0 (269.6) <9177FCE7> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1e2da000 - 0x1e2dcff7 com.apple.music.apps.es1.resources 9.0.0 (269.6) <E4CDF9D6> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1e2e1000 - 0x1e2e3ff7 com.apple.music.apps.es2.resources 9.0.0 (269.6) <77D71604> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1e2e8000 - 0x1e2eaff7 com.apple.music.apps.esp.resources 9.0.0 (269.6) <B91EDC11> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1e2ef000 - 0x1e2f1ff7 com.apple.music.apps.evb3.resources 9.0.0 (269.6) <4FBC844F> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1e2f6000 - 0x1e2f8ff7 com.apple.music.apps.evd6.resources 9.0.0 (269.6) <CABA89D0> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1e2fd000 - 0x1e2ffff7 com.apple.music.apps.evoc.resources 9.0.0 (269.6) <C9257521> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1e304000 - 0x1e306ff7 com.apple.music.apps.evp88.resources 9.0.0 (269.6) <24594199> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1e30b000 - 0x1e30dff7 com.apple.music.apps.exs24.resources 9.0.0 (269.6) <C3EDCD43> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1e312000 - 0x1e314fff com.apple.music.apps.guitaramp.resources 9.0.0 (269.6) <B5524840> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x1e319000 - 0x1e31bff7 com.apple.music.apps.guitarcontrols.resources 9.0.0 (269.6) <738EEDEB> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x1e320000 - 0x1e322fff com.apple.music.apps.mutapdel.resources 9.0.0 (269.6) <FF701F3F> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1e327000 - 0x1e329fff com.apple.music.apps.pedalboard.resources 9.0.0 (269.6) <B0D0243F> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x1e32e000 - 0x1e330fff com.apple.music.apps.revolver.resources 9.0.0 (269.6) <7154D20C> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1e335000 - 0x1e337ff7 com.apple.music.apps.sphere.resources 9.0.0 (269.6) <F5882E2C> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x1e3e7000 - 0x1e3ebfff +1000 ??? (???) <CB8503CE> /Applications/Waves/Waves Plug-Ins/RVerb.bundle/Contents/Resources/asIL/1000
    0x20000000 - 0x20098fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x571fa000 - 0x571fbff7 com.apple.music.apps.midi.device.plugin.Recording Light 9.0.0 (175.6) <6895DB88> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x572be000 - 0x572c0ff7 com.apple.music.apps.midi.device.plugin.TranzPort 9.0.0 (175.6) <8B25B38E> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x572c6000 - 0x572c8fff com.apple.music.apps.midi.device.plugin.US-2400 9.0.0 (175.6) <2BF12417> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x5744c000 - 0x5744dfef com.apple.music.apps.midi.device.plugin.US-428 9.0.0 (175.6) <24821315> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x58986000 - 0x589f4ffe +com.izotope.audioplugins.AU.Ozone4 4.0.3 (4.0.3b274) <FF5C5FB7> /Library/Audio/Plug-Ins/Components/iZOzone4AUHook.component/Contents/MacOS/Plug inHooksAU
    0x58fe4000 - 0x58ff4fff +com.WavesAudio.RBass.7.1.0 7.1.0 (7.1.0.3) <E9B0D8B9> /Applications/Waves/Waves Plug-Ins/RBass.bundle/Contents/MacOS/RBass
    0x59800000 - 0x5a0ccfe7 +com.izotope.audioplugins.Ozone4 4.0.3 (4.0.3b274) <59C0DBA1> /Library/Audio/Plug-Ins/Components/iZOzone4AUHook.component/Contents/Resources/ iZOzone4.bundle/Contents/MacOS/iZOzone4
    0x5cba7000 - 0x5cd1fff3 +com.LennarDigital.Sylenth1 ??? (2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x5e000000 - 0x5eb7cff7 +Battery 3.MusicDevice.component 3.0.6.002 (3.0.6.002, Copyright © 2009 Native Instruments) <62495CE4> /Library/Audio/Plug-Ins/Components/Battery 3.component/Contents/MacOS/Battery 3
    0x5ef01000 - 0x5ef33fe6 +se.propellerheads.rex.library 1.6 (1.6) /Library/Application Support/Native Instruments/Helper/REX Shared Library.bundle/Contents/MacOS/REX Shared Library
    0x5f053000 - 0x5f233fe7 +de.native-instruments.kconvert.macho.bundle 2.0.0.29 (2.0.0.29) <D7D76185> /Library/Application Support/Native Instruments/Battery 3/bconvert.bundle/Contents/MacOS/kconvert
    0x64b00000 - 0x64b07ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x6723a000 - 0x679b7fe7 +Massive.MusicDevice.component 1.1.4 (R1901) (1.1.4 (R1901), Copyright © 2006 Native Instruments) <E6A44EAC> /Library/Audio/Plug-Ins/Components/Massive.component/Contents/MacOS/Massive
    0x73580000 - 0x73708fe7 +com.WavesAudio.WaveShell-AU.7.1.1 7.1.1 (7.1.1.5) <A013CF7B> /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.1.component/Contents/MacOS/WaveShell-AU
    0x737f0000 - 0x73818feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x73826000 - 0x73a52ff4 +com.WavesAudio.WavesLib.7.1.1 7.1.1 (7.1.1.5) <7A8B1009> /Applications/Waves/Waves Plug-Ins/WavesLib 7.1.framework/Versions/A/WavesLib
    0x7b61d000 - 0x7b63dfed +com.WavesAudio.RVerb.7.1.0 7.1.0 (7.1.0.3) <C00A8505> /Applications/Waves/Waves Plug-Ins/RVerb.bundle/Contents/MacOS/RVerb
    0x7c145000 - 0x7c2c7fff +com.fabfilter.Volcano.AU.2 2.05 (2.05) <42661A7D> /Library/Audio/Plug-Ins/Components/FabFilter Volcano 2.component/Contents/MacOS/FabFilter Volcano 2
    0x8f050000 - 0x8f711fef com.apple.GeForceGLDriver 1.6.16 (6.1.6) <564FA254> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC> /usr/lib/dyld
    0xfa100000 - 0xfa192fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM MultiBeast.tonymacx86.com, 4 processors, Quad-Core Intel Xeon, 2.40 GHz, 3 GB, SMC 1.30f3
    Graphics: GeForce 8800 GT, GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    Network Service: Ethernet, Ethernet, en0
    PCI Card: GeForce 8800 GT, Display, Slot-1
    Serial ATA Device: PHILIPS SPD2514T
    Serial ATA Device: WDC WD5000AAKS-00V1A0, 465.76 GB
    Serial ATA Device: WDC WD3200AAKS-00VYA0, 298.09 GB
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfa200000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfa220000
    USB Device: Microsoft 3-Button Mouse with IntelliEye(TM), 0x045e (Microsoft Corporation), 0x0040, 0x3a200000
    FireWire Device: Vendor 0x1F2 Device 0x101800, 0x1F2, Up to 400 Mb/sec

    Thanks for your help.
    I updated to 9.1.3, and got the same crash, heres the new report:
    Process: Logic Pro [1859]
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Identifier: com.apple.logic.pro
    Version: 9.1.3 (1697.87)
    Build Info: Logic-16978700~1
    Code Type: X86 (Native)
    Parent Process: launchd [87]
    Date/Time: 2010-12-27 08:22:55.085 +0200
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 754479 sec
    Crashes Since Last Report: 63
    Per-App Interval Since Last Report: 561 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: DE0F4882-E04E-4FA2-9122-09A94AF5C2BC
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 7
    Application Specific Information:
    objc_msgSend() selector name: count
    abort() called
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x05256ed6 objc_msgSend + 22
    1 com.apple.AppKit 0x025135bb -[NSFocusStack popTopView] + 144
    2 com.apple.AppKit 0x025133a9 -[NSView unlockFocus] + 111
    3 com.apple.AppKit 0x02508eac -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 5504
    4 com.apple.AppKit 0x02508b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    5 com.apple.AppKit 0x02508b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    6 com.apple.AppKit 0x02508b68 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 4668
    7 com.apple.AppKit 0x02507767 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 265
    8 com.apple.prokit 0x01d1792d -[NSProWindowFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 105
    9 com.apple.AppKit 0x025040ae -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 3309
    10 com.apple.AppKit 0x02464d3f -[NSView displayIfNeeded] + 818
    11 com.apple.AppKit 0x0242e050 -[NSWindow displayIfNeeded] + 204
    12 com.apple.AppKit 0x0245f572 _handleWindowNeedsDisplay + 696
    13 com.apple.CoreFoundation 0x014f82c2 __CFRunLoopDoObservers + 1186
    14 com.apple.CoreFoundation 0x014b49bd __CFRunLoopRun + 557
    15 com.apple.CoreFoundation 0x014b4094 CFRunLoopRunSpecific + 452
    16 com.apple.CoreFoundation 0x014b3ec1 CFRunLoopRunInMode + 97
    17 com.apple.HIToolbox 0x064e2f9c RunCurrentEventLoopInMode + 392
    18 com.apple.HIToolbox 0x064e2d51 ReceiveNextEventCommon + 354
    19 com.apple.HIToolbox 0x064e2bd6 BlockUntilNextEventMatchingListInMode + 81
    20 com.apple.AppKit 0x02435a89 _DPSNextEvent + 847
    21 com.apple.AppKit 0x024352ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    22 com.apple.AppKit 0x023f755b -[NSApplication run] + 821
    23 com.apple.prokit 0x01ceefec NSProApplicationMain + 326
    24 com.apple.logic.pro 0x0002b7b5 DummyConnection::DummyConnection() + 193
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x03206942 kevent + 10
    1 libSystem.B.dylib 0x0320705c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x03206519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x032062be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x03205d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x03205b86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x031e00fa machmsgtrap + 10
    1 libSystem.B.dylib 0x031e0867 mach_msg + 68
    2 com.apple.CoreFoundation 0x014b4faf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x014b4094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x014b9fd4 CFRunLoopRun + 84
    5 com.apple.DVCPROHDMuxer 0x1bd8498f AVS::DestroyAVCDeviceController(AVS::AVCDeviceController*) + 317
    6 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    7 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.music.apps.MAFiles 0x04e014c8 ResolveFile + 54808
    4 com.apple.music.apps.MAFiles 0x04e01591 ResolveFile + 55009
    5 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    6 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.music.apps.MAFiles 0x04e014c8 ResolveFile + 54808
    4 com.apple.music.apps.MAFiles 0x04e01591 ResolveFile + 55009
    5 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    6 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x031e015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x0320dca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x0323c848 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x013eb805 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x013ee837 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x013ec134 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x013eb9cb HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x013eb8e2 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    9 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04ebfb1c MD::CallProcessThread1(void*) + 108
    4 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    5 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 7 Crashed:
    0 libSystem.B.dylib 0x0324d28e _semwait_signalnocancel + 10
    1 libSystem.B.dylib 0x0324d172 nanosleep$NOCANCEL$UNIX2003 + 166
    2 libSystem.B.dylib 0x032c803a usleep$NOCANCEL$UNIX2003 + 61
    3 libSystem.B.dylib 0x032e9685 __abort + 136
    4 libSystem.B.dylib 0x032e96f5 abortreportnp + 0
    5 com.apple.logic.pro 0x00408209 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3981977
    6 libSystem.B.dylib 0x032461fb _sigtramp + 43
    7 ??? 0x0000000a 0 + 10
    Thread 8:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04ebf60c MD::CallProcessThread3(void*) + 124
    4 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    5 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04ebd74c MD::CallProcessThread15(void*) + 124
    4 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    5 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x0320e066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x0320dd22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x0320f9b8 pthreadcondwait$UNIX2003 + 73
    3 ...le.music.apps.MAAudioEngine 0x04edc6f9 MDFileIOThread_IsBusy + 3593
    4 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    5 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x031e00fa machmsgtrap + 10
    1 libSystem.B.dylib 0x031e0867 mach_msg + 68
    2 com.apple.audio.midi.CoreMIDI 0x03175f31 XServerMachPort::ReceiveMessage(int&, void*, int&) + 155
    3 com.apple.audio.midi.CoreMIDI 0x031948fe MIDIProcess::RunMIDIInThread() + 150
    4 com.apple.audio.midi.CoreMIDI 0x03177149 XThread::RunHelper(void*) + 17
    5 com.apple.audio.midi.CoreMIDI 0x03176b16 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    7 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x031e015a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x0320dca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x0323c848 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x05c193b5 TSWaitOnConditionTimedRelative + 242
    4 ...ple.CoreServices.CarbonCore 0x05c190f3 TSWaitOnSemaphoreCommon + 511
    5 ...ple.CoreServices.CarbonCore 0x05c3d34b TimerThread + 97
    6 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    7 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x031ff086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x014f480d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    3 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x031ff086 select$DARWIN_EXTSN + 10
    1 com.apple.logic.pro 0x0098d447 void UnitTest::CheckEqual<ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment>(UnitTest::TestResults&, ScTypeSetter::tVerticalAlignment, ScTypeSetter::tVerticalAlignment, UnitTest::TestDetails const&) + 379879
    2 com.apple.logic.pro 0x005d22c4 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 5858132
    3 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    4 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x031e0136 semaphorewaittrap + 10
    1 ...ery 3.MusicDevice.component 0x5dde4868 BEngine::SetEngineParThreadProc() + 56
    2 ...ery 3.MusicDevice.component 0x5e2c81e6 NI::GP::Thread::execute(void*) + 54
    3 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    4 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x031e0136 semaphorewaittrap + 10
    1 ...ery 3.MusicDevice.component 0x5de440cd BEngine::DFDThreadProc() + 29
    2 ...ery 3.MusicDevice.component 0x5e2c81e6 NI::GP::Thread::execute(void*) + 54
    3 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    4 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x031e020e machwaituntil + 10
    1 libSystem.B.dylib 0x032675a9 nanosleep + 345
    2 libSystem.B.dylib 0x0326744a usleep + 61
    3 ...vesAudio.WaveShell-AU.7.1.1 0x73b26c18 wvThread::WCIdleCommandDispatcher::threadMain(void*) + 32
    4 libSystem.B.dylib 0x0320d81d pthreadstart + 345
    5 libSystem.B.dylib 0x0320d6a2 thread_start + 34
    Thread 7 crashed with X86 Thread State (32-bit):
    eax: 0x0000003c ebx: 0x0324d0d9 ecx: 0xb048d4cc edx: 0x0324d28e
    edi: 0x00000000 esi: 0xb048d528 ebp: 0xb048d508 esp: 0xb048d4cc
    ss: 0x0000001f efl: 0x00000247 eip: 0x0324d28e cs: 0x00000007
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x3b88f090
    Binary Images:
    0x1000 - 0xc07ff7 com.apple.logic.pro 9.1.3 (1697.87) <15FE0D07-0961-0A1E-AD40-4D588CAFE0A8> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    0xeb8000 - 0xec6fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0xecb000 - 0xefefe7 com.apple.music.apps.MAAudioUnitSupport 9.1.3 (231.52) <6A8B0674-5A36-F119-0736-572F27934537> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/MAAudioUnit Support
    0xf13000 - 0xf13ff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0xf16000 - 0x111cfeb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x11ee000 - 0x131afff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x1380000 - 0x13b1ff3 +MAAssetSharing 250.24.0 (compatibility 1.0.0) <B2CA208E-A82D-7C26-22D8-F65BE430FFFF> /Applications/Logic Pro.app/Contents/Frameworks/MAAssetSharing.framework/Versions/A/MAAssetSharing
    0x13c5000 - 0x13c6ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x13cb000 - 0x1446fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x1478000 - 0x15f2fe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x16ea000 - 0x17c6ff3 com.apple.DiscRecording 5.0.5 (5050.4.3) <7BFF81A5-BBFA-5D2F-FFEE-65BEA7697134> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x1817000 - 0x1872ff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x1891000 - 0x1b8afef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x1c36000 - 0x1c3fff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x1c49000 - 0x1c4bfe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x1c51000 - 0x1caffff com.apple.music.apps.MALoopManagement 9.1.3 (218.26) <2C3C7909-DF88-6F7D-7886-BC481F2CDA6C> /Applications/Logic Pro.app/Contents/Frameworks/MALoopManagement.framework/Versions/A/MALoopManagem ent
    0x1ccc000 - 0x1ef2fe7 com.apple.prokit 6.0 (1174) <FB818875-0DDA-7751-760D-F834EDC1BB40> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x1ff6000 - 0x2074ffb com.apple.music.apps.MACore 9.1.3 (475.63) <F81212B7-9437-B513-7296-D9F1DC5DC815> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
    0x20ac000 - 0x20acff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <3891A689-4F38-FACD-38B2-4BF937DE30CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x20af000 - 0x2312fef com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x23ed000 - 0x2ccdff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x3166000 - 0x31b2fff com.apple.audio.midi.CoreMIDI 1.7 (42) <670CB7F9-AA00-86F3-6623-E1335F7AEA83> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x31d7000 - 0x31d7ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x31df000 - 0x3385feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x3406000 - 0x3443ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x3460000 - 0x34b6fe3 com.apple.music.apps.MAHarmony 9.1.3 (198.26) <4F2D1C17-2764-F82D-6F7E-878BD7D83DCB> /Applications/Logic Pro.app/Contents/Frameworks/MAHarmony.framework/Versions/A/MAHarmony
    0x34d2000 - 0x38ebfe7 com.apple.music.apps.MAPlugInGUI 9.1.3 (423.38) <601C4063-D4D6-353E-48D8-C7085B12D1C0> /Applications/Logic Pro.app/Contents/Frameworks/MAPlugInGUI.framework/Versions/A/MAPlugInGUI
    0x3bfa000 - 0x3cdcff7 com.apple.music.apps.OMF 9.1.3 (108.25) <3A191296-9E9F-EE86-C40B-94BE51B818D0> /Applications/Logic Pro.app/Contents/Frameworks/OMF.framework/Versions/A/OMF
    0x3cf3000 - 0x431dfe7 com.apple.music.apps.MADSP 9.1.3 (586.60) <1B87D598-8C45-85C2-8BAE-5146F47676DF> /Applications/Logic Pro.app/Contents/Frameworks/MADSP.framework/Versions/A/MADSP
    0x4a53000 - 0x4a74ff7 com.apple.music.apps.LogicFileBrowser 9.1.3 (1697.87) <30484374-D2CE-28E3-3911-918175A37EC0> /Applications/Logic Pro.app/Contents/Frameworks/LogicFileBrowser.framework/Versions/A/LogicFileBrow ser
    0x4a82000 - 0x4afbff7 com.apple.music.apps.LogicLoopBrowser 9.1.3 (1697.87) <F4383344-B47C-34ED-25EE-CDB4C25AB91F> /Applications/Logic Pro.app/Contents/Frameworks/LogicLoopBrowser.framework/Versions/A/LogicLoopBrow ser
    0x4b21000 - 0x4b42ff7 com.apple.music.apps.MAApogeeSupport 9.1.3 (311.26) <E1742743-03A3-5010-7305-9563C2F07A17> /Applications/Logic Pro.app/Contents/Frameworks/MAApogeeSupport.framework/Versions/A/MAApogeeSuppor t
    0x4b4b000 - 0x4c8efef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x4d44000 - 0x4d49ff7 com.apple.music.apps.MAResources 9.1.3 (211.27) <6A5C7B5D-7BAA-621A-6354-6DCFE64C7169> /Applications/Logic Pro.app/Contents/Frameworks/MAResources.framework/Versions/A/MAResources
    0x4d4d000 - 0x4d76fe3 com.apple.audio.CoreAudioKit 1.6.1 (1.6.1) <7FFBD485-5251-776A-CC44-4470DD84112B> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x4d87000 - 0x4d8fff7 com.apple.AEProfiling 1.2 (23) <86CAC73B-4541-6AF7-81EA-39A225208B61> /Applications/Logic Pro.app/Contents/Frameworks/AEProfiling.framework/Versions/A/AEProfiling
    0x4d98000 - 0x4da8ff7 com.apple.AERegistration 1.2 (401) <16BF6A2B-5D59-40F1-4960-E42997A9884E> /Applications/Logic Pro.app/Contents/Frameworks/AERegistration.framework/Versions/A/AERegistration
    0x4dbc000 - 0x4dc8ff3 com.apple.music.apps.MAUnitTest 9.1.3 (95.26) <A3639591-6C3E-182E-77B9-CF372A3BD99F> /Applications/Logic Pro.app/Contents/Frameworks/MAUnitTest.framework/Versions/A/MAUnitTest
    0x4dd2000 - 0x4e89ff3 com.apple.music.apps.MAFiles 9.1.3 (143.41) <3A3D8254-3882-EB60-F5C2-2595A647D593> /Applications/Logic Pro.app/Contents/Frameworks/MAFiles.framework/Versions/A/MAFiles
    0x4ea9000 - 0x4f1fff3 com.apple.music.apps.MAAudioEngine 9.1.3 (156.63) <576F14D7-9EE6-C6D4-F38A-62A734882D49> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
    0x4f8f000 - 0x50bdfe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x5121000 - 0x512cff7 com.apple.music.apps.MAToolKit 9.1.3 (357.30) <87077A15-69AB-8D17-D7C0-DB0EA794DC99> /Applications/Logic Pro.app/Contents/Frameworks/MAToolKit.framework/Versions/A/MAToolKit
    0x5132000 - 0x5132ff7 com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x5135000 - 0x5153fef com.apple.XSKey 1.0.0 (52) <71B94F53-15DB-9012-91F2-211F7C2CD790> /Library/Frameworks/XSKey.framework/Versions/A/XSKey
    0x5162000 - 0x5176ff7 com.apple.music.apps.MAVideo 9.1.3 (11.31) <D2409155-8C9F-13D9-2898-732E252E9A6B> /Applications/Logic Pro.app/Contents/Frameworks/MAVideo.framework/Versions/A/MAVideo
    0x518c000 - 0x51f6fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x5251000 - 0x52fefe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x5312000 - 0x5312ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x531a000 - 0x558affb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x5699000 - 0x569cfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x569f000 - 0x569fff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x56a2000 - 0x56e8ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x56f5000 - 0x5877fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x58d9000 - 0x59dafe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x59fe000 - 0x5aa7ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x5b0b000 - 0x5bc4fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x5bd2000 - 0x5ef2feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x5f66000 - 0x5faafe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x5fd1000 - 0x609bfef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x60fa000 - 0x617afeb 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
    0x61ae000 - 0x61e1ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x61f9000 - 0x6296fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x62d5000 - 0x62fbfff 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
    0x6312000 - 0x6326fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x632f000 - 0x633cff7 com.apple.NetFS 3.2.1 (3.2.1) <A6443845-5815-2429-7649-C51A4B5E7DF9> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x6345000 - 0x6351ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x6355000 - 0x637dff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x6388000 - 0x6463fe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x64ae000 - 0x67d2fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x6912000 - 0x6c7aff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x6d49000 - 0x6d53ffb 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
    0x6d5c000 - 0x6da0ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x6dbf000 - 0x6dbfff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x6dc3000 - 0x6dd5ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x6de2000 - 0x75d1557 com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7699000 - 0x7853fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x78ad000 - 0x790efe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7946000 - 0x79e1ff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7a08000 - 0x7ab8ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7aef000 - 0x7b40ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7b6a000 - 0x7b7bff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7b88000 - 0x7c30ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7c5d000 - 0x7c71ffb 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
    0x7c7f000 - 0x7cc8fe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7cd3000 - 0x7cd7ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7cdc000 - 0x7cf7ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7cfe000 - 0x7d00ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7d04000 - 0x7d28ff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7d2f000 - 0x7e0cff7 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
    0x7e1a000 - 0x7e1aff7 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
    0x7e1d000 - 0x7e5fff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <29E5ABCF-6D8A-0CE0-B480-C7D240FF8575> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7e68000 - 0x7ed7ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <706684C7-AFA0-B036-274A-D02F8961DED5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7ee0000 - 0x82f6ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x8338000 - 0x876dff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x88f3000 - 0x89e5ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x8a37000 - 0x8a38ff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x8a3c000 - 0x8af2ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x8b82000 - 0x8bbaff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x8bc7000 - 0x8be7fe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x8bf1000 - 0x8bf1ff7 com.apple.vecLib 3.6 (vecLib 3.6) <FF4DC8B6-0AB0-DEE8-ADA8-7B57645A1F36> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x8bf4000 - 0x8bfefe7 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
    0x8c06000 - 0x8c56ff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x8c6d000 - 0x8d1bff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x8d45000 - 0x8d64ff7 com.apple.CoreVideo 1.6.1 (45.5) <EA39D59C-018E-E6EE-6323-809CDA61E3CE> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x8d7b000 - 0x8d89ff7 com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x8d91000 - 0x8dc2ff7 libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x8dca000 - 0x8debfe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x8df4000 - 0x8df8ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x8e00000 - 0x8e43ff7 libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x8e51000 - 0x8e5cff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x8e6b000 - 0x8f77ff7 libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x8f96000 - 0x8f99ff7 libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x8f9e000 - 0x8fa2ff7 libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x8fa7000 - 0x9029ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9060000 - 0x9065ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x906d000 - 0x9085ff7 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
    0x9096000 - 0x90e3feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <87BA2C52-8451-F0E5-DCDE-E0B9E4D40405> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90ff000 - 0x9121fef com.apple.DirectoryService.Framework 3.6 (621.4) <B88E98EF-7F17-F988-62A4-3DEC0832B3B7> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x912b000 - 0x913bff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9142000 - 0x9182ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x919b000 - 0x91a1fff 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
    0x91a9000 - 0x91acffb 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
    0x91b1000 - 0x9215ffb 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
    0x9237000 - 0x924cfff 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
    0x9262000 - 0x92a5ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92ce000 - 0x92eafe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92fa000 - 0x92fcff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9301000 - 0x9339ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9344000 - 0x9354ff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x935f000 - 0x93d6ff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93ef000 - 0x942fff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9450000 - 0x945bff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9467000 - 0x949bff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x94ad000 - 0x95efff7 com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9666000 - 0x9702ffc com.apple.MobileMe 9 (1.01) <EBADB981-9ED6-82B0-810F-F1CB05CB5A17> /Applications/Logic Pro.app/Contents/Frameworks/MobileMe.framework/Versions/A/MobileMe
    0x975f000 - 0x9798fe7 com.apple.bom 10.0 (164) <CC61CCD7-F76C-45DD-6666-C0E0D07C7343> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x97a7000 - 0x97e4ff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x97ff000 - 0x980cff7 com.apple.AppleFSCompression 24.3 (1.0) <49782434-8CEE-CD5C-A953-E5EAD5765B48> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x9814000 - 0x9821fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <621F6361-84B7-B863-2511-9E77F738C7D8> /usr/lib/libbz2.1.0.dylib
    0x9826000 - 0x9a51ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9b32000 - 0x9babff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9be1000 - 0x9c08ff7 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
    0x9c26000 - 0x9e08fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x9eda000 - 0x9f48ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x9f84000 - 0x9fb4ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x9fd3000 - 0xa1cafeb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0xa224000 - 0xa27aff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0xa2aa000 - 0xa3acfef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0xa413000 - 0xa53fffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0xa5a3000 - 0xaa5cffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0xab04000 - 0xab4affb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0xab6b000 - 0xabe3fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0xabec000 - 0xac44fe7 com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0xac6d000 - 0xacc7fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0xacf6000 - 0xad34ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0xad57000 - 0xad5dff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0xad66000 - 0xada5ff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0xadc6000 - 0xadc7ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0xadcc000 - 0xae1cff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0xae3e000 - 0xae79fe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0xae90000 - 0xaf04fef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0xaf43000 - 0xaff8fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0xb03e000 - 0xb05dfe3 libexpat.1.dylib 7.2.0 (compatibility 7.0.0) <82E6F83F-9667-2E39-1D9D-4A49C642527D> /usr/lib/libexpat.1.dylib
    0xb09a000 - 0xb09aff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib
    0xb2e6000 - 0xb2f1ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0xb740000 - 0xb775ff7 com.apple.prokit.SnowLeopardPanels 6.0 (1174) <1F48C7D7-51D4-05D6-8C16-7AE1D43C23B8> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/Resources/SnowLeo pardPanels.bundle/Contents/MacOS/SnowLeopardPanels
    0xb786000 - 0xb787ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0xb7c5000 - 0xb7c9ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xdd5a000 - 0xdd9bff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0xddaa000 - 0xdde3ff7 com.motu.driver.FWA.HALPlugin ??? (1.5 41560) <DCB7A039-3CDD-BBDB-B4E7-C6F35B7AA4B2> /System/Library/Extensions/MOTUFireWireAudio.kext/Contents/PlugIns/FWHALPlugin. bundle/Contents/MacOS/FWHALPlugin
    0x10eb0000 - 0x10f2cff7 com.apple.iLifeMediaBrowser 2.5 (466) <5A0F19CD-3CA5-FF0E-F146-9186B8B58A6D> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x10f81000 - 0x10fd6fe2 com.apple.DVCPROHDAudio 1.3.2 (1.3.2) <A9248133-6EB0-2702-A9B8-71C67BE55FD4> /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio
    0x10ff5000 - 0x10ff8ff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit
    0x19480000 - 0x19551fe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x1a66f000 - 0x1a677ff7 com.apple.proapps.mrcheckpro 1.4 (397) <25DBA6AA-139D-EFAC-1BF8-5D29A3DFA497> /Applications/Logic Pro.app/Contents/Resources/MRCheckPro.bundle/Contents/MacOS/MRCheckPro
    0x1a680000 - 0x1a683ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x1a70c000 - 0x1a764fff +com.DivXInc.DivXDecoder 6.8.4.3 (6.8.4) <26A406B3-E4BC-C6FF-8F28-A99FFEB5CF2D> /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1a788000 - 0x1a838fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x1a861000 - 0x1b7b1fe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x1baa2000 - 0x1baa9ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x1bab0000 - 0x1bbe7ff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x1bbf6000 - 0x1bcb6fff +net.sourceforge.webcam-osx.common 0.9.2 (0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam
    0x1bd6d000 - 0x1bdd2fe0 com.apple.DVCPROHDMuxer 1.3.2 (1.3.2) <C1AA540F-CEAD-77BA-1CD6-0D467B4F76FF> /Library/QuickTime/DVCPROHDMuxer.component/Contents/MacOS/DVCPROHDMuxer
    0x1be2e000 - 0x1be31fff +1000 ??? (???) <54049E0F-F5C7-76A8-2B22-C114CD23A115> /Applications/Waves/Waves Plug-Ins/RBass.bundle/Contents/Resources/asIL/1000
    0x1c080000 - 0x1c0bbfeb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistry.dylib
    0x1c0d6000 - 0x1c107ff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    0x1c113000 - 0x1c136fe7 GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1c997000 - 0x1cd16fe3 com.apple.RawCamera.bundle 3.0.3 (529) <68958A8F-F1AC-A73C-3172-BC17F18EC5FC> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1cd8d000 - 0x1cf00ff7 GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1cf32000 - 0x1d337fe7 libclh.dylib 3.1.1 C (3.1.1) <50390561-2363-6DB1-407B-FD807F375466> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x1d55d000 - 0x1d738ff3 libType1Scaler.dylib ??? (???) <3CCADAB2-FBBF-15C9-C70C-4D26746B309E> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libType1Scaler.dylib
    0x1da48000 - 0x1da4aff3 com.apple.music.apps.midi.device.plugin.GiO 9.1.3 (197.32) <58CD349A-E7DF-A043-BF27-E95A0CBE9E37> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/GiO.bundle/Contents/MacOS/GiO
    0x1db0a000 - 0x1db0aff3 com.apple.music.apps.midi.device.plugin.Recording Light 9.1.3 (197.32) <D5745209-481B-99C9-6661-3DBA6F36BC60> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Recording Light.bundle/Contents/MacOS/Recording Light
    0x1dc58000 - 0x1dc5aff3 com.apple.music.apps.anvil.resources 9.1.3 (279.24) <30AED652-8144-4C7D-3704-C5E54374E926> /Applications/Logic Pro.app/Contents/Resources/anvil.res/Contents/MacOS/anvil
    0x1dc5f000 - 0x1dc61ff3 com.apple.music.apps.common.resources 9.1.3 (279.24) <00F7BF38-C2EC-4B11-C576-397A4F3C5B2E> /Applications/Logic Pro.app/Contents/Resources/common.res/Contents/MacOS/common
    0x1dc66000 - 0x1dc68ff3 com.apple.music.apps.ebp.resources 9.1.3 (279.24) <E3CED784-10CA-D943-47ED-CA0EE6560A43> /Applications/Logic Pro.app/Contents/Resources/ebp.res/Contents/MacOS/ebp
    0x1dc6d000 - 0x1dc6fff3 com.apple.music.apps.efx.resources 9.1.3 (279.24) <5CB33B69-CC3F-FA36-31AD-29E9768A3EDB> /Applications/Logic Pro.app/Contents/Resources/efx.res/Contents/MacOS/efx
    0x1dc74000 - 0x1dc76ff3 com.apple.music.apps.egt.resources 9.1.3 (279.24) <45B575D4-BEC7-D9D6-18FD-1FD6EE52DFF4> /Applications/Logic Pro.app/Contents/Resources/egt.res/Contents/MacOS/egt
    0x1dc7b000 - 0x1dc7dff3 com.apple.music.apps.emx.resources 9.1.3 (279.24) <9C4E944F-4395-FB99-A95D-85D696CF603C> /Applications/Logic Pro.app/Contents/Resources/emx.res/Contents/MacOS/emx
    0x1dc82000 - 0x1dc84ff3 com.apple.music.apps.es1.resources 9.1.3 (279.24) <2C2AA27B-B7F9-4611-BA8E-268A6DDB6528> /Applications/Logic Pro.app/Contents/Resources/es1.res/Contents/MacOS/es1
    0x1dc89000 - 0x1dc8bff3 com.apple.music.apps.es2.resources 9.1.3 (279.24) <1203F4E1-A807-6356-1A1B-71E0D17F3266> /Applications/Logic Pro.app/Contents/Resources/es2.res/Contents/MacOS/es2
    0x1dc90000 - 0x1dc92ff3 com.apple.music.apps.esp.resources 9.1.3 (279.24) <812DDF6A-A139-271E-298E-A1448981C454> /Applications/Logic Pro.app/Contents/Resources/esp.res/Contents/MacOS/esp
    0x1dc97000 - 0x1dc99ff3 com.apple.music.apps.evb3.resources 9.1.3 (279.24) <4789B3C5-CE03-F88A-4C66-51235E640AF4> /Applications/Logic Pro.app/Contents/Resources/evb3.res/Contents/MacOS/evb3
    0x1dc9e000 - 0x1dca0ff3 com.apple.music.apps.evd6.resources 9.1.3 (279.24) <35CB149A-BDCC-E733-B398-D4C784EBCF50> /Applications/Logic Pro.app/Contents/Resources/evd6.res/Contents/MacOS/evd6
    0x1dca5000 - 0x1dca7ff3 com.apple.music.apps.evoc.resources 9.1.3 (279.24) <E6B81E02-B717-BE6B-91D1-889861513704> /Applications/Logic Pro.app/Contents/Resources/evoc.res/Contents/MacOS/evoc
    0x1dcac000 - 0x1dcaeff3 com.apple.music.apps.evp88.resources 9.1.3 (279.24) <F324A139-7C4A-1282-9967-972C3DBEC287> /Applications/Logic Pro.app/Contents/Resources/evp88.res/Contents/MacOS/evp88
    0x1dcb3000 - 0x1dcb5ff3 com.apple.music.apps.exs24.resources 9.1.3 (279.24) <C12205C5-9370-072E-7ACF-C853EDB9FE2A> /Applications/Logic Pro.app/Contents/Resources/exs24.res/Contents/MacOS/exs24
    0x1dcba000 - 0x1dcbcff3 com.apple.music.apps.guitaramp.resources 9.1.3 (279.24) <7C8C4D24-1E26-DB30-F199-714F26199D16> /Applications/Logic Pro.app/Contents/Resources/guitaramp.res/Contents/MacOS/guitaramp
    0x1dcc1000 - 0x1dcc3ff3 com.apple.music.apps.guitarcontrols.resources 9.1.3 (279.24) <F0B370F5-A84E-8D5C-11BB-EB8EFBCCA9F7> /Applications/Logic Pro.app/Contents/Resources/guitarcontrols.res/Contents/MacOS/guitarcontrols
    0x1dcc8000 - 0x1dccaff3 com.apple.music.apps.mutapdel.resources 9.1.3 (279.24) <5F23F0CD-8829-929D-6774-D9EB84F13944> /Applications/Logic Pro.app/Contents/Resources/mutapdel.res/Contents/MacOS/mutapdel
    0x1dccf000 - 0x1dcd1ff3 com.apple.music.apps.pedalboard.resources 9.1.3 (279.24) <4E0CA42C-EFCC-D453-BBD6-E00B63AD5BF7> /Applications/Logic Pro.app/Contents/Resources/pedalboard.res/Contents/MacOS/pedalboard
    0x1dcd6000 - 0x1dcd8ff3 com.apple.music.apps.revolver.resources 9.1.3 (279.24) <A64F2ACA-392C-93BF-BD59-BE38A8A20B11> /Applications/Logic Pro.app/Contents/Resources/revolver.res/Contents/MacOS/revolver
    0x1dcdd000 - 0x1dcdfff3 com.apple.music.apps.sphere.resources 9.1.3 (279.24) <EA7BB48B-C5F6-C6ED-DA6E-8D643CFF9D8C> /Applications/Logic Pro.app/Contents/Resources/sphere.res/Contents/MacOS/sphere
    0x1dce4000 - 0x1dce8fff +1000 ??? (???) <CB8503CE-ACF6-5298-78B0-E4016AB78037> /Applications/Waves/Waves Plug-Ins/RVerb.bundle/Contents/Resources/asIL/1000
    0x1ffe5000 - 0x1fff0ff7 com.apple.DVCPROHDVideoOutput 1.3.2 (1.3.2) <738D36A7-8DBD-3BD7-CD35-4B171397782C> /Library/QuickTime/DVCPROHDVideoOutput.component/Contents/MacOS/DVCPROHDVideoOu tput
    0x20000000 - 0x20098fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x57b57000 - 0x57b98fe3 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
    0x57b9f000 - 0x57bdbfe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1742) <1FFC5B3D-78E8-4902-7886-7EC84B574481> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x57be7000 - 0x57ca4fe2 com.apple.DesktopVideoOut 1.2.7 (1.2.7) <54E0C747-1169-FB4A-2CB4-9EA9BD5398F8> /Library/QuickTime/DesktopVideoOut.component/Contents/MacOS/DesktopVideoOut
    0x57cc3000 - 0x57ccdff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x58157000 - 0x58159fe3 com.apple.music.apps.midi.device.plugin.CS-32 9.1.3 (197.32) <125BCFE2-6B62-092A-6168-C9983BA554AA> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/CS-32.bundle/Contents/MacOS/CS-32
    0x58162000 - 0x58165feb com.apple.music.apps.midi.device.plugin.FW-1884 9.1.3 (197.32) <10EB39D6-3726-0957-1336-D3C0C961F830> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/FW-1884.bundle/Contents/MacOS/FW-1884
    0x5816f000 - 0x58173ffb com.apple.music.apps.midi.device.plugin.HUI 9.1.3 (197.32) <187A0930-DE60-7220-DF83-F9AE8BDCA6EA> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/HUI.bundle/Contents/MacOS/HUI
    0x58180000 - 0x58181fff com.apple.music.apps.midi.device.plugin.iControl 9.1.3 (197.32) <32561350-3045-68F1-DD93-F2E6AEC325AB> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/iControl.bundle/Contents/MacOS/iControl
    0x58187000 - 0x5818eff3 com.apple.music.apps.midi.device.plugin.Logic Control 9.1.3 (197.32) <9CA09C86-62C9-A172-995B-995048588539> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/Logic Control.bundle/Contents/MacOS/Logic Control
    0x581af000 - 0x581b1ff7 com.apple.music.apps.midi.device.plugin.microKONTROL 9.1.3 (197.32) <E626FD17-6763-7814-4FCB-01EC72A560A1> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/microKONTROL.bundle/Contents/MacOS/microKONTROL
    0x581b8000 - 0x581bbfff com.apple.music.apps.midi.device.plugin.TouchOSC 9.1.3 (197.32) <ED58F1CF-F84F-23B1-AFD0-7DC7B7D04228> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TouchOSC.bundle/Contents/MacOS/TouchOSC
    0x581c6000 - 0x581c8ff3 com.apple.music.apps.midi.device.plugin.TranzPort 9.1.3 (197.32) <D44A89F2-5A83-F6D1-BC59-A863746C75FC> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/TranzPort.bundle/Contents/MacOS/TranzPort
    0x581cd000 - 0x581cffe7 com.apple.music.apps.midi.device.plugin.US-2400 9.1.3 (197.32) <F8CE2010-C5AF-FCC7-50CE-7034EE351CF2> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-2400.bundle/Contents/MacOS/US-2400
    0x581d9000 - 0x581daffb com.apple.music.apps.midi.device.plugin.US-428 9.1.3 (197.32) <6C2207D6-7A99-BE4C-7178-80EC9D9AC773> /Applications/Logic Pro.app/Contents/MIDI Device Plug-ins/US-428.bundle/Contents/MacOS/US-428
    0x590cf000 - 0x5913dffe +com.izotope.audioplugins.AU.Ozone4 4.0.3 (4.0.3b274) <FF5C5FB7-73E7-47A7-A58C-CAE26F4EBFE4> /Library/Audio/Plug-Ins/Components/iZOzone4AUHook.component/Contents/MacOS/Plug inHooksAU
    0x59151000 - 0x59a1dfe7 +com.izotope.audioplugins.Ozone4 4.0.3 (4.0.3b274) <59C0DBA1-ADB9-4A5C-AC87-2136F552C42F> /Library/Audio/Plug-Ins/Components/iZOzone4AUHook.component/Contents/Resources/ iZOzone4.bundle/Contents/MacOS/iZOzone4
    0x5bf26000 - 0x5bf36fff +com.WavesAudio.RBass.7.1.0 7.1.0 (7.1.0.3) <E9B0D8B9-2F85-7BAB-013C-56738EB506DE> /Applications/Waves/Waves Plug-Ins/RBass.bundle/Contents/MacOS/RBass
    0x5cade000 - 0x5cc56ff3 +com.LennarDigital.Sylenth1 ??? (2.2.0) /Library/Audio/Plug-Ins/Components/Sylenth1.component/Contents/MacOS/Sylenth1
    0x5dc8a000 - 0x5e806ff7 +Battery 3.MusicDevice.component 3.0.6.002 (3.0.6.002, Copyright © 2009 Native Instruments) <62495CE4-6A5A-7399-B017-22FE0F913116> /Library/Audio/Plug-Ins/Components/Battery 3.component/Contents/MacOS/Battery 3
    0x5edc5000 - 0x5edf7fe6 +se.propellerheads.rex.library 1.6 (1.6) /Library/Application Support/Native Instruments/Helper/REX Shared Library.bundle/Contents/MacOS/REX Shared Library
    0x5ef17000 - 0x5f0f7fe7 +de.native-instruments.kconvert.macho.bundle 2.0.0.29 (2.0.0.29) <D7D76185-C022-3F99-060E-C971D3BEB420> /Library/Application Support/Native Instruments/Battery 3/bconvert.bundle/Contents/MacOS/kconvert
    0x64b00000 - 0x64b07ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x6693b000 - 0x670b8fe7 +Massive.MusicDevice.component 1.1.4 (R1901) (1.1.4 (R1901), Copyright © 2006 Native Instruments) <E6A44EAC-DB9C-D707-EE74-182FBB174730> /Library/Audio/Plug-Ins/Components/Massive.component/Contents/MacOS/Massive
    0x73af9000 - 0x73c81fe7 +com.WavesAudio.WaveShell-AU.7.1.1 7.1.1 (7.1.1.5) <A013CF7B-57F2-8D69-1998-04A062014766> /Library/Audio/Plug-Ins/Components/WaveShell-AU 7.1.component/Contents/MacOS/WaveShell-AU
    0x73d69000 - 0x73d91feb com.apple.audio.OpenAL 1.3 (1.3) <17F53393-0AA6-5FC6-6544-7EFAFB7F13AD> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x73d9f000 - 0x73fcbff4 +com.WavesAudio.WavesLib.7.1.1 7.1.1 (7.1.1.5) <7A8B1009-2082-1CA2-4572-50771EDC8660> /Applications/Waves/Waves Plug-Ins/WavesLib 7.1.framework/Versions/A/WavesLib
    0x7b47f000 - 0x7b49ffed +com.WavesAudio.RVerb.7.1.0 7.1.0 (7.1.0.3) <C00A8505-E4BC-C20C-7B7D-9E9458EECDC8> /Applications/Waves/Waves Plug-Ins/RVerb.bundle/Contents/MacOS/RVerb
    0x7d000000 - 0x7d182fff +com.fabfilter.Volcano.AU.2 2.05 (2.05) <42661A7D-7E1A-030C-498C-BA3C60D81152> /Library/Audio/Plug-Ins/Components/FabFilter Volcano 2.component/Contents/MacOS/FabFilter Volcano 2
    0x8f050000 - 0x8f711fef com.apple.GeForceGLDriver 1.6.16 (6.1.6) <564FA254-348F-D753-74D9-85F91F64B805> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0xfa100000 - 0xfa192fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <5B9EAAE8-7803-E0B3-9E5B-E9E2CCC8BA0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: iMac11,1, BootROM MultiBeast.tonymacx86.com, 4 processors, Quad-Core Intel Xeon, 2.40 GHz, 3 GB, SMC 1.30f3
    Graphics: GeForce 8800 GT, GeForce 8800 GT, PCIe, 512 MB
    Memory Module: global_name
    Network Service: Ethernet, Ethernet, en0
    PCI Card: GeForce 8800 GT, Display, Slot-1
    Serial ATA Device: PHILIPS SPD2514T
    Serial ATA Device: WDC WD5000AAKS-00V1A0, 465.76 GB
    Serial ATA Device: WDC WD3200AAKS-00VYA0, 298.09 GB
    USB Device: iPhone, 0x05ac (Apple Inc.), 0x1297, 0xfa300000
    USB Device: Keyboard Hub, 0x05ac (Apple Inc.), 0x1006, 0xfa200000
    USB Device: Apple Keyboard, 0x05ac (Apple Inc.), 0x0221, 0xfa220000
    USB Device: Microsoft 3-Button Mouse with IntelliEye(TM), 0x045e (Microsoft Corporation), 0x0040, 0x3a200000
    FireWire Device: Vendor 0x1F2 Device 0x101800, 0x1F2, Up to 400 Mb/sec

  • Help on  Setting logical Levels  in Fact tables and on Dimension tables

    Hi all
    Can any body provide any blogs or any king of material on what exactly is levelling .
    Like after creating the Dimensional hierarchies we need to set the logical levels for the LTS of fact tabels ri8 .So what is the difference between setting logical levels to fact tabels and also Setting levelling on Dimension tables .
    Any kind of help is appreciated
    Thanks
    Xavier.
    Edited by: Xavier on Aug 4, 2011 10:50 AM

    I have read these blogs ,but what my question is
    Setting the logical levels in LTS of Fact tables i understood .
    But we can also set the logical levels for dimensions also ri8 .I didn't understand why do we set the logical levels for dimensions .Is there any reason why we go with the levelling at dimensions
    Thanks
    Xavier
    Edited by: Xavier on Aug 4, 2011 2:03 PM
    Edited by: Xavier on Aug 4, 2011 2:32 PM

  • Pls help me writing logic:iterate tag in jsp page

    Hey guys , I am struck in retriving string p1,p2,p3 in the jsp page
    Pls have a look ata the code
    In DAO class:-
    StdprdDAO.java
    Public arrayList getPFP()
    ArrayList a = new ArrayList();
    While(rs.next())
         columnsVO colVO = new columnsVO;
         colVO.setProduct(rset.getString(1));//will store in String colProduct
         colVO.setFamily(rset.getString(2));//will store in String colFamily
    colVO.setPrice(rset.getString(3));//will store in String colPrice
    a.add(colVO);
    return a;
    In Action Class:-
    ArrayList final = null;
    StdprdDAO DAO = new stdprdDAO();
    final = DAO.getPFP();
    For(int i = 0; final !=null && i<final.size() ; i++)
         columnsVO VO = null;
         VO = (columnsVO)final.get(i);
         String p1 = (String) VO.getProduct();
         String p2 = (String) VO.getFamily();
         String p3 = (String) VO.getPrice();
         Request.setAttribute(“p1”,p1);
         Request.setAttribute(“p2”,p2);
         Request.setAttribute(“p3”,p3);
    In JSP PAGE:-
    id = “columnsVO”>
    <bean:write name = “columnsVO” property=”final” id=”p1”>
    but still I am doubting my above sentences in jsp page ,so pls correct them if possible.
    Instead of l;ogic:iterate can I use directly getattribute(“p1”)? <logic:iterate
    Still I m doubting I can not utilize columnsVO file in logic:iterate, I can utilize only formbean file.
    So pls help me with this.

    May I ask why have you done it?
    If it is related to printing of the list then it is of no use.But it IS of use. The objects compEmployees is in scope.
    It has the list we want to print out.
    With logic:iterate:
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <logic:iterate name="compEmployees" property="totalEmps" id="emp">
              <tr>
                <td>
                  <bean:write name="emp" property="empNo"/>
                </td>
                <td>
                  <bean:write name="emp" property="empName"/>
                </td>
              </tr>
         </logic:iterate>
    </table>or alternatively with JSTL and c:forEach
    <table>
         <tr>
           <th>Number</th>
           <th>Employee</th>
         </tr>
         <c:forEach items="${compEmployees.totalEmps}" var="emp">
              <tr>
                <td>
                  <c:out value="${emp.empNo}"/>
                </td>
                <td>
                  <c:out value="${emp.empName}"/>
                </td>
              </tr>
         </c:forEach>
    </table>Cheers,
    evnafets

  • Help needed in Logical Database Programming

    Hello Gurus,
    I am working on a Report on ASSET ACTIVITY BY DATE RANGE .
    The program is copied from std. program S_ALR_87011990.
    The above std. program displays for the whole financial year. This is modified for a particalar period range in the new leveraged program.
    My question is in the below code.
    We are fetching data using LDB ADA. The statement "GET anlcv" works fine here, I mean Sy-subrc is 0 and anlcv structure has some data in it.
    When it comes to statement "GET anepv" in the below code, we are not getting any data into that structure and sy-subrc NE 0. Then it is skipping all the get statements and directly going to statement " PERFORM abga_simulieren.".
    My logic lies in between this Get statement and the perform statement. When i see it in debugging mode my statement is not executed at all.
    What needs to be done. Please anyone help me.
    GET anlcv.
    CHECK select-options.
    MOVE anlcv TO sav_anlcv.
    GET anepv.
    CHECK select-options.
    Nur Bewegungen des Jahres des Berichtsdatums durchlassen.
    CHECK anepv-bzdat GE sav_gjbeg.
    CHECK anepv-bzdat IN so_bzdat. "Added for SIR-3132
    Bewegungen in SAV_ANEPV sammeln.
    MOVE anepv TO sav_anepv.
    APPEND sav_anepv.
    GET anlb LATE.
    Check auf Bestandskonto bei Gruppensummen erst hier, wegen
    fehlender Abgänge/Umbuchungen
    IF NOT summb IS INITIAL.
    IF NOT anlav-ktansw IN so_ktanw.
    REJECT 'ANLAV'.
    ENDIF.
    ENDIF.
    ANLCV aus Save-Area zurueckholen.
    CHECK NOT sav_anlcv-anln1 IS INITIAL.
    MOVE sav_anlcv TO anlcv.
    Abg-Simu: Abgang simulieren.
    PERFORM abga_simulieren.
    Promise to reward points
    Regards
    Mac

    1) delete line  CHECK anepv-bzdat ge sav_gjbeg.
    2) test with an asset , which has movements (purchases) in your intervall so_bzdat.
    otherwise post a movement (e.g. transaction type 100) with tcode abzon
    A.

  • Help in abap logic

    hellow i have a table itab with value (ex. error value) and i wont to select some value from tables ( defined below.)  and put it in table err_itab my problem is in the loop i dont now how to continued from their i thihk with append to intrernal tables and after to do read to err_itab, but im not sure this is my program any suggestion. thankes for your time and suggestion.
    form write_2_file .
    IF file_ser IS INITIAL.
        CALL FUNCTION 'WS_UPLOAD'
         EXPORTING
        CODEPAGE                      = ' '
           filename                      = l_name
        FILETYPE                      = 'ASC'
        HEADLEN                       = ' '
        LINE_EXIT                     = ' '
        TRUNCLEN                      = ' '
        USER_FORM                     = ' '
        USER_PROG                     = ' '
        DAT_D_FORMAT                  = ' '
      IMPORTING
        FILELENGTH                    =
          TABLES
            data_tab                      = itab
         EXCEPTIONS
           conversion_error              = 1
           file_open_error               = 2
           file_read_error               = 3
           invalid_type                  = 4
           no_batch                      = 5
           unknown_error                 = 6
           invalid_table_width           = 7
           gui_refuse_filetransfer       = 8
           customer_error                = 9
           no_authority                  = 10
           OTHERS                        = 11
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
      ELSE.
        OPEN DATASET file_ser IN TEXT MODE
           ENCODING DEFAULT FOR INPUT.
        IF sy-subrc NE 0.
          MESSAGE e002(yhr)  .
        ENDIF.
        DO.
          READ DATASET file_ser INTO wa_itab.
          IF sy-subrc NE 0.
            EXIT.
          ENDIF.
          APPEND wa_itab TO itab.
        ENDDO.
      ENDIF.
    endform.                    " write_2_file
    FORM get_data .
      <b>CLEAR wa_itab.
      LOOP AT itab INTO wa_itab.
        IF wa_itab-action = 'y1'
        OR wa_itab-action = 'y2'
        OR wa_itab-action = 'y3'.
          SELECT SINGLE ansvh
          FROM t542a
          INTO wa_b_itab-ansvh
          WHERE molga ='IL'
          AND ansvh = wa_itab-contract.
          IF sy-subrc <> 0.
            APPEND wa_b_itab TO b_itab.
            SELECT SINGLE werks btrtl
            FROM t001p
            INTO (wa_c_itab-werks, wa_c_itab-btrtl)
            WHERE molga ='IL'
            AND werks = wa_itab-personnel_area
            AND btrtl = wa_itab-personnel_subarea.
            IF sy-subrc <> 0.
              APPEND wa_c_itab TO c_itab.
              SELECT SINGLE objid
              FROM hrp1000
              INTO wa_d_itab-objid
              WHERE otype = 'S'
              AND objid = wa_itab-plans
              AND begda <= currnt_date
              AND endda >= currnt_date.
              APPEND wa_d_itab TO d_itab.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.</b>

    I dont think that using so many select statements in one loop will give you good performance.
    Why dont you try it out using SELECT...FOR ALL ENTRIES IN TABLE...
    Take the required data into internal table and then make the calculations or use logic that u want.
    e. g.
    SELECT ansvh
    FROM t542a
    INTO itab-ansvh
    FOR ALL ENTRIES IN itab
    WHERE molga ='IL'
    AND ansvh = itab-contract.
    In this way just take out all the select statements outside loop, get the related data into internal tables  and then follow what ever logic that you have
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • Need some help getting my logic express 7 to work!

    alright so....i bought logic express 7 about 3 years ago and i HAVE NEVER USED IT! the reason being is because i could never get it to work and gave up 3 yrs ago. i just recently came across again while cleaning out my closet...i tried again but it still wont work...i think it says i need logic express 6 in order to get it work. is this true???? if so, where can i get logic express 6? i've searched everywhere and i can't seem to find it!
    can someone please help me out?? i don't want it to go to waste! please?
    thanx.
    -smitty

    sorry disregard...i just saw the sticker that says upgrade for express...idiot!

  • Some help required with logic for a dynamic sql query

    i have below code but not sure how to resolve this problem - what i need is to be able to dynamically
    the problem:
    i have a rabbge of paratmeters coming in from a form and need to be able to create a dynamic query string to go into a prepared statement object.
    the problem i have is there are 2 fields year range and year.
    if year range is none i need to create the query string as such :
    where the value of year can be serached on exactly
    str.append("VOLUME_YEAR = ? ");the probelm is if the year range is 5 or year range is 10 i dont know how to maipulate the query string to be able to set the string such that i can then place the year value in the place holder in preparedStatement.setInt(1, year)
    how can i create the intial query string ie.- what are the possible things that i can do. - i'm thinking of things like putting some type of between or such type query statement - but not at all sure how the syntax would go - ie. how would i use the year value and how would i create this dynamic part of the query string so that the JDBC regonises it?
    thanks for any help.
    public String setVolumeYearQuerySt(String year, String yearRange, StringBuffer str){
              String volumeYearQueryString = null;
              Sring doAction= null;
              if (yearRange.equals("None")){str.append("VOLUME_YEAR = ? ");}
              else if(yearRange.equals("5 Years")){doAction = "Nothing";}
              else if (yearRange.equals("10 Years")){doAction = "Nothing";}
              return volumeYearQueryString;
              }

    Saish - thanks a lot for the code example.
    Although, i think its far too advanced for me to understand and try to manipulate it and fit my problem. I'm pretty new to programming as you can probably see from my simple if else type statements. But i'm going to give it a try and see how it goes.
    could you please be kind enough to demonstrate how i could use the above syntax to do the following. --
    i have a year being entered in form .  in the database there is a column year volume which contains year in single year value format and also in a year range  value format - thus as in below - how could i do this -
    eg.
    user can enter a value in the year field a single value or a range value - then he can select +/-5 or 10 yrs range on that value - the DB holds the values as single values and ranges as below -
    one suggested apporach is as follows if a single user is alloweed to enter only a single value in the filed and select a query range +/- 5 etc..
    volume year of �1926-1928� and the user enters �1927�, the query has to find all records where
    look for records that are �less than or equal to� 1927.  It then has to check to see if it contains a range.  For those that it finds containing a range, it has to work out what the �upper� year is and check to see if that is �greater than or equal� to 1927.  If it is, then that is a possible matchanother approach that is suggested is to have a drop down with all years from databse and user is only llowed to select value from drop down and following logic is suggested :
    Because volumes can be received as ranges (e.g. 1964-1966), some extra coding is required where the user asks for a Year Range (such as + or � 5).
    Using the Year selected from the dropdown list, split it into 2 values, a low year and a high year. For example, if �1965-1968� is selected from the year dropdown, split it into �1965� and �1968� for the low year and high year respectively. If �1964� is selected from the year dropdown, split it into �1964� and �1964�. Now take the Year Range that the user has entered into account. For example, if the user has entered 5, subtract 5 from the low year and add 5 to the high year. Using these values, include the following search criteria in the query to the database:-
    (<low year>     BETWEEN
                 left (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1)
         AND     right (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1))
    OR     (<high year>     BETWEEN
                 left (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1)
         AND     right (VOLUME_YEAR, charindex ('-',VOLUME_YEAR + '-') - 1))regards - i think if i could solve the first approach that would be something good as its most user freindly
    thanks

  • Need help in Mapping Logic

    Hi all,
    In mapping i need to mapp like this
    Idoc--file scenario, sending delivery document to file system
    in header of file structure, i have a field called Total Units, the logic for this field shld be
    Sum up the field ZCONV_QUAN for each delivery.
    How to do this please help me
    Regards

    Hi satish,
    I have to do some thing more in this.
    As you said i mapped the field to sum and to target field.its fine
    Now this field is there at header level and comes only ones, i should repeat this field as many number of times the line item repeats.
    Now iam using the ligic like this
    ZCONV_QUAN--UseOneAsMany-Sum--Target Field
    to UseOnaAsMany function i mapped ZCONV_QUAN as first argument and changed the context to Idoc and the second argument as line Item segment changed the context to Idoc, third argument as line itme segment.
    its giving the error as
    Too many values in first queue in function useOneAsMany. It must have the same number of contexts as second queue
    Regards

  • Need help in abap logic

    I am facing problem in abap program.
    Requirement :
    i want to print the data like this
    delivery no-  item-  from batch-   to batch -   material shade-   no of cones-   netwt-   grosswt-   no of bags.
    delivery no & item from lips-vbeln  lips-uecha field table.
    against this i will be having no of batch in lips-charg field. 
    batches may be in order or may not be there.
    Against this each batch i will get  shade, no of cones, netwt, grosswt, from batch classification.
    mch1,ausp   table.
    on change of any of the above items or batch order i must print it with a new line.
    example.
    say supose if delivery 100  item 10 contains ABC001 batch to ABC008  batch ,
    CDE 009 to CDE010, XYZ012, PQR013 batch.
    this batch number contains characters and numeric.
    i want to print like this
    delivery___item__frombatch__to batch____shade__noofcones__netwt___grosswt____no of bags
    100______10____ABC001____ABC008___black__40_________50 kg__50.4 kg_____8
    _______________CDE009____CDE010___black__50_________50 kg__50.4 kg_____2
    _______________XYZ012_____XYZ012___black__50_________50 kg__50.4 kg_____1
    _______________PQR013____PQR013___black__40_________50 kg__50.4 kg_____1
    can u any please help me how to build the logic.

    Hello Navin,
    You've got to give control break points within the loop, to fix the problem.
    LOOP AT T_TABLE INTO FS_TABLE.
      AT NEW FIELDNAME1.
        WRITE:/ FS_TABLE-FIELDNAME1.
      ENDAT.                                   " AT NEW FIELDNAME1
    AT NEW FIELDNAME2.
       WRITE:/ FS_TABLE-FIELDNAME2.
    ENDAT.                                     " AT NEW FIELDNAME2
    * Fieldname3 will be printed below distinct Fieldname2. Fieldname3 is printed as bunch.
       WRITE:/ FS_TABLE-FIELDNAME3.
    ENDLOOP.                                " LOOP AT T_TABLE INTO FS_TABLE
    Note:
    Try giving ON CHANGE OF T_TABLE-FIELDNAME.
    This is an obsolete statement, but this really does well, in case of printing Currency or Date.
    Usually, date and currency fields are printed
    Rs.****.**
    LOOP AT T_TABLE INTO FS_TABLE.
      ON CHANGE OF FS_TABLE-FIELDNAME1.
        WRITE:/ FS_TABLE-FIELDNAME1.
      ENDON.                                   " ON CHANGE OF FS_TABLE-FIELDNAME1
    ON CHANGE OF FS_TABLE-FIELDNAME2.
       WRITE:/ FS_TABLE-FIELDNAME2.
    ENDON.                                     " ON CHANGE OF FS_TABLE-FIELDNAME2
       WRITE:/ FS_TABLE-FIELDNAME3.
    ENDLOOP.                                " LOOP AT T_TABLE INTO FS_TABLE
    Try with the concept above, hope you'll get the solution.
    Thankyou,
    Zahackson

  • Help in script logic

    Hi Experts,
    We are using SAP BPC 7.5 NW Version SP08. We are using a script logic that calculates the opening value of inventory(ASSTCAINVAMO) for each month except the 1st month of financial year for which the value is entered from an input schedule. The opening value of inventory of each subsequent months are calculated when the parameters for production(e.g. OSDA) are entered from a separate input schedule. The following script logic is written for the calculation:
    *FOR %TIM_MEM%=%TIME_SET%
    *XDIM_MEMBERSET TIME =%TIM_MEM%
    *WHEN P_ACCT2
    *IS "OSDA",
    REC(EXPRESSION=[P_ACCT2].[ASSTCAINVAMO]+[P_ACCT2].[RDPA][P_ACCT2].[EFFA][P_ACCT2].[OSDA]-[P_ACCT2].[CONVAMUR][P_ACCT2].[RDPU][P_ACCT2].[EFFU][P_ACCT2].[OSDU]-([P_ACCT2].[SALQAMBC]+[P_ACCT2].[SALQAMM]),P_ACCT2="ASSTCAINVAMO",TIME=TIME.NEXT)
    *ENDWHEN
    *COMMIT
    *NEXT
    The loop works fine, but it seems the list of time values are not coming in proper sequence. For example, the loop is running for 2011.NOV before it iterates for 2011.OCT. So when it iterates for 2011.NOV, it is not getting the opening value for the month and consequently 2011.DEC's opening value is calculated assuming 2011.NOV's opening value to be 0. In the input schedule the months are in proper sequence.
    Is there any way out so that the months come in proper sequence in the logic as well?
    Thanks in advance for any help.

    We had similar issue . we changed TIME members from Monthnames to numbers . i.e  changed 2011.JAN to 2011.01 . Then you get correct result  as you are expecting . Issue when using month names in combination of TMVL is that  , instead of getting 2011. MAY for TMVL(1,2011.APR) , it gets 2011.FEB . TMVL function some how takes alphabetical order instead of taking month order . Not sure if this behavior is with service pack . But never saw any thread reporting this issue .
    Anyways ,you can wait for other responses  as i am too curious to know if any one faced this issue and how did they resolve.

  • Help to put logic in a specific Order by clause

    Suppose in the employee table 2 fields are available.
    1. Name, 2. Name_flag.
    Furter the structure is like,
    NAME     NAME_FLAG
    SMITH     4
    CLARK     3
    JONES     4
    BLAKE     2
    KING     1
    SCOTT     3
    NICK     2
    RICKY     2
    I want to diplay the names in order to name_flag's order in a specific sequence like 2,4,1,3. As shown below.
    NAME     NAME_FLAG
    BLAKE     2
    NICK     2
    RICKY     2
    JONES     4
    SMITH     4
    KING     1
    CLARK     3
    SCOTT     3
    Kindly help to put a logic in the query.

    ORDER BY DECODE(NAME_FLAG, 2, 1,
                               4,2,
                               1,3,
                               2,4,
                               5)

  • Help with pnpce logic data base

    Hallow I doing a program that use logic data base pnpce(my first time) and in the program I use get peras to bring the employee num and in the loop the name of employee
    Something I doing wrong because its not working what?
    I just wont to bring to my table person_tab employee num and name.
    thankes
    Tables :pernr
    Nodes:persa
    Infotypes:0000 like t_oooo,
    00002 like t_0002.
    START-OF-SELECTION.
    GET peras.
    LOOP AT t_0000.
    MOVE t_0000-pernr TO person_tab-objid.
    APPEND person_tab.
    Endloop.
    Loop at t0002.
    MOVE t_0002-nachn TO person_tab-lastname.
    MOVE t_0002-vorna TO person_tab-firstname.
    APPEND person_tab.
    ENDLOOP.
    END-OF-SELECTION.

    Hi there. I'm not sure what version you are on, but in ERP 2005 this is an obsolete statement.  Here's an alternate way to get the information you're looking for:
    TABLES: PERNR.
    INFOTYPES: 0002.
    DATA: BEGIN OF person_tab OCCURS 0,
           objid LIKE PERNR-PERNR,
           lastname LIKE P0002-NACHN,
           firstname LIKE P0002-VORNA,
    END OF person_tab.
    START-OF-SELECTION.
    GET pernr.
    person_tab-objid = pernr-pernr.
    RP-PROVIDE-FROM-LAST P0002 space sy-datum sy-datum.
    person_tab-lastname = p0002-nachn.
    person_tab-firstname = p0002-vorna.
    APPEND person_tab.
    CLEAR person_tab.
    END-OF-SELECTION.
    Even if you don't end up using this code, you would need to change yours so that you aren't appending to your person_tab table until you have moved all of the data for the fields of your record. By appending twice like you currently are doing, you are creating two separate records (one with just the pernr and another with the first and last name).  I hope this helps.
    - April King

  • Need Help in improving logic for determining the range

    Hi guys,
    I need some help in my program logic to determine the range of value. My purpose of this program is to find which combinations have the lowest amplitude.
    In the attachment is a set of number.
    e.g 10    0 is a combination.
    Each combination, I will need to draw a graph of data acquired using this combination VS gray level. There is 255 gray level. Every 5 gray level I will acquire a point so I will have 52 points.
    Next, I will get the maximum value - minimum value. And this is the amplitude for the combination. I can do all this function, however it is not practical for me to do it this way until 360 360. There is a round 1200+ combination. It requires a long time since I need to interface all this function with my hardware.
    The graph of each combination maybe a irregular shape. Do any of you have a logic to help me to shorten the process and find the range of values (combination) where the lowest amplitude may lies. Thanks!!
    Attachments:
    example.txt ‏11 KB

    Hi Johnsold,
    This is a example of my result. This is only a portion of it. The last column is the amplitude, I store all the 52 points into array and used Array Min and Max function. Then I use max - min to get the amplitude. From the amplitude I cannot see any pattern. Can you please advice me on it. Thanks!!!

  • Snow Leopard and Help menus (particularly Logic Pro)

    Not sure if this is snow leopard or Logic Pro issue. Logic 9 using snow leopard, when I go to the help menu I get -" The Help Library requires JavaScript. If JavaScript is not enabled, you will not be able to view all the content."
    However, the help menu in every other "Apple" app (pages, numbers, keynote, Garageband, etc) works just fine - as does Bento..... etc..
    Can't find a "javascript" preference in Logic Pro - enabled in ALL browsers!
    Help!

    Someone had sent me a terminal command that brought the help windows back and it worked great - but it seems that the solution was pulled from this discussion - and I don't know why - and don't remember what I typed into the terminal - sorry!
    But it did work!!!

  • Need help buying a logic board!!!

    Hi,
    So I posted a while back about my mac failing to boot up. Now I concluded it was the logic board that was faulty. I need help deciphering what the part numbers mean.
    My logic board part number is 630-6694/T6690 and model 820-1592-A. This came with the dual 2.0 ghz PPC970fx 90nm model (June 2004). There are boards with the same model number as mine, but different part number prefixes (i.e. 661-xxxx instead of 630-xxxx), so what does this mean????
    I would like to really get the latest motherboard that is still compatible with the processors, if that's possible? I have seen different dual socket boards like 820-1760-A, which I'm interested in since it is the Early 2005 model.
    Can anyone here with technical knowledge shed some light on what these model numbers and part numbers mean?
    Thanks!

    Hi, if it were me, I'd call one of these and see what'd work, I'm no expert but I hear G5s are really particular...
    http://www.dvwarehouse.com/Logic-Boad-for-PowerMac-G5-(Early-2005)-820-1592-A-p-35673.html
    http://www.welovemacs.com/6613584.html

Maybe you are looking for

  • Why do we share knowledge online? A research invitation :)

    Dear Members, I am a postgraduate student in the University of Auckland, currently enrolled in the Master’s degree in Information Systems. As part of my degree, I am conducting a research survey about virtual communities. My interest is to find out W

  • Mail with attachment scenario

    Hi everyone. Once i've develope the adapter module with NWDS, next step is to develop a scenario sample. Scenario must be easy. Sender file that pass through XI and sends an email. Because i'm using a adapter module, i have some doubts. 1) Do i have

  • Premiere Elements 8 new install - all menu items grayed out

    New install of premiere elements 8. Installed 8.0.1 patch successfully. Installed Quicktime. SYSTEM Windows 7 64-bit Dell Inspiron 660 8 GB RAM 1 TB hard drive, 700 GB available after install All menu items are greyed out except for File | New, Open,

  • Supressing fields without data in IDOC

    Hi , I am new to IDocs and we have a requirement. when we are sending some IDOCs (ARTMAS05), the size of the file comes to around 2 MB and the frequency is hourly. We do not need all the fields. Is there any way where we can suppress the fields which

  • Packaging and Deploying Programs

    I started using NetBeans as my IDE. How do I package and deploy a program. i.e. send it to a friend and have them double click on the setup file to install the program automatically. Thank you in advance. Drew.