End-to-End workload monitor too slow

Hello,
have anyone found that while working with end-to-end workload monitor the perfornance of webdrynpro is really bad and slowly ?
what tool can we use to check performance of solution manager end-to-end worload monitor ?
thanks,
Luis

Hi Luis,
which LMService are you running ?
you could have a look at the Wily Introscope to check if there is any performance problem.
Have a look at  document
Wily Introscope WebView User Guide 8.1
under
http://service.sap.com/diagnostics
-> media library
regards, Javier

Similar Messages

  • End Routine ABAP running slow

    We have written the following end routine but performance is too slow because of the number of loops.
    We have introduced the third loop since we need the records in the specific order to populate ZCUST.  Can someone advise on how we can optimize
    Thanks
    $$ begin of routine - insert your code only below this line        -
        data: TEMP_RESULT_PACKAGE like RESULT_PACKAGE,
              WA_RESULT_PACKAGE type TYS_TG_1,
              WA type TYS_TG_1.
        TEMP_RESULT_PACKAGE[] = RESULT_PACKAGE[].
        delete adjacent duplicates from RESULT_PACKAGE
                        comparing DIVISION DISTR_CHAN SALESORG CUST_SALES.
        loop at RESULT_PACKAGE into WA_RESULT_PACKAGE.
          clear WA.
          loop at TEMP_RESULT_PACKAGE into WA
                           where DIVISION = WA_RESULT_PACKAGE-DIVISION
                           and   DISTR_CHAN = WA_RESULT_PACKAGE-DISTR_CHAN
                           and   SALESORG = WA_RESULT_PACKAGE-SALESORG
                           and   CUST_SALES = WA_RESULT_PACKAGE-CUST_SALES.
            if not WA-SHIP_TO is initial.
              WA_RESULT_PACKAGE-SHIP_TO = WA-SHIP_TO.
            endif.
            if not WA-CUST_HIE01 is initial.
              WA_RESULT_PACKAGE-CUST_HIE01 = WA-CUST_HIE01.
            endif.
            if not WA-CUST_HIE02 is initial.
            if not WA-BILLTOPRTY is initial.
              WA_RESULT_PACKAGE-BILLTOPRTY = WA-BILLTOPRTY.
            endif.
            if not WA-PAYER is initial.
              WA_RESULT_PACKAGE-PAYER = WA-PAYER.
            endif.
            if not WA-/BIC/OSSLSREP is initial.
              WA_RESULT_PACKAGE-/BIC/ZSREP = WA-/BIC/ZSREP.
            endif.
            if not WA-/BIC/OSBRO is initial.
              WA_RESULT_PACKAGE-/BIC/ZBRO = WA-/BIC/ZBRO.
            endif.
            if not WA-/BIC/OSCTREMP is initial.
              WA_RESULT_PACKAGE-/BIC/ZREMP = WA-/BIC/ZREMP.
            endif.
            if not WA-/BIC/OSOPR is initial.
              WA_RESULT_PACKAGE-/BIC/ZPRI = WA-/BIC/ZPRI.
            endif.
            endloop.
            sort TEMP_RESULT_PACKAGE by DIVISION DISTR_CHAN SALESORG CUST_SALES /BIC/ZBRO /BIC/ZSREP /BIC/ZREMP.
            clear WA.
                  loop at TEMP_RESULT_PACKAGE into WA
                           where DIVISION = WA_RESULT_PACKAGE-DIVISION
                           and   DISTR_CHAN = WA_RESULT_PACKAGE-DISTR_CHAN
                           and   SALESORG = WA_RESULT_PACKAGE-SALESORG
                           and   CUST_SALES = WA_RESULT_PACKAGE-CUST_SALES.
            IF NOT WA-/BIC/ZCUST IS INITIAL.
              WA_RESULT_PACKAGE-/bic/ZCUST = WA-/BIC/ZCUST.
            ENDIF.
          endloop.
          modify RESULT_PACKAGE from WA_RESULT_PACKAGE.
          clear WA_RESULT_PACKAGE.
        endloop.

    Hi,
    I have to suggestions for you:
    1. use typed field-symbols for every loop
    2. I try to understand, what you are doing: you will at least be sure, that every necessary/key infoobject is filled with the same value from your result_package.
    I would try to separate it in two steps:
    1) build up your temp_result_package and make your assignments.
    2) do only a efficient read-table (sorted/hashed with key DIVISION DISTR_CHAN SALESORG CUST_SALES /BIC/ZBRO /BIC/ZSREP /BIC/ZREMP and field-symbols) on your inside your loop.
    3. by using field-symbols, your modify table is obsolete and costs a lot of time.
    Kind regards,
    Hendrik

  • BI End Routine MONITOR entry overwrites Start Routine MONITOR entries

    Hi Colleagues,
    I'm using MONITOR TYPE rstr_ty_t_monitors in start routine as well as in end routine of transformations.
    But DTP request monitor shows only my end routine monitor entries under "Start routine" and my start routine monitor entries are not shown.
    msgid = RSM1
    msgty = W or E
    msgno = 799
    Any suggestions?
    Thanks and regards,
    Wolfgang

    Fixed by SAP by means of support package.

  • Requested End Deadline monitoring for Background Activity Step

    Hi All,
    Workflow for MSS Position change has been implemented in the system.
    When a request was created thru Portal the Workflow was triggered but it got stuck.
    I found that in a background activity step there is a requested end deadline monitoring which was reached.
    Since it is a background activity there is no agent assigned, then what could be the reason that the deadline was reached ?
    Can anyone tell me when is the Requested End deadline triggered ?
    Regards,
    Radhika.

    Hello,
    Yes, if it's workitem creation time + 1 minute then it means the deadline (any deadline - Latest End, Requested End, Requested Start etc, they're all the same, they just have different names) gets triggered.
    What happens next depends on how that deadline has been defined - it may just send a message to someone and do nothing else (ie it leaves the background process running). Or it may be a modeled deadline set up to end the process. Have a look in the Requested End tab to see what it does.
    regards
    Rick Bakker
    Hanabi Technology

  • Average processing time too long in workload monitoring (ST03N)

    Hi expert,
    I wander why average processing time too long in workload monitoring (ST03N)
    for example
    avg.response time : 4700 (ms)
    avg.processing time : 4200 (ms)
    avg.CPU time : 300 (ms)
    avg.DB time : 200(ms)
    OS (CPU and memory ) status is nomal.
    please tell me why processing time too long and what do I check more.
    thanks

    Hi
    Processing Time is the total time taken i.e. Time when user clicks on submit button to send data to SAP System till the time SAP System processes everything and shows the updated screen back to the user. It includes Network Time also.
    Average Processing Time is the Processing Time per Dialog Step
    In ST03N workload Monitor, there are different Task Type like Dialog, Background, RFC, Update,..........
    Could you be more specific where do you find the Average Processing Time high ? I mean for which Task Type.
    If you have users complaining for Performance problem check their Network Time also.
    Let us know, if this information was helpful to you.
    with regards,
    Parin Hariyani

  • My MacBook Pro (Retina, Mid 2012) is too slow after installing Yosemite version 10.10.1. All programs take for ever to load especially Safari and even chrome. I regret upgrading to yosemite, it was all fine with Maverick. Any suggestions ? ThankYou

    My MacBook Pro (Retina, Mid 2012) is too slow after installing Yosemite version 10.10.1. All programs take for ever to load especially Safari and even chrome. I regret upgrading to yosemite, it was all fine with Maverick. Any suggestions ? ThankYou

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off by the complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. As I wrote above, it changes nothing. It doesn't send or receive any data on the network. All it does is to generate a human-readable report on the state of the computer. That report goes nowhere unless you choose to share it. If you prefer, you can act on it yourself without disclosing the contents to me or anyone else.
    You should be wondering whether you can believe me, and whether it's safe to run a program at the behest of a stranger. In general, no, it's not safe and I don't encourage it.
    In this case, however, there are a couple of ways for you to decide whether the program is safe without having to trust me. First, you can read it. Unlike an application that you download and click to run, it's transparent, so anyone with the necessary skill can verify what it does.
    You may not be able to understand the script yourself. But variations of the script have been posted on this website thousands of times over a period of years. The site is hosted by Apple, which does not allow it to be used to distribute harmful software. Any one of the millions of registered users could have read the script and raised the alarm if it was harmful. Then I would not be here now and you would not be reading this message.
    Nevertheless, if you can't satisfy yourself that these instructions are safe, don't follow them. Ask for other options.
    4. Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    5. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    6. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    7. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*genieo\* \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 "` route -n get default|awk '/e:/{print $2}' `" 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB ' com.adobe.AAM.Updater-1.0 com.adobe.AAM.Updater-1.0 com.adobe.AdobeCreativeCloud com.adobe.CS4ServiceManager com.adobe.CS5ServiceManager com.adobe.fpsaud com.adobe.SwitchBoard com.adobe.SwitchBoard com.apple.aelwriter com.apple.AirPortBaseStationAgent com.apple.FolderActions.enabled com.apple.installer.osmessagetracing com.apple.mrt.uiagent com.apple.ReportCrash.Self com.apple.rpmuxd com.apple.SafariNotificationAgent com.apple.usbmuxd com.citrixonline.GoToMeeting.G2MUpdate com.google.keystone.agent com.google.keystone.daemon com.microsoft.office.licensing.helper com.oracle.java.Helper-Tool com.oracle.java.JavaUpdateHelper com.oracle.java.JavaUpdateHelper org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.privileged_startx org.macosforge.xquartz.startx ' ' 879294308 4071182229 461455494 3627668074 1083382502 1274181950 1855907737 2758863019 1848501757 464843899 3694147963 1233118628 2456546649 2806998573 2778718105 2636415542 842973933 2051385900 3301885676 891055588 998894468 695903914 1443423563 4136085286 523110921 2883943871 3873345487 ' 51 5120 files );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' s/[0-9A-Za-z._]+@[0-9A-Za-z.]+\.[0-9A-Za-z]{2,4}/EMAIL/g;/faceb/s/(at\.)[^.]+/\1NAME/g;/\/Shared/!s/(\/Users\/)[^ /]+/\1USER/g;s/[-0-9A-Fa-f]{22,}/UUID/g;' ' s/^ +//;/de: S|[nst]:/p;' ' {sub(/^ +/,"")};/er:/;/y:/&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: (E[^m]|[^EO])|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Genesy|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<10) print "com.apple.";} ' ' { sub(/ :/,"");print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/^root$/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/{next};/(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { split("'"${p[41]}"'",b);split("'"${p[42]}"'",c);for(i in b) print b[i]".plist\t"c[i];if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/{next};/%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";p="uniq -c|sed -E '"'s/ +\\([0-9]+\\)\\(.+\\)/\\\2 x\\\1/;s/x1$//'"'";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]$1|p;b=b$1;} END { close(p);if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"cksum "F|getline C;split(C, A);C="checksum "A[1];"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text(, with v.+)?$|(Bo|PO).+ sh.+ text ex|XM)/) F=F" ("T", "C")";else F=F" ("C")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' s/^ ?n...://p;s/^ ?p...:/-'$'\t''/p;' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9|"sort|uniq";} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' "`S0 44 45`" ' BEGIN{FS="= "} /Path/{print $2} ' ' /^ *$/d;s/^ */   /;' ' s/^.+ |\(.+\)$//g;p ' '/\.(appex|pluginkit)\/Contents\/Info\.plist$/p' ' /2/{print "WARN"};/4/{print "CRITICAL"};' ' /EVHF|MACR|^s/d;s/^.+: //p;' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps crontab iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl smcDiagnose sysctl\ -n defaults\ read stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' pluginkit scutil dtrace profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil lsof test osascript\ -e );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' "'tell app \"System Events\" to get properties of login items'|tr , \\\n" 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$(RefProc): \$Message' -k Sender Req 'fsev|kern|launchd' -k RefProc Rne 'Aq|WebK' -k Message Rne 'Goog|ksadm|probe|Roame|SMC:|smcD|sserti|suhel| VALI|ver-r|xpma' -k Message Req 'abn|bad |Beac|caug|corru|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|NVDA\(|pagin|proc: t|Roamed|rror|SL|TCON|Throttli|tim(ed? ?|ing )o|WARN' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cght] ! -name .?\* ! -name \*ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '/S*/*/Ca*/*xpc* >&- ||echo No' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,Ex}* {/,}L*/{A*d,Ca*/*/Ex,Co{mpon,reM},Ex,In{p,ter},iTu*/*P,Keyb,Mail/B,Pr*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -path \\*s/Resources -prune -o -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,mach_i*/*,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t {/S*/,/,}L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' '+c0 -i4TCP:0-1023' com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' "+c0 -l|awk '{print(\$1,\$3)}'|sort|uniq -c|sort -n|tail -1|awk '{print(\$2,\$3,\$1)}'" -m 'L*/{Con*/*/Data/L*/,}Pref* -type f -size 0c -name *.plist.???????|wc -l' kern.memorystatus_vm_pressure_level '3>&1 >&- 2>&3' " -F '\$Time \$Message' -k Sender kernel -k Message CSeq 'n Cause: -' " );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents XPC\ cache Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA Descriptors App\ extensions Lockfiles Memory\ pressure SMC Shutdowns );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};A'$((7+i))'() { v=` eval sudo "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};';done;A9(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0() { [[ "$v" ]]&&sed -E "$s"<<<"$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v"|sed -E "$s";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "${s[63]}"<<<"$v"`&&C1 1 $1;};for i in 1 2 7 8;do for j in 0 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;D20 0 $((N1+1)) 2;D10 0 $N1 1;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;B1&&D73 19 53 67 55;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 54 12 56;D23 5 14 12 14;D22 6 36 13 15;D22 20 52 66 54;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D82 35 49 61 51;D82 11 17 17 20;for i in 0 1;do D82 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A8 18 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;B3 4 0 65;A3 14 6 32 0;B4 0 16 11;A1 26 50 64;B7 16;C3 52;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D73 21 0 32 19;D73 10 42 32 40;D82 29 35 46 39;};D23 14 1 62 42;D12 34 43 53 44;D12 22 20 32 25;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 21 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D83 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 10 42 32 41;D13 37 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 21 48 49 49;B3 4 22 57;A1 21 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D12 4 51 32 53;D23 22 9 37 7;A9;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    8. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    9. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    10. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return  three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    11. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report what happened. No harm will be done.
    12. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    13. When you post the results, you might see an error message on the web page: "You have included content in your post that is not permitted," or "You are not authorized to post." That's a bug in the forum software. Please post the test results on Pastebin, then post a link here to the page you created.
    14. This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Pl/sql block is too slow, should  procedure a better option

    Hi all,
    how to tune A PL/SQL block that traverse cursors and fetch millions of records then execute inserts in different tables,
    using execute immediate statement.
    It's too slow and takes 10 hours to populate 40 tables having millions of records,
    as i have to do some modifications in data so can not do it by CTAS,
    i.e. a single sql statement.
    Should i make a procedure, does it help .
    Please help or suggest As i am New to PL/Sql
    My code look like,
    declare
    cursor     cur_table1 is
         select field1,field2,field3,field4 from table1;
    begin
    for i in cur_table1
    loop
         execute immediate 'insert into table2 (field1,field2,field3,field4) '||
    'select :1,field2,field3,field4 '||
    ' from table1 where field3= :2'
    using i.field1||'_'||to_char(sysdate,'ddmmyyyy hh12:mi:ss',i.field1;
    commit;
    end if;
    end;
    Thanks and Regards,

    declare
    cursor cur_projects is
         select PROJECTID, PROJECTNAME, DESCRIPTION, DELETED, DELETINGDATE, ACTIVE, ADMINONLY, READONLY, SECURITYCLASS, PROJECTCONTACT, DEFAULTVERSION, DEFAULTSTARTPAGE, IMAGEPATH, MAXEXAMINEERRORS, LOCKTIMEOUT, MEMORYSAVINGLEVEL, PRELOADOBJECTS, PUBLICATIONSRCPROJNAME, CREATOR, CREATED, MODIFIER, MODIFIED from projects ;
    cursor cur_projectversion(p_projectid projects.projectid%TYPE) is
         select PROJECTID, PROJECTVERSIONID, PROJECTVERSIONNAME, DESCRIPTION, DELETED , DELETINGDATE, ACTIVE , ADMINONLY, READONLY, decode(EFFECTIVEDATE,null,trunc(sysdate),EFFECTIVEDATE) EFFECTIVEDATE, EXPIRATIONDATE, SECURITYCLASS, PROJECTCONTACT, DEFAULTVERSION, DEFAULTSTARTPAGE, IMAGEPATH, MAXEXAMINEERRORS, LOCKTIMEOUT, MEMORYSAVINGLEVEL, PRELOADOBJECTS, PUBLICATIONSRCPROJNAME, PUBLICATIONSRCPROJVERNAME, CREATOR, CREATED, MODIFIER, MODIFIED, PROFILELOADERCLASS /*, TRACKCHANGES */
         from projectversions where PROJECTID=p_projectid ;
    cursor cur_objects(p_projectid projects.projectid%TYPE,p_projectversionid projectversions.projectversionid%TYPE) is
         select PROJECTID , PROJECTVERSIONID, OBJECTID , OBJECTKEY , PARENTID, KIND , NAME , TITLE , OWNER , CREATED, MODIFIER , MODIFIED , READY_TO_PUBLISH, LAST_PUBLISHED_DATE , LAST_PUBLISHER , EFFECTIVE_PUBLISHING_DATE , PUBLISHER , PUBLISHING_DATE /*, to_lob(scripttext) */ from OBJECTS where PROJECTID=p_projectid and PROJECTVERSIONID=p_projectversionid /*order by objectid */;
    begin
    for i in cur_projects
    loop
    dbms_output.put_line('PROJECTID => '||i.projectid);
    dbms_output.put_line('_________________________________');
    execute immediate 'insert into &TARGET_USER\.projects(locktimeout, memorysavinglevel , preloadobjects, projectid, projectname, description, deleted, deletingdate, active, adminonly, readonly, securityclass, projectcontact, defaultversion, defaultstartpage, imagepath, maxexamineerrors ) values (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,:16,:17) '
    using i.locktimeout, i.memorysavinglevel, i.preloadobjects,i.projectid ,i.projectname , i.description , i.deleted , i.deletingdate , i.active , i.adminonly , i.readonly, i.securityclass, i.projectcontact , i.defaultversion, i.defaultstartpage , i.imagepath, i.maxexamineerrors;
    for k in cur_projectversion(i.projectid)
         loop
    for l in cur_objects(k.projectid,k.projectversionid)
              loop
                   cnt:=cnt+1;
    select count(1) into object_exists from &TARGET_USER\.objects where objectid=l.objectid and projectversionid=1 and projectid=l.projectid;
              if object_exists = 0
              then
              if l.objectid = 1 ------Book Object , objectid = 1 and parentid = 0
              then
              execute immediate 'INSERT INTO &TARGET_USER\.objects(PROJECTID,PROJECTVERSIONID,OBJECTID, OBJECTKEY,PARENTID,NAME, KIND,LAST_PUBLISHED_DATE,LAST_PUBLISHER,REVISIONID,DISPLAYORDER,READONLY,DELETED) values( :1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13)'
                        using l.PROJECTID, 1, l.OBJECTID,l.OBJECTKEY, 0 , l.NAME,l.KIND, '' , '' , '', 0, 'N', 'N';
                   else
                        select count(1) into object_parentid_exists from objects where objectid=l.parentid and projectversionid=1 and projectid=l.projectid;
                        if object_parentid_exists = 0 ---Set Parentid as 1
                        then
                                  cnt_parentid_1:=cnt_parentid_1+1;
                                  execute immediate 'INSERT INTO &TARGET_USER\.objects(PROJECTID,PROJECTVERSIONID,OBJECTID, OBJECTKEY,PARENTID,NAME, KIND,LAST_PUBLISHED_DATE,LAST_PUBLISHER,REVISIONID,DISPLAYORDER,READONLY,DELETED) values( :1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13)'
                                  using l.PROJECTID, 1, l.OBJECTID,l.OBJECTKEY, 1 , l.NAME,l.KIND, '' , '' , '', 0, 'N', 'N';
                        else
                                  execute immediate 'INSERT INTO &TARGET_USER\.objects(PROJECTID,PROJECTVERSIONID,OBJECTID, OBJECTKEY, PARENTID, NAME, KIND,LAST_PUBLISHED_DATE,LAST_PUBLISHER,REVISIONID,DISPLAYORDER,READONLY,DELETED) values( :1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13)'
                                  using l.PROJECTID, 1, l.OBJECTID,l.OBJECTKEY,l.PARENTID,l.NAME,l.KIND, '' , '' , '', 0, 'N', 'N';
                        end if;
                   end if ;
         end if;
                   execute immediate 'INSERT INTO &TARGET_USER\.objectversions( PROJECTID, OBJECTID, PROJECTVERSIONID ,VERSIONNAME,OBJECTVERSIONID, REVISIONID,DESCRIPTION, TITLE , OWNER, CREATED, MODIFIER, MODIFIED, READY_TO_PUBLISH , LAST_PUBLISHED_DATE, LAST_PUBLISHER, EFFECTIVEDATE, SCRIPTTEXT, REVIEWSTATUS, READONLY, PUBLISHED, DELETED ) '||
                             'SELECT PROJECTID, OBJECTID, 1, owner||:1, PROJECTVERSIONID , '''', '''', TITLE, OWNER, CREATED, MODIFIER, MODIFIED, ''N'', '''' , '''', :2 , to_lob(SCRIPTTEXT), '''', ''N'', ''N'', '''' '||
                             'FROM OBJECTS '||
                             'WHERE PROJECTID= :3 and PROJECTVERSIONID= :4 and OBJECTID= :5'
                             using '_'||TO_CHAR(k.EFFECTIVEDATE,'DDMMYYHHMISS'),k.EFFECTIVEDATE,l.projectid,l.projectversionid,l.objectid;
         end loop;
         dbms_output.put_line(cnt||' OBJECTS, OBJECTVERIONS POPULATED');
         dbms_output.put_line(cnt_parentid_1||' DUMPED UNDER BOOK FOLDER ');
         cnt_parentid_1:=0;
         cnt:=0;
    ............

  • Logic Freezes During Playback w/ Disk Too Slow Error

    I'm trying to mix a song in Logic 9.1.7, but it has gotten to the point where Logic immediately freezes as soon as I hit the playback button in order to actually listen to my project. Before this I was occasionally getting the Sudden Motion Sensor/ Disk Too Slow error. I have increased the buffer size to 1024 and set the buffer range to large. I haven even disabled the sudden motion sensor, just incase this was the problem. I am currently using a Macbook Pro which is not connected to the interface, so this shouldn't be a problem. However, I use a Focusrite Liquid Saffire 56 interface. The only third party plug-in that I am currently running on the project is the Focusrite Plug-in Suite - which I think might be the issue, considering that my other laptop is runing the same plug-in and having the exact same error. I already tried downloading every relevant software patch and update from the Focusrite website, all to no avail. I have been running Logic along with this plug-in, for over 2 years now and have never once had this problem. I haven't had any problem running Pro Tools, so obviously this problem is specific to Logic. This is incredibly frustrating, and I need this resolved soon. I have a deadline that I must meet by the end of the week.
    Update: I just tried running Logic in 64-bit mode. It played for maybe a second and then gave me an error indicating that the plug-in suite was indeed keeping it from running properly. Guess I was right. It will play properly now, but contantly pops up with errors, not to mention that the HD and CPU meters are both constantly riding the red. I will put the most recent 64-bit error report log before the first one I got. I recieved the first one while still running 32-bit.
    Here is the 64-bit one:
    Process:         32-Bit Audio Unit Bridge [522]
    Path:            /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/32-Bit Audio Unit Bridge.app/Contents/MacOS/32-Bit Audio Unit Bridge
    Identifier:      com.apple.music.apps.32BitAudioUnitBridge
    Version:         9.1.7 (233.39)
    Build Info:      MAAudioUnitSupport-2333900~1
    Code Type:       X86 (Native)
    Parent Process:  Logic Pro [448]
    PlugIn Path:       /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    PlugIn Identifier: com.focusrite.FFPlugSuite
    PlugIn Version:    1.0.2 (1.0.2)
    Date/Time:       2012-09-24 18:28:12.666 -0500
    OS Version:      Mac OS X 10.7.4 (11E2620)
    Report Version:  9
    Interval Since Last Report:          325244 sec
    Crashes Since Last Report:           44
    Per-App Interval Since Last Report:  65 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      8D75AC90-B605-40FE-8BCB-D288E2580691
    Crashed Thread:  13
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000033df4d70
    VM Regions Near 0x33df4d70:
        MALLOC_SMALL           000000000a800000-000000000b000000 [ 8192K] rw-/rwx SM=PRV
    -->
        __TEXT                 000000008fe50000-000000008fe83000 [  204K] r-x/rwx SM=COW  /usr/lib/dyld
    Application Specific Information:
    objc[522]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x9a91bc22 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9a91b1f6 mach_msg + 70
    2   com.apple.CoreFoundation                0x9074f9da __CFRunLoopServiceMachPort + 170
    3   com.apple.CoreFoundation                0x90758b04 __CFRunLoopRun + 1428
    4   com.apple.CoreFoundation                0x907581dc CFRunLoopRunSpecific + 332
    5   com.apple.CoreFoundation                0x90758088 CFRunLoopRunInMode + 120
    6   com.apple.HIToolbox                     0x9b045723 RunCurrentEventLoopInMode + 318
    7   com.apple.HIToolbox                     0x9b04ca8b ReceiveNextEventCommon + 381
    8   com.apple.HIToolbox                     0x9b04c8fa BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x9708b0d8 _DPSNextEvent + 678
    10  com.apple.AppKit                        0x9708a942 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11  com.apple.AppKit                        0x97086cb1 -[NSApplication run] + 911
    12  com.apple.AppKit                        0x97317bd9 NSApplicationMain + 1054
    13  com.apple.music.apps.32BitAudioUnitBridge          0x00003a79 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x9a91e90a kevent + 10
    1   libdispatch.dylib                       0x91562e10 _dispatch_mgr_invoke + 969
    2   libdispatch.dylib                       0x9156185f _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 3:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 11:
    0   com.focusrite.FFPlugSuite               0x025fa940 VSTPluginMain + 9632
    1   com.focusrite.FFPlugSuite               0x025fadce VSTPluginMain + 10798
    2   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    3   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    4   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    5   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    6   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    7   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    8   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    9   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    10  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    11  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    12  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    13  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    14  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    15  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 12:
    0   com.focusrite.FFPlugSuite               0x025e900a AUWrapperEntry + 64850
    1   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    2   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    3   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    4   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    5   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    6   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    7   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    8   com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    9   com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    10  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    11  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    12  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 13 Crashed:
    0   com.focusrite.FFPlugSuite               0x025e8fba AUWrapperEntry + 64770
    1   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    2   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    3   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    4   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    5   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    6   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    7   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    8   com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    9   com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    10  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    11  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    12  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    13  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 14:
    0   com.focusrite.FFPlugSuite               0x025f9e19 VSTPluginMain + 6777
    1   com.focusrite.FFPlugSuite               0x025f9fd3 VSTPluginMain + 7219
    2   com.focusrite.FFPlugSuite               0x025fae8f VSTPluginMain + 10991
    3   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    4   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    5   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    6   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    7   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    8   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    9   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    10  com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    11  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    12  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    13  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    14  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    15  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    16  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 15:
    0   com.focusrite.FFPlugSuite               0x025f9e7a VSTPluginMain + 6874
    1   com.focusrite.FFPlugSuite               0x025fad8e VSTPluginMain + 10734
    2   com.focusrite.FFPlugSuite               0x025e8fbd AUWrapperEntry + 64773
    3   com.focusrite.FFPlugSuite               0x025e947c AUWrapperEntry + 65988
    4   com.focusrite.FFPlugSuite               0x025d9a10 AUWrapperEntry + 1880
    5   com.focusrite.FFPlugSuite               0x025d659b 0x25cb000 + 46491
    6   com.focusrite.FFPlugSuite               0x025d0c2c 0x25cb000 + 23596
    7   com.focusrite.FFPlugSuite               0x025cf541 0x25cb000 + 17729
    8   com.focusrite.FFPlugSuite               0x025d5ec4 0x25cb000 + 44740
    9   com.focusrite.FFPlugSuite               0x025da2d3 AUWrapperEntry + 4123
    10  com.apple.CoreServices.CarbonCore          0x9c7e9415 CallComponent + 223
    11  com.apple.CoreServices.CarbonCore          0x9c7e945e CallComponentDispatch + 29
    12  com.apple.audio.toolbox.AudioToolbox          0x95a4e9c8 _AT_AudioUnitRender + 173
    13  com.apple.music.apps.32BitAudioUnitBridge          0x0000f9b1 XAUCopyComponentName + 19233
    14  libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    15  libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 17:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000f4ab XAUCopyComponentName + 17947
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 18:
    0   libsystem_kernel.dylib                  0x9a91ef2a semop + 10
    1   com.apple.music.apps.32BitAudioUnitBridge          0x00003c87 start + 579
    2   com.apple.music.apps.32BitAudioUnitBridge          0x0000528d start + 6217
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000e53b XAUCopyComponentName + 13995
    4   com.apple.music.apps.32BitAudioUnitBridge          0x0000e8a1 XAUCopyComponentName + 14865
    5   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    6   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x9a91dbb2 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9981e7b9 nanosleep$UNIX2003 + 187
    2   libsystem_c.dylib                       0x9981e5d7 sleep$UNIX2003 + 63
    3   com.apple.music.apps.32BitAudioUnitBridge          0x0000cdbc XAUCopyComponentName + 7980
    4   libsystem_c.dylib                       0x99869ed9 _pthread_start + 335
    5   libsystem_c.dylib                       0x9986d6de thread_start + 34
    Thread 13 crashed with X86 Thread State (32-bit):
      eax: 0xb079cb88  ebx: 0x025e8f89  ecx: 0x33df4d60  edx: 0x01308000
      edi: 0x005408e0  esi: 0xb079cb80  ebp: 0xb079cb68  esp: 0xb079caf0
       ss: 0x00000023  efl: 0x00010206  eip: 0x025e8fba   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x33df4d70
    Logical CPU: 6
    Binary Images:
        0x1000 -    0x18ff7  com.apple.music.apps.32BitAudioUnitBridge (9.1.7 - 233.39) <BF5D664A-A9BE-DF96-9DD7-0BF7852BB934> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioUnitSupport.framework/Versions/A/32-Bit Audio Unit Bridge.app/Contents/MacOS/32-Bit Audio Unit Bridge
       0x22000 -    0x9dfff  com.apple.music.apps.MACore (9.1.7 - 477.48) <5D0BB5DF-13EB-1759-F1B9-4275EEE287B3> /Applications/Logic Pro.app/Contents/Frameworks/MACore.framework/Versions/A/MACore
       0xbd000 -    0xe9ff3  com.apple.audio.CoreAudioKit (1.6.3 - 1.6.3) <F1ADAA9B-61AC-3EB3-8E83-0685E2F95132> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
       0xfc000 -    0xfefff  com.apple.ExceptionHandling (1.5 - 10) <14A3DCBC-77E4-3E87-A937-202817079AED> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
      0x104000 -   0x141fff  com.apple.vmutils (4.2.1 - 107) <C491B259-8C5C-3199-83A0-97422C59C4E2> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x25cb000 -  0x2617ff4 +com.focusrite.FFPlugSuite (1.0.2 - 1.0.2) <A38E62D1-CB50-7E0E-649E-2DF769F40F9C> /Library/Audio/Plug-Ins/Components/FFPlugSuite.component/Contents/MacOS/FFPlugS uite
    0x2666000 -  0x2677fe7  com.apple.FCP Uncompressed 422.component (1.6 - 1.6) <5CEF993F-DBAC-12FD-57C6-EFA42AB7AEE2> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422
    0x3ff9000 -  0x3ff9fff  libmx.A.dylib (2026.0.0 - compatibility 1.0.0) <859B5BCC-B5D9-370F-8B6C-1E2B242D5DCD> /usr/lib/libmx.A.dylib
    0x67fc000 -  0x68a9ff7  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <7B6DB792-C9E5-3772-8734-8D0052757B8C> /usr/lib/libcrypto.0.9.7.dylib
    0x88e6000 -  0x8953fe7  com.apple.AppleProResCodec (2.0 - 224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec
    0x89a0000 -  0x89dfff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <1A2FC66F-CE81-34CE-A2FC-BE37F09CA3CC> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x8aa2000 -  0x8aa9ffe  com.apple.AppleGVAHW.component (1.1 - 1) <15595B7F-5062-3876-A004-EC8ED2A4D4DE> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x8aaf000 -  0x8bf5feb  com.apple.AppleGVAFramework (3.1.7 - 3.1.7) <AD3F1225-4E8E-356E-9BCB-C65A54A02DEA> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x8c11000 -  0x8c4aff3  com.apple.QuickTimeFireWireDV.component (7.7.1 - 2331) <32C46E8E-6521-3C89-978F-CA31DF211417> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x8c55000 -  0x8c8cfe7  com.apple.DVCPROHDCodec (1.5 - 237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec
    0x8c9c000 -  0x8d4bfe3  com.apple.AppleHDVCodec (1.5 - 228) <8D2121A0-BA53-28A2-C9A5-3BED137701DA> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec
    0x8d73000 -  0x8d94fe7  com.apple.AppleIntermediateCodec (2.0 - 542.4) <6FCB177D-281F-3255-A34E-3E1D23602E77> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x8da3000 -  0x8da8ffb  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <297A5C13-ACCE-3EA8-8395-FD12DFBB2619> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x8dad000 -  0x8dc0fe3  com.apple.IMXCodec (1.4 - 155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec
    0x8dd2000 -  0x8deaff2  com.apple.applepixletvideo (1.2.30 - 1.2d30) <72A0B4BD-DB7A-3C7F-ADB9-6D059F7ABA2B> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x8fe50000 - 0x8fe82aa7  dyld (195.6 - ???) <3A866A34-4CDD-35A4-B26E-F145B05F3644> /usr/lib/dyld
    0x90005000 - 0x90005fff  com.apple.Cocoa (6.6 - ???) <30E6ABEE-B390-3C02-8C76-9C62F19FAA83> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90006000 - 0x90061ff3  com.apple.Symbolication (1.3 - 91) <6E8D2927-5400-327B-9DA2-400353A01CD1> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90144000 - 0x90169ff9  libJPEG.dylib (??? - ???) <743578F6-8C0C-39CC-9F15-3A01E1616EAE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9016a000 - 0x9027effb  com.apple.QuickTimeImporters.component (7.7.1 - 2331) <2A3A70AE-DE51-3F5A-8BAE-2B8FA9E81C47> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9027f000 - 0x90283fff  libGIF.dylib (??? - ???) <A6F1ACAE-7B9B-3B3F-A54A-ED4004EA1D85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x90292000 - 0x90292fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <2112D5A4-7A37-352A-9291-2A6BBA2B34B9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x90293000 - 0x902a8fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <A20A59DB-33A8-3E9B-B662-45A8876965D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x902a9000 - 0x902aeff7  libmacho.dylib (800.0.0 - compatibility 1.0.0) <6DCCA207-8F4D-343A-B77D-C4FB905DADC4> /usr/lib/system/libmacho.dylib
    0x90437000 - 0x90599ffb  com.apple.QuartzCore (1.7 - 270.5) <6E04A99C-2F52-3E73-991E-340B048E8001> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x90677000 - 0x90679ff9  com.apple.securityhi (4.0 - 1) <824838E4-096E-3A3A-AE3C-88D0B1073300> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9071d000 - 0x908f4fe7  com.apple.CoreFoundation (6.7.2 - 635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908f5000 - 0x908f5ffe  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <7F0E8EE2-9E8F-366F-9988-E2F119DB9A82> /usr/lib/system/libkeymgr.dylib
    0x90914000 - 0x90914ff0  com.apple.ApplicationServices (41 - 41) <45032433-76F6-365A-95CA-641C9427EAA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x90d4f000 - 0x90d5cfff  libGL.dylib (??? - ???) <8B034E73-7AF5-3ACC-8A07-DDE8AC165D4A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x90dd1000 - 0x90dd8ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <47DB9E1B-A7D1-3818-A747-382B2C5D9E1B> /usr/lib/system/libsystem_notify.dylib
    0x90dd9000 - 0x90e36ffb  com.apple.htmlrendering (76 - 1.1.4) <792F1D51-3A88-3430-8A32-F252FAAE0D13> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x90e37000 - 0x90e42ffb  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <A1764D2F-EB84-33DC-9ED5-CDA3B468FF3E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x911b8000 - 0x911b9ff7  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <600909D9-BD75-386E-8D3E-7CBD29079DF3> /usr/lib/system/libquarantine.dylib
    0x911d7000 - 0x911dfff3  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <D7F6E875-263A-37B5-B403-53F76710538C> /usr/lib/system/liblaunch.dylib
    0x911e0000 - 0x91254fff  com.apple.CoreSymbolication (2.2 - 73.2) <FA9305CA-FB9B-3646-8C41-FF8DF15AB2C1> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x91545000 - 0x9154eff3  com.apple.CommonAuth (2.2 - 2.0) <C3FD6EC2-8EB3-38FB-BBB7-05009CA49024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x91560000 - 0x9156efff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
    0x91609000 - 0x9160aff4  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <DA59E228-076B-39B5-B6EA-52E6FD4EDC53> /usr/lib/system/libremovefile.dylib
    0x9160b000 - 0x9160eff7  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <69357047-7BE0-3360-A36D-000F55E39336> /usr/lib/system/libmathCommon.A.dylib
    0x9160f000 - 0x9165fff8  libTIFF.dylib (??? - ???) <4DC2025D-15E7-35CA-B7C5-9F73B26C8B53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91664000 - 0x91665ff7  libsystem_sandbox.dylib (??? - ???) <EBC6ED6B-7D94-32A9-A718-BB9EDA1732C9> /usr/lib/system/libsystem_sandbox.dylib
    0x91666000 - 0x91736ffb  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <9CD13789-93CE-35C6-8E5C-B38E41E9A73F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x917ce000 - 0x9182cfff  com.apple.coreui (1.2.2 - 165.10) <C6B099D6-7F02-3971-99B9-E415308959CF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9182d000 - 0x9183bff7  libxar-nossl.dylib (??? - ???) <9C927E1E-D9F6-34AE-979F-5D60E7E9211C> /usr/lib/libxar-nossl.dylib
    0x9183c000 - 0x91846ff2  com.apple.audio.SoundManager (3.9.4.1 - 3.9.4.1) <79D55070-BBFF-3D67-AFB9-3668FF8C5F98> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x91847000 - 0x91956fff  com.apple.DesktopServices (1.6.4 - 1.6.4) <C4E42CF3-9AFB-3C95-AFA9-79F790ED8BB3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x91957000 - 0x91962ff3  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <A6AD144D-19FE-3551-AFB3-FE9DE8199EB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91963000 - 0x919c4ffb  com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <5F91A450-2A8B-31D4-803B-2FDF5CE3644D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91a04000 - 0x91a05ff0  libunc.dylib (24.0.0 - compatibility 1.0.0) <9EF47F4C-32F6-3379-A3DD-89183D821B48> /usr/lib/system/libunc.dylib
    0x91a06000 - 0x91a0dfff  com.apple.agl (3.2.0 - AGL-3.2.0) <210F3383-D8EA-3644-90BA-9F054E15A2AB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91a43000 - 0x91a4efff  libkxld.dylib (??? - ???) <15081A7C-C06E-397C-B8BB-3A703A6AD07B> /usr/lib/system/libkxld.dylib
    0x91a4f000 - 0x91ab4ff7  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <2AB35EAF-CB90-3456-BFC8-C14B04C4CA9C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e30000 - 0x91e6efff  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <D17C0E4E-D265-3DE9-A0EA-F3EECBE2A24A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x91ea3000 - 0x91ea5ffc  com.apple.QuickTimeH264.component (7.7.1 - 2331) <30243836-1283-387B-8E49-22E458D9141D> /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x91f24000 - 0x91f32fff  com.apple.opengl (1.8.0 - 1.8.0) <6CD7C09D-F06F-3002-B86A-E5BD89823B64> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91f33000 - 0x91f97fff  com.apple.framework.IOKit (2.0 - ???) <77A0CEC1-4E9D-3729-B229-A8F46933A1AA> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92015000 - 0x92023fff  libz.1.dylib (1.2.5 - compatibility 1.0.0) <E73A4025-835C-3F73-9853-B08606E892DB> /usr/lib/libz.1.dylib
    0x92024000 - 0x92134fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <34E1E3CC-7B6A-3B37-8D07-1258D11E16CB> /usr/lib/libsqlite3.dylib
    0x92235000 - 0x92318ff7  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <F4D67C02-BD15-3E7D-A3D2-A30AA791F722> /usr/lib/libcrypto.0.9.8.dylib
    0x92ee3000 - 0x92eecfff  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <FEB5330E-AD5D-37A0-8AB2-0820F311A2C8> /usr/lib/libc++abi.dylib
    0x92eed000 - 0x92f3cffb  com.apple.AppleVAFramework (5.0.16 - 5.0.16) <5BD71C63-47E5-3596-90ED-785F7A5B4743> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92f3d000 - 0x92f5fffe  com.apple.framework.familycontrols (3.0 - 300) <E94CE585-F2E6-355C-BD06-4893B8631803> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x92f60000 - 0x92f7dff3  com.apple.openscripting (1.3.3 - ???) <0579A4CB-FD6F-3D7F-A17B-AC0F2CF11FC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92f99000 - 0x92faeff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <1C8933A9-C7C6-36E9-9D8B-0EF08ACA3315> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92faf000 - 0x92fe6fef  com.apple.DebugSymbols (2.1 - 87) <EB951B78-31A5-379F-AFA1-B5C9A7BB3D23> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x92fe7000 - 0x93004fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <2870320A-28DA-3B44-9D82-D56E0036F6BB> /usr/lib/libresolv.9.dylib
    0x93005000 - 0x93009ff3  libsystem_network.dylib (??? - ???) <6C0CB421-5DDD-3BD4-B3C5-C1DB6037576F> /usr/lib/system/libsystem_network.dylib
    0x9300a000 - 0x93085ffb  com.apple.ApplicationServices.ATS (317.11.0 - ???) <298A1BDD-B5D6-393B-A10C-3D141A949E5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x93086000 - 0x930fcfff  com.apple.Metadata (10.7.0 - 627.35) <9C265FE6-6706-3E0A-BA82-F81166619BDF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x930fd000 - 0x93193ff7  com.apple.LaunchServices (480.34 - 480.34) <147520D6-7EBE-3701-9C47-04F122DC165A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93194000 - 0x93203fff  com.apple.Heimdal (2.2 - 2.0) <181AC1B1-39F5-3578-B247-792B37EFD3CC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x932ce000 - 0x9338effb  com.apple.ColorSync (4.7.4 - 4.7.4) <61203FBE-54F0-3034-B7EF-25D885D89661> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9338f000 - 0x933a6ff8  com.apple.CoreMediaAuthoring (2.0 - 891) <69D569FD-670C-3BD0-94BF-7A8954AA2953> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreM ediaAuthoring
    0x933a9000 - 0x934d5ff9  com.apple.CFNetwork (520.4.3 - 520.4.3) <E9E315D4-CE22-3715-BED2-BB95AD5E10E8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x934d6000 - 0x934e1ffe  com.apple.NetAuth (3.2 - 3.2) <FF3965FE-D897-3885-B5B9-33665D2F5318> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x934e7000 - 0x939c3ff6  libBLAS.dylib (??? - ???) <67AF68CD-8E05-3355-92D1-341C2A9A6BCF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x939c4000 - 0x93a0dff7  libGLU.dylib (??? - ???) <3E370DE3-3F36-352F-A7A1-CF6C55C44F9B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x93a53000 - 0x93a5bff3  libunwind.dylib (30.0.0 - compatibility 1.0.0) <E8DA8CEC-12D6-3C8D-B2E2-5D567C8F3CB5> /usr/lib/system/libunwind.dylib
    0x93a5c000 - 0x93b00fff  com.apple.QD (3.40 - ???) <B866D191-AA6C-31C6-96B7-94BE165062F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93b1b000 - 0x93b4aff7  libsystem_info.dylib (??? - ???) <37640811-445B-3BB7-9934-A7C99848250D> /usr/lib/system/libsystem_info.dylib
    0x93b8f000 - 0x93b90fff  liblangid.dylib (??? - ???) <C8C204E9-1785-3785-BBD7-22D59493B98B> /usr/lib/liblangid.dylib
    0x93b91000 - 0x93e54fff  com.apple.security (7.0 - 55148.1) <21EFBE4A-0F05-3939-B83F-5454CA6AFADC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94067000 - 0x946f3ff5  com.apple.CoreAUC (6.16.00 - 6.16.00) <D55D5A6C-2C79-321C-A866-CA017DA66F0B> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x946f4000 - 0x94707ff8  com.apple.MultitouchSupport.framework (231.4 - 231.4) <BF359317-8ECA-34F7-8931-059C8735F343> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9470a000 - 0x9475bff9  com.apple.ScalableUserInterface (1.0 - 1) <3E650401-FB58-3704-8A24-E0B2F3914884> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x94783000 - 0x9480dffb  com.apple.SearchKit (1.4.0 - 1.4.0) <F2583C09-86DB-33CD-A933-F3B8A70CF9A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9483c000 - 0x94840ffa  libcache.dylib (47.0.0 - compatibility 1.0.0) <9DFB61F2-9B1F-31B2-BF41-099994D74E1F> /usr/lib/system/libcache.dylib
    0x94841000 - 0x9486cfff  com.apple.GSS (2.2 - 2.0) <2C468B23-FA87-30B5-B9A6-8C5D1373AA30> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x9486d000 - 0x94c6fff6  libLAPACK.dylib (??? - ???) <687048BD-EA20-3C20-B848-B6D730F58281> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x94c70000 - 0x94cadfef  libGLImage.dylib (??? - ???) <5646AA4B-11B7-3B40-B6AC-527F9613E8C8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94cb2000 - 0x94cf2ff7  com.apple.NavigationServices (3.7 - 193) <3D4DFBC6-926F-3883-9235-CDB09340C6A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94cf3000 - 0x95a44fff  com.apple.QuickTimeComponents.component (7.7.1 - 2331) <D6847147-1536-33AC-B1B9-8D8EA360DE34> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x95a45000 - 0x95b97fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <882581F7-3023-3DC4-A54C-3E823416384B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95b98000 - 0x95c25fe7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <514C9266-865D-3655-BA59-A8BA4EA80EA1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95c4e000 - 0x95c62fff  com.apple.CFOpenDirectory (10.7 - 146) <A7A0D36A-B14A-36C7-BFE5-E21130BF3687> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x95c63000 - 0x95e17ff3  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <6AD14A51-AEA8-3732-B07B-DEA37577E13A> /usr/lib/libicucore.A.dylib
    0x95e18000 - 0x9615efff  com.apple.MediaToolbox (1.0 - 705.78) <7D76E46A-CF6D-341A-8734-B300F21EBC45> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x9615f000 - 0x96179fff  com.apple.Kerberos (1.0 - 1) <A1ED8518-29DB-3511-83AE-EEAB2C0AB1FD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x961a8000 - 0x964b2ff3  com.apple.Foundation (6.7.2 - 833.25) <361418ED-589D-36DE-9668-A88B35937524> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96500000 - 0x96501fff  libDiagnosticMessagesClient.dylib (??? - ???) <DB3889C2-2FC2-3087-A2A2-4C319455E35C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x96502000 - 0x96502fff  com.apple.vecLib (3.7 - vecLib 3.7) <656463C6-AD21-38FF-B68C-2A7F7922113E> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96503000 - 0x9650effe  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <B63F5D07-93B3-3F02-BFB7-472B4ED3521F> /usr/lib/libbz2.1.0.dylib
    0x9657c000 - 0x96613ff3  com.apple.securityfoundation (5.0 - 55116) <8A08978E-0705-393D-8AA8-8F59FC6B3C6B> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x96614000 - 0x96636ff8  com.apple.PerformanceAnalysis (1.11 - 11) <0DDAD62E-381E-3FB6-A066-635870DCCCE5> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x969ee000 - 0x969f1ffb  com.apple.help (1.3.2 - 42) <46BC94D1-14C4-3178-9BFB-85470F1ED805> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x96b19000 - 0x96bb5fef  com.apple.ink.framework (1.4 - 110) <E03B4CBA-AC4F-3B29-BF7F-1CCDCC03F09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96c76000 - 0x96ca4ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <F733A8FE-BFAA-34B3-AA01-5A936B44B10C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96d1f000 - 0x96d25ffb  com.apple.print.framework.Print (7.4 - 247.3) <CB075EEE-FA1F-345C-A1B5-1AB266FC73A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x97080000 - 0x97080fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <7EFAD88C-AFBC-3D48-BE14-60B8EACC68D7> /usr/lib/system/libdnsinfo.dylib
    0x97081000 - 0x97b16ff6  com.apple.AppKit (6.7.3 - 1138.47) <D84BC928-E3D3-303C-88E0-942E18AFBDD6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x97b74000 - 0x97b74ff2  com.apple.CoreServices (53 - 53) <F28F38DC-C5C1-399F-84D7-A28CCC269850> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97c58000 - 0x97cbaffb  com.apple.datadetectorscore (3.0 - 179.4) <6CB6E69A-314D-329E-B0E7-DFB02531575D> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x97cbb000 - 0x97d23ff7  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <FE3304C5-C000-3DA0-9E53-0E4CA074B73B> /usr/lib/libc++.1.dylib
    0x97d24000 - 0x97ddaff3  com.apple.QuickTimeMPEG4.component (7.7.1 - 2331) <8BB3700F-868F-3E32-A061-C5E3C06D39C9> /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x98674000 - 0x986fbfff  com.apple.print.framework.PrintCore (7.1 - 366.3) <EBD5A94E-8E1D-3510-9457-EB0EAE2F51EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x98a0c000 - 0x98a4cff7  libauto.dylib (??? - ???) <984C81BE-FA1C-3228-8F7E-2965E7E5EB85> /usr/lib/libauto.dylib
    0x98a4d000 - 0x98cc1ffb  com.apple.CoreImage (7.98 - 1.0.1) <C77DADCB-C871-3A49-AAA0-0689E4DCFA10> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x98e7b000 - 0x98ecdff7  libFontRegistry.dylib (??? - ???) <B5324310-C140-392B-8324-B408AB7E3BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x98ece000 - 0x98f10ff7  com.apple.CoreMedia (1.0 - 705.78) <C2635524-8F87-3816-8DD0-509E69D1A35D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x98f11000 - 0x99109ff7  com.apple.CoreData (104.1 - 358.14) <92830C09-780F-3021-ADC0-2D9BB56D8E7B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x992a0000 - 0x9932dff7  com.apple.CoreText (220.20.0 - ???) <334FBF91-877C-38AC-8143-2458E8E62FC6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9932e000 - 0x99387fff  com.apple.HIServices (1.21 - ???) <ACF3C451-C235-32A7-849E-3D0A40E90546> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x99388000 - 0x993b0ff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <AB530FB2-8BD1-3328-95E8-CF449F0429CA> /usr/lib/libxslt.1.dylib
    0x993e4000 - 0x99400ff5  com.apple.GenerationalStorage (1.0 - 126.1) <E622F823-7D98-3D13-9C3D-7EA482567394> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x99412000 - 0x99806feb  com.apple.VideoToolbox (1.0 - 705.78) <DF7BB3DE-376E-330E-B990-735A893E3F2A> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9980d000 - 0x998d8fff  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <03E608FA-1689-3D85-9A21-31C1922AEC1A> /usr/lib/system/libsystem_c.dylib
    0x998d9000 - 0x998e1ff5  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <97E73059-F645-33F4-BCC5-1FEA367D60D4> /usr/lib/system/libcopyfile.dylib
    0x9992a000 - 0x99a12fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <1841196F-68B5-309F-8ED1-6714B1DFEC83> /usr/lib/libxml2.2.dylib
    0x99a13000 - 0x99a16ff7  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <7F6C14CC-0169-3F1B-B89C-372F67F1F3B5> /usr/lib/system/libcompiler_rt.dylib
    0x99a17000 - 0x99a2dffe  libxpc.dylib (77.19.0 - compatibility 1.0.0) <0585AA94-F4FD-32C1-B586-22E7184B781A> /usr/lib/system/libxpc.dylib
    0x99a2e000 - 0x99a2ffff  com.apple.TrustEvaluationAgent (2.0 - 1) <CE0A7AC9-ACB9-3554-BAAC-1FDEF07E6707> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x99a7d000 - 0x99a80ffd  libCoreVMClient.dylib (??? - ???) <B8F8916D-F12A-3D95-ABF3-999D57B7D581> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x99a81000 - 0x99a9dffc  libPng.dylib (??? - ???) <75F41C08-E187-354C-8115-79387F57FC2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99d02000 - 0x99e20fec  com.apple.vImage (5.1 - 5.1) <7757F253-B281-3612-89D4-F2B04061CBE1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x99e21000 - 0x99e83ff3  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <266CE9B3-526A-3C41-BA58-7AE66A3B15FD> /usr/lib/libstdc++.6.dylib
    0x99e84000 - 0x99eb2fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <5B70008D-4EA0-30E7-AC12-787D720CEE96> /usr/lib/libSystem.B.dylib
    0x99ebf000 - 0x99fd0ff7  libJP2.dylib (??? - ???) <845C74F4-1074-3983-945F-EB669538CAA9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x99fd1000 - 0x99fd3ff7  libdyld.dylib (195.6.0 - compatibility 1.0.0) <1F865C73-5803-3B08-988C-65B8D86CB7BE> /usr/lib/system/libdyld.dylib
    0x99fd4000 - 0x99fd4fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <B95984A1-6C16-338A-9B60-D4F080924243> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x99fd5000 - 0x9a8fde2b  com.apple.CoreGraphics (1.600.0 - ???) <93490E7A-8CA6-3D58-AA13-B6FEB35647B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9a8fe000 - 0x9a904ffd  com.apple.CommerceCore (1.0 - 17) <595A67CF-3546-35FD-8D2E-2861CB959379> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9a905000 - 0x9a923ff7  libsystem_kernel.dylib (1699.31.2 - compatibility 1.0.0) <EE8DD7FD-53FC-3DE0-8622-7CCF062716EC> /usr/lib/system/libsystem_kernel.dylib
    0x9a925000 - 0x9a929ff7  com.apple.OpenDirectory (10.7 - 146) <9C1EAEB1-84E0-373D-94E9-0E990752011E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9a92a000 - 0x9a92afff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <2E71E880-25D1-3210-8D26-21EC47ED810C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9adbd000 - 0x9b042fe3  com.apple.QuickTime (7.7.1 - 2331) <BAA85ECB-64DB-35DC-852A-A07DE762E700> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9b043000 - 0x9b389ff3  com.apple.HIToolbox (1.9 - ???) <96AFBCE8-61CC-31A6-8E57-2EC21D7A7851> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9b48e000 - 0x9b492ffd  IOSurface (??? - ???) <77B632E4-2196-3BC9-93CC-70EBF353CD4F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x9b4ea000 - 0x9b95fff7  FaceCoreLight (1.4.7 - compatibility 1.0.0) <3E2BF587-5168-3FC5-9D8D-183A9C7C1DED> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x9b99f000 - 0x9b9c2fff  com.apple.CoreVideo (1.7 - 70.3) <3CAFA7B1-0A0F-3F4E-9A9B-BEDDEEF64F6C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9c003000 - 0x9c009fff  libGFXShared.dylib (??? - ???) <157F45BD-00DC-3864-9155-54D4303A5756> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x9c016000 - 0x9c016fff  com.apple.Carbon (153 - 153) <63603A0C-723B-3968-B302-EBEEE6A14E97> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9c0ef000 - 0x9c0f3fff  com.apple.CommonPanels (1.2.5 - 94) <DFA0D001-9890-32FB-B1BD-039DDA8F3E9E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9c0f4000 - 0x9c104ff7  libCRFSuite.dylib (??? - ???) <B68CDEA4-8D6E-3625-B80F-3489E321E858> /usr/lib/libCRFSuite.dylib
    0x9c173000 - 0x9c1b0ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <953B4F4C-283C-3AEF-949A-E149F10AC775> /usr/lib/libcups.2.dylib
    0x9c1b1000 - 0x9c274fff  com.apple.CoreServices.OSServices (478.46 - 478.46) <B4D06EFD-D11D-3C81-A394-9076EED5D738> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9c275000 - 0x9c36dff7  libFontParser.dylib (??? - ???) <EEA7A5AC-5123-3988-A6D7-0FF8664EDD0D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x9c43e000 - 0x9c4fbff3  ColorSyncDeprecated.dylib (4.6.0 - compatibility 1.0.0) <A31C444A-33EC-3FF2-9E57-F7D1DC521905> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9c4fc000 - 0x9c5ecff1  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <9E5F86A3-8405-3774-9E0C-3A074273C96D> /usr/lib/libiconv.2.dylib
    0x9c5ed000 - 0x9c5f0ffc  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <6FFDBD60-5EC6-3EFA-996B-EE030443C16C> /usr/lib/libpam.2.dylib
    0x9c5f1000 - 0x9c611ff7  com.apple.RemoteViewServices (1.4 - 44.1) <1F831750-1E77-3013-B1A6-0DF528623790> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x9c612000 - 0x9c623fff  libbsm.0.dylib (??? - ???) <BB4E736B-E068-376A-B28D-6B2D6A70EE50> /usr/lib/libbsm.0.dylib
    0x9c676000 - 0x9c6beff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <13DBFACD-29A9-32B9-9847-40DB1E85831E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9c6bf000 - 0x9c6f5ff7  com.apple.AE (527.7 - 527.7) <DC987937-BA90-3588-8482-689EA5580BEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9c765000 - 0x9c76cff9  libsystem_dnssd.dylib (??? - ???) <63E70DAA-EA33-32A1-ACA9-387F447CCBBE> /usr/lib/system/libsystem_dnssd.dylib
    0x9c76d000 - 0x9c770ff9  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <16DCE20A-9790-369A-94C1-B7954B418C77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x9c782000 - 0x9ca84fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6035A1AE-8657-304D-8918-1DBD322C9738> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9cac7000 - 0x9cb9daab  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C784297D-1FF6-3D89-9DE6-98C028AF73D2> /usr/lib/libobjc.A.dylib
    0x9cb9e000 - 0x9cba6fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <751DC709-220B-3FA3-9D67-CB1CC5E6861C> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9cba7000 - 0x9cbd1ff1  com.apple.CoreServicesInternal (113.17 - 113.17) <33B14C4B-B697-3265-86C5-05328EF0F186> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9cbd2000 - 0x9cc15ffd  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <4BA1F5F1-F0A2-3FEB-BB62-F514DCBB3725> /usr/lib/system/libcommonCrypto.dylib
    0x9cc25000 - 0x9cc6cff5  com.apple.opencl (2.0.16 - 2.0.16) <03BE8413-EA24-3E6B-A9AC-D297BD1EE50F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x9cf21000 - 0x9cf23ffb  libRadiance.dylib (??? - ???) <4721057E-5A1F-3083-911B-200ED1CE7678> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9cf24000 - 0x9cf2bffd  com.apple.NetFS (4.0 - 4.0) <0F1B19AD-B320-38BE-8543-9DA93792F220> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9d099000 - 0x9d09afff  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <B04592B1-0924-3422-82FF-976B339DF567> /usr/lib/system/libsystem_blocks.dylib
    0x9d09b000 - 0x9d09cffd  libCVMSPluginSupport.dylib (??? - ???) <2D89E97F-8E33-389B-B76C-4508CE3B6778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x9d09d000 - 0x9d0adfff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8BE2D2EF-9AF0-3960-9845-052CCE04B53A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 3
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 1217
        thread_create: 1
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=169.9M resident=94.7M(56%) swapped_out_or_unallocated=75.2M(44%)
    Writable regions: Total=130.5M written=5308K(4%) resident=23.2M(18%) swapped_out=0K(0%) unallocated=107.3M(82%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    ATS (font support)                 31.8M
    CG backing stores                   172K
    CG image                             68K
    CG shared images                    168K
    CoreGraphics                          8K
    CoreServices                       1532K
    MALLOC                             64.0M
    MALLOC guard page                    48K
    Memory tag=242                       12K
    Memory tag=249                      156K
    Stack                              73.6M
    VM_ALLOCATE                        16.1M
    __CI_BITMAP                          80K
    __DATA                             10.2M
    __DATA/__OBJC                        72K
    __IMAGE                             528K
    __IMPORT                             28K
    __LINKEDIT                         43.8M
    __OBJC                             1588K
    __PAGEZERO                            4K
    __TEXT                            126.1M
    __UNICODE                           544K
    mapped file                       129.4M
    shared memory                      4408K
    shared pmap                        8900K
    ===========                      =======
    TOTAL                             513.0M
    Model: MacBookPro9,1, BootROM MBP91.00D3.B02, 4 processors, Intel Core i7, 2.6 GHz, 8 GB, SMC 2.1f170
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533643465238432D50422020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.198.19.21)
    Bluetooth: Version 4.0.7f2, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547575A9E384, 750.16 GB

    Hi rockdrummerthirteen13,
    It looks like your Focusrite Plugin Suite is out of date.  Please download and install the latest version of the plugins suite (1.2) from here, and see if that fixes your issue: http://us.focusrite.com/downloads?product=Focusrite+Plugin+Suite
    Best regards,
    David Tichauer // Focusrite Technical Support

  • "Error Disk too Slow" Macbook Pro 2011 - Maverick and Yosemite - The Great Grand Mystery Unfolds!!!

    Hey everybody,
    Logic Pro X user here, have a late 2011 Macbook Pro, upgraded to 16gb of ram, 2.8ghz intel core i7, running latest version of Mavericks and more recently on a separate partition I tried Yosemite with a  clean install of only Logic Pro X.
    I use Apogee Quartet as my audio interface, I have a OWC Mercury Elite Firewire 800 external drive that I record to, all LPX files are on my internal drive.
    Before Mavericks I had 0 issues with this setup, no with just one sole drummer track, or one single audio or software track, I get the various disk too slow errors after a few seconds.
    I have tried reinstalling LPX, I tried a clean partition with nothing but Logic Pro on it (both Mavericks and Yosemite).
    I have reset my PRAM and used Apple Hardware diagnostics as well as memtest (i think it was called) and even reverted back to my old original RAM that came with the computer.  All hardware tests passed, I have verified and repaired disks from disk utility as well as from the recovery partition.
    I have worked with Apple a bit over the phone doing these things, I have also read just about every thread on this pervasive issue.  And its ruining my experience as a user.  I absolutely loved Logic on Mountain Lion, no issues whatsoever! I'm considering reverting back to it actually.
    On a side note I also have a HDMI Tv connected through the thunderbolt display, and a self powered USB hub that I connect my wireless mouse, iPhone cable and WD MY passport drive (which I only use for Time Machine).
    I'm basically at my wits end and open to anybodies suggestions, I even tried resting the SMC and several other things advised in these forums.
    I'm Stil under Apple Care and wondering if going into them is my only hope left.
    I find that garageband acts the same, but I have no other system issues! its so bizarre, performance on all other programs is totally fine, its only when I want to record that I get issues.
    For the record I do have some 3rd party VTS (Arturia V collection, EZ drummer 2 and AMplitube) but when I did the clean partition they weren't there and I still had the disk to slow error, so I'm not convinced its because of those.
    Also Since the partition I obviously have played with my storage but I still have 75 gas of space on the mavericks partition (out of 500gb ) and on Yosemite partition I have 125 gbs available and on my Firewire external drive I have about 150gb left on a 500gb drive, so I'm not convinced its a space issue either (especially since before Mavericks Mountain Lion seemed to work just fine.)
    HELP! Please help...I'm so exhausted trying to fix this on my own, and admittedly I've run to the end of my own capacity and don't know where to go from here.
    Thank you for any suggestions, sorry for the long post, and if I have left anything out please let me know, this is my first post.

    And yes I did upgrade my apogee drivers to the recent ones they just released.

  • No Reason For Disk Too Slow Error, any ideas?

    Ok,
    So I've used Garageband for years from iLife 06 and up and I've never had an issue with any Garageband until now. Here's the deal, I still get the disk too slow error, and there is no explanation. Below is my computer config:
    COMP I'M USING:
    Macbook Pro 13 inch
    OS X Mavericks
    Intel Core 2 Duo (1st unibody)
    4 GB of RAM MAX
    BRAND NEW Hybrid 7200 RPM Drive Installed 500GB total, 300 GB FREE
    NO Other programs are open.
    I use Garageband for recording songs but mostly now for recording podcasts. So the track I am using is normally 1 hour in duration. I can't seem to skip around, from minute 1 to minute 54 and edit at my whim without beach ball and timeing out getting the disk to slow error I never had this issue before, I either get the disk to slow error when trying to navigate large gaps of time in the podcast as I said earlier or even during RECORDING a podcast it'll simply say disk to slow, stop recording and occassionally say there are too many tracks in use, when I only record using 1 track of audio.
    How can this be possible? Even my old G4 allowed me to jump all over the timeline with no issues. It seems there is some kind of flaw in the software. And yes, I just restored OSX Mavericks to my brand new Hybrid Hard drive, so there's no explanation as there are no disk errors or permissions errors of any kind.
    I'd rather not hookup an external drive to record too as that seems silly when I've never had too before. If this "modern" computer can't do something that my old G4 ibook can do, don't you think we're going in the wrong direction with this program?
    I've heard of so many people having this issue, and I thought upgrading my OS and getting a new HD would help but it hasn't. I'm at wits end with this issue.
    Any advice would be helpful, thank you.

    There are a few other reports of problems with 10.6.7
    Some audio device(s) inputs have ceased working, a few disk to slow messages...etc. I don't see the wisdom of upgrading a working DAW system if that's it main function. OSX has to support a lot of different hardware now, many, many Intel motherboard and/or processor revisions... it's not going to be as smooth sailing as it used to be.
    pancenter-
    Here's a search over the past 90 days.
    http://discussions.apple.com/search.jspa?threadID=&q=Disktoslow&objID=c231&dateRange=last90days&userID=&numResults=15&rankBy=10001

  • "Disk is too slow" ???

    I've been running Garageband happily eversince I bought my iMac 18 months ago, using it to transfer old cassette tapes to the Mac. Then suddenly 2 days ago I got the error message 'Disk is too slow'. Nothing unusual about the tape, just pop group (M People), not 1000-piece orchestra. The 250GB disk has 224GB free space. Tried closing all other apps (I don't run many anyway) but still problem. I need to finish off this copying urgently and I'm slightly desperate. No-one in the Garageband discussions has come up with anything.
    No other apps have any problems, but then all the others presumably can control their input speed.
    What is the problem causing the message, and how can I fix it? Is it because the disk has become fragmented, and if so is there an equivalent of the PC defrag utility for Mac? If not, what? Please help!!

    Even in the PC world, defragmenting is never going to cause a problem like this. Defragmenting gives negligible benefits, at best. In the Windows world, people would be much better off if they forgot words like "defragment" and "registry". They end up either just wasting time or messing around with things they shouldn't be messing around with.
    That said, run Apple Hardware Test on your system. The extended tests. That will see if there's anything obviously wrong with your system. If not, take it to an Apple store or AASP in your area, and ask them to run a check of the HDD. I'd tell you exactly what program to have them run, but in my experience you just get blank stares, followed by a second or two of silence, then a quick, "Uh-huh". Meaning they didn't understand a thing you just said. So just tell the person to have the monkeys in the back run tests on the HDD. They should be able to have an answer in a half hour or so.

  • Insert too slow

    Hi DB Gurus,
    Our application is inserting 60-70K records in a table in each transaction. When multiple sessions are open on this table user face performance issues like application response is too slow.
    Regarding this table:
    1.Size = 56424 Mbytes!
    2.Count = 188,858,094 rows!
    3.Years of data stored = 4 years
    4.Average growth = 10 million records per month, 120 million each year! (has grown 60 million since end of June 2007)
    5.Storage params = 110 extents, Initial=40960, Next=524288000, Min Extents=1, Max Extents=505
    6.There are 14 indexes on this table all of which are in use.
    7. Data is inserted through bulk insert
    8. DB: Oracle 10g
    Sheer size of this table (56G) and its rate of growth may be the culprits behind performance issue. But to ascertain that, we need to dig out more facts so that we can decide conclusively how to mail this issue.
    So my questions are:
    1. What other facts can be collected to find out the root cause of bad performance?
    2. Looking at given statistics, is there a way to resolve the performance issue - by using table partition or archiving or some other better way is there?
    We've already though of dropping some indexes but it looks difficult since they are used in reports based on this table (along with other tables)
    3. Any guess what else can be causing this issue?
    4. How many records per session can be inserted in a table? Is there any limitation?
    Thanks in advance!!

    Hi DB Gurus,
    Our application is inserting 60-70K records in a
    table in each transaction. When multiple sessions are
    open on this table user face performance issues like
    application response is too slow.
    Regarding this table:
    1.Size = 56424 Mbytes!
    2.Count = 188,858,094 rows!
    3.Years of data stored = 4 years
    4.Average growth = 10 million records per month, 120
    million each year! (has grown 60 million since end of
    June 2007)
    5.Storage params = 110 extents, Initial=40960,
    Next=524288000, Min Extents=1, Max Extents=505
    6.There are 14 indexes on this table all of which are
    in use.
    7. Data is inserted through bulk insert
    8. DB: Oracle 10g
    Sheer size of this table (56G) and its rate of growth
    may be the culprits behind performance issue. But to
    ascertain that, we need to dig out more facts so that
    we can decide conclusively how to mail this issue.
    So my questions are:
    1. What other facts can be collected to find out the
    root cause of bad performance?
    2. Looking at given statistics, is there a way to
    resolve the performance issue - by using table
    partition or archiving or some other better way is
    there?
    We've already though of dropping some indexes but it
    looks difficult since they are used in reports based
    on this table (along with other tables)
    3. Any guess what else can be causing this issue?
    4. How many records per session can be inserted in a
    table? Is there any limitation?
    Thanks in advance!!You didn't like the responses from your same post - DB Performance issue

  • I was charged for a movie that never was downloaded, i asked for it but the conection was too slow and I never was able to have the movie that i asked for...how can i get it without being charged again, who could remove the chage from my Crecit card?

    i was charged for a movie that never was downloaded, i asked for it but the conection was too slow and I never was able to have the movie that i asked for...how can i get it without being charged again, who could remove the chage from my Crecit card?

    You may not be able to get a refund, since the terms of sale for the iTunes Store state that all sales are final. You can contact the iTunes Store, explain the reason for your request, and ask, though:
    http://www.apple.com/support/itunes/contact.html
    It's possible they'll make an exception for you, particularly if the problem was on their end preventing the movie from downloading in a reasonable time.
    Good luck.

  • Director 12 is too slow making clones from 3D models

    Why is Director 12 so slow making clones from 3D models? 
    It takes 2 minutes to make 1200 clones from 10 very simple 3D models.  And that's only part of the game initialization time. 
    The complete game initialization takes 3.5 minutes, including the above 1200 clones, plus other 3D cloning, and other data init.
    Users won't wait that long for a game to start.
    Please help me out with this.
    Here's the Lingo clone initialization code:
    <pre>
    on initItem nameModel, numModels
      -- every clone has the same shader
      nameShader = "Shader"
      -- init this base model
      -- gObj global points to the source 3d-model cast member
      iModel  = gObj.model(nameModel)
      iShader = gObj.shader(nameShader)
      iModel.transform.rotation = vector(0,0,0)
      iModel.transform.scale    = vector(1,1,1)
      iModel.visibility = #none
      iModel.shaderList[1] = iShader
      iShader.diffuse  = rgb( 0, 0, 0 ) 
      iShader.emissive = rgb( 0, 255, 0 )
      iShader.transparent = FALSE
      iShader.flat = TRUE
      gObj.modelResource(nameModel).lod.bias = 50.0
      -- create a list of clone models -
      if( numModels > 0 ) then
        cloneList = []
        repeat with i = 1 to numModels
          ranStr = getRandomString( nameModel )
          iClone = iModel.clone( ranStr )
          -- add and set available flag to clone
          iClone.userData.addProp( #available, TRUE )
          cloneList.append( iClone )
          -- make clone a child of the rendering group: gGroup
          gGroup.addChild( iClone, #preserveWorld )
        end repeat
        -- add to the model the #clones property and the clone list
        iModel.userData.addProp( #clones, cloneList )
      end if
    end initItem
    </pre>

    @necromanthus,
    I use clones for things like non-player-actor models, missiles, and bullets, all of which must be memory-resident in real-time.
    When clones are needed, I pull them from the free pool, make them visible, and transform them as required. 
    When done with the clones, I make them invisible and return them to the free pool.
    In my testing of Director 12, making clones in real-time when they are needed is much too slow for an action game, like a shooter.
    The total init time I gave earlier includes many other things besides making clones, but clone making is 40% to 50% of my total init time.
    Here's my cloning code after the optimizations -- Note: shader init was removed from initItem(), and the inner loop is now minimal:
    on initItem nameModel, numModels
      -- gObj is global pointer to 3D cast member
      -- gGroup is global pointer to rendering group
      iModel = gObj.model(nameModel)
      iModel.transform.rotation = vector(0,0,0)
      iModel.transform.scale    = vector(1,1,1)
      iModel.visibility = #none
      iModel.userData.addProp( #available, TRUE )
      iModel.shaderList[1] = gObj.shader("ModelShader")
      gObj.modelResource(nameModel).lod.auto = TRUE
      gObj.modelResource(nameModel).lod.bias = 10
      gGroup.addChild( iModel, #preserveWorld )
      if( numModels > 0 ) then
        cloneList = []
        repeat with i = 1 to numModels
          iClone = iModel.clone( nameModel & i )
          cloneList.append( iClone )
        end repeat
        iModel.userData.addProp( #clones, cloneList )
      end if
    end initItem

  • Forall bulk delete is too slow to work,seek advice.

    I used PL/SQL stored procedure to do some ETL work. It is pick up refeshed records from staging table, then check to see whether the same record exists in target table, then do a Forall bulk deletion first, then do a Forall insert all refreshed records into target atble. the insert part is working fine. Only is the deleteion part, it is too slow to get job done. My code list below. Please advise where is the problem? Thansk.
    Declare
    TYPE t_distid IS TABLE OF VARCHAR2(15) INDEX BY BINARY_INTEGER;
    v_distid t_distid;
    CURSOR dist_delete IS
    select distinct distid FROM DIST_STG where data_type = 'H';
    OPEN dist_delete;
    LOOP
    FETCH dist_delete BULK COLLECT INTO v_distid;
    FORALL i IN v_distid.FIRST..v_distid.LAST
    DELETE DIST_TARGET WHERE distid = v_distid(i);
    END LOOP;
    COMMIT;
    end;
    /

    citicbj wrote:
    Justin:
    The answers to your questions are:
    1. why would I not use a single DELETE statement? Because this PL/SQL procedure is part of ETL process. The procedure is scheduled by Oracle scheduler. It will automatically run to refresh data. Putting DELETE in stored procedure is better to executed by scheduler.You can compile SQL inside a PL/SQL procedure / function just as easily as coding it the way you have so that's really not an excuse. As Justin pointed out, the straight SQL approach will be what you want to use.
    >
    2. The records in dist_stg with data_type = 'H' vary by each month. It range from 120 to 5,000 records. These records are inserted into target table before. But they are updated in transactional database. We need to delete old records in target and insert updated ones in to replace old ones. But the distID is the same and unique. I use distID to delete old one and insert updated records with the same distID into target again. When user run report, the updated records will show up on the report. In plain SQL statement, delete 5,000 records takes about seconds. In my code above, it take forever. The database is going without any error message. There is no trigger and FK associated
    3. Merge. I haven't try that yet. I may give a try.Quite likely a good idea based on what you've outlined above, but at the very least, remove the procedural code with the delete as suggested by Justin.
    >
    Thanks.

Maybe you are looking for