Continuous 'Fetching' of User's 'Home' Admin Permissions

I am trying to Export a .MOV file out of iPhoto to a folder on my Desktop using File➙Export➙ File Export with Kind = Original. However the operation fails giving the message " Exporting....  Unable to create /Users/Username/Desktop/ ".
Someone suggested checking Permisssions for my HOME folder. 
Opening the Get Info for my Home folder I notice something odd is going on. At the bottom, the 'Admin' section constantly says it is 'Fetching...' and is greyed out. Also the last modification date was set to several weeks ago, at the end of May 2013.
https://dl.dropboxusercontent.com/u/11373233/MacDiscussions/Fetching%20Screen%20 Shot%202013-07-15%20at%2017.51.20.png
I wonder if this is why I get the error when saving the .MOV file to the Desktop?  If so, how can I fix this?
I have tried repairing permissions, but Disk Utility didn't find anything relevant to my Home folder - just a single Java related item that needed to be repaired.  And only that one item too. Apple must have tidied up the Permissions reports. I have also tried unlocking the Get Info window and changing the Admin Permissions to something else.  They change of course but the "Fetching..." doesn't go away.

The following is an exception to the rule that you should never make any changes to backup data. I've tested this procedure in OS X 10.8 only. I don't know whether it works in earlier versions of OS X. Use this procedure only for files that were backed up from your home folder, or a folder on another volume created by you, and would normally be writable by you. Do not touch backups of system or application files.
In the Finder (not in the time-travel view), navigate to the backup volume, then to the folder named "Backups.backupdb", and then to the snapshot you want to restore from. The snapshots are folders labeled with the date when they were created. Inside each of those folders is a file hierarchy like the one on the volume that was backed up. Descend through the hierarchy until you come to a folder named "Users," and inside that, a folder with your user name. The procedure will be different if you're trying to restore files on another volume.
Select the folder and open the Info dialog (command-I). Click the padlock icon in the lower right corner of the window and authenticate. In the Sharing & Permissions section, give your account Read & Write access. You may have to close the dialog and repeat this step in order for the change to show up. Then click the gear icon and select Apply to Enclosed Items from the popup menu.
Try the restore operation again, in the time-travel interface.

Similar Messages

  • User is not present any sharepoint group,But user has permissions to all subsites(almost user has admin permissions)

    I am having sharepoint site.one of the user is not present in any sharepoint group and also not present in site collection administrators but user has all the permissions in the site.Some members who are in the owner group(full control) also
    does not have permissions to add new users to some groups but the user who is not present in any group has permission to add new users also.How this user is able to access?.But user is present in people and groups

    HI
    First find out from where user getting permission.
    Hi 
    You can use get-spuser for the same.
    Listing All the SharePoint Groups to Which a User Belongs
    To list all the SharePoint groups to which a user belongs, you first need to find that user's SPUser object:
    $user = Get-SPUser -Web http://server/sites/yoursite |
      Where {$_.LoginName -LIKE "*|DOMAIN\SAMC"}
    Once you have this object, you can scan all the site collections in the farm and find all the groups to which the user belongs:
    Get-SPSite -Limit All |
      Select -ExpandProperty RootWeb |
      Select -ExpandProperty SiteUsers |
      Where { $user.UserLogin -EQ $_.LoginName } |
      Select -ExpandProperty Groups |
      Select Name, {$_.ParentWeb.Url}
    below link refer the same.
    http://sharepointpromag.com/sharepoint-2013/exploring-sharepoint-users-groups-and-security-using-powershell
    Hope this help you to find out user group
    Regards, Rajendra Singh If a post answers your question, please click Mark As Answer on that ost and Vote as Helpful http://sharepointundefind.wordpress.com/

  • OSX 10.8.5 Home Folder permissions in AD environment

    So I work in a University environment and traditionally we have been using Windows computers, thus a large AD environment. Recently we have been having Mac OSX computers trickle into the environment and I have been the one tasked with making sure everything works. From OS X documentation every version 10.6.8 and above *SHOULD* work in an AD environment, but we are working with 10.7 and above so that shouldn't be a problem.
    I have tested adding a 10.7 and 10.8 desktop to the domain and all works fine, I change the log in settings to require username and password, and I can log in fine as a Enterprise Admin, Domain Admin, and Domain User. Now my issue comes in when I'm trying to write files, nothing works. I see that the home directory gets created fine and has the correct permissions, but none of it's subdirectories have the correct permissions. As the local admin I have to go to the folder permissions of the home directory and click the action cog wheel and say "Apply to enclosed items..." is there any way I can streamline this process so that everytime a home directory gets create, all of it's subdirectories are owned and writeable by the user who logged in?

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

  • Mac OS X 10.5 destroyed my Admin permissions

    Ok. I had originally installed Mac OS X 10.5 on my Macbook, but the hard drive got screwed due to an impact on the floor while running Windows XP. I decided to install 10.5 on my Mac Mini, and for some reason, my Admin permissions were destroyed. No Admin account is available, and it says my account (which is the only account on there) is a standard account. I tried to reset the password, but that failed. Can anyone help?

    I wouldn't THINK it is private: it is in the User Tips forum, and it would seem rather counter-productive for that to be private. I hope no one, like Michael (whom I think the world of) gets mad at me, but here it is:
    Re: I lost my admin user
    Posted: Nov 1, 2007 12:31 PM
    Revised to incorporate Niel's corrections:
    I lost my admin user (OS X 10.5)
    If you are unfortunate enough to delete your only admin user, or remove his admin capability, then as long as you have another user with login capability, you can give that user admin rights as shown below. You can then re-create the original user or reinstate the admin capability using the Accounts Pane in System Preferences.
    Print this post out in a mono-spaced font, and type carefully, paying attention to spaces and punctuation, since you cannot copy/paste in Single User mode.
    Caution: in single user mode you have root privileges. Be careful! Substitute the name of 'youruser' below.
    Boot into single user mode (Command-S) at startup which will eventually get you a shell prompt (ending in #). Then type the following:
    fsck -fy
    Repeat the above until it says your disk is OK. Then continue with
    mount -uw /
    dscl . -merge /groups/admin users youruser
    If you get a message saying "invalid path", then type these two commands first:
    dscl . -create /groups/admin gid 80
    dscl . -create /groups/admin passwd '*'
    and then repeat the "dscl ... -merge" command. Then:
    reboot
    You will now be able to login as 'youruser' and have administrative privileges.
    Membership of the 'admin' group is the only thing that distinguishes administrative users from ordinary users.
    Michael Conniff

  • How to reset Home Dir permissions?

    I've had a few situations lately where I've had to either move files from one user's Home Dir to another's, or delete a user then move its files back after recreating it, or simply fix wonky privs, but I can't seem to find an easy way to do these things.
    Is there any way to automate the inheritance of privs? Like, I want to be able to drop a file into a user's home, and have it become owned by that user. I thought I'd at least be able to reset the owner while logged in as that user, by changing the setting in the Get Info window, but you aren't even given the option to authenticate as an admin...
    Am I missing something easy here?

    In short, there is no easy way to enable propagation of ownership to files that are dropped into a home folder.
    However, I use a bash script on or home folder servers to create/fix permissions on a user's apple home folder. The script will go through all folders in the user's home folder and reset the permissions and ownership to the correct values.
    1. Copy the script below into a file (eg. fixpermissions.sh) using emacs, nano or your favorite editor.
    2. Open a terminal on the machine hosting the home folder.
    3. Change to the top level of your home folder tree.
    Eg. If the home folder is /Users/jweston, change to the /Users folder <pre>cd /Users</pre>
    4. Run the fixpermissions.sh script with the username to fix.
    <pre>./fixpermissions.sh jweston</pre>
    5. Done! Note: If the folder does not exist it will be created. Otherwise, the script will fix permissions on the current contents.
    Here is the script...
    <pre>
    #!/bin/bash
    if [ -d ${1} ]
    then
    #Home Dir exists, reset permissions
    chown -R ${1}.admin ${1}
    chmod -R u=rwX,go= ${1}
    chmod -R go=rX ${1}/Public ${1}/Sites
    chmod go=wX ${1}/Public/Drop\ Box
    chmod go=rX ${1}
    else
    #Home Dir does not exist, create...
    mkdir ${1}
    mkdir ${1}/Desktop
    mkdir ${1}/Documents
    mkdir ${1}/Library
    mkdir ${1}/Movies
    mkdir ${1}/Music
    mkdir ${1}/Pictures
    mkdir ${1}/Public
    mkdir ${1}/Public/Drop\ Box
    mkdir ${1}/Sites
    chown -R ${1}.admin ${1}
    chmod -R u=rwX,go= ${1}
    chmod -R go=rX ${1}/Public ${1}/Sites
    chmod go=wX ${1}/Public/Drop\ Box
    chmod go=rX ${1}
    fi</pre>

  • Admin permissions won't let me save photoshop files

    I moved my MacBook Pro to my son and made him administrator. That worked fine, but now something must have happened because he now can't save Photoshop files anymore as photoshop says he doesn't have permissions. He's running Snow Leopard as he has to use Canvas X, which won't run in Lion. Anyone have an idea what may be screwing up permissions? He did run Repair Permissions in Disk Utility. He is listed as the administrator in Accounts. He also made sure the file Get Info permissions allowed the Admin. He even changed the Get Info permissions to enable everyone.

    He's just trying to save a tiff file from PhotoShop back over the original tiff on the Mac's internal hard drive.
    He changed the permissions to allow everyone access on the original tiff that he had Opened in PhotoShop.
    A little more history: He had an unrecoverable hard drive crash about 2 months ago. So we installed the backup drive that had a SuperDuper copy of the crashed drive that was about 3 weeks old (from the crashed drive's data).
    This drive worked fine until this week when the clock reset to 2000. That's the same time the permissions problems started.
    I had earlier made him the administrator, but now he had to login with my password and I was shown as the startup admin. Since I was the original owner and admin, I had placed all my applications in the top level Applications folder of the hard drive, not in my Home Applications folder; and now it appeared that he only had access to Applications in the Home folder as a User instead of Admin, thus explaining why he didn't have access to the applications he needed.
    So he reset the PRAM to address the clock and other screwy things.
    Now he is shown as the administrator in System Preferences>Accounts, but without the permissions of an administrator.

  • Home Folder Permissions

    I need to move all of my User's Home Folders to another server that will be running Windows Server 2013 R2 Standard.  The reason for this is capacity on the current server is low.
    I am trying to understand how permissions work as on the old system and test the folder creation on the new system, if someone wanted to see all the user folders and access them, they can. 
    I created a g:\Add-Data\Users directory and shared the User directory as User$.  Administrators and SYSTEM have Owner rights under Share and Everyone has full control under Advanced Sharing.  Under Advanced Security Permissions, Administrators
    have Full Control, This folder, subfolders and files, Domain Users have List folder/read data and Create Folders / append data permissions to This Folder Only. Creator Owner has Full Control for Subfolders and files only.
    Still if I take a domain user and try to map a network drive to \\server\Users$, I am presented with the other user directories, can access them and create in them.
    How do I fix this?

    Hi,
    According to your description, do you mean that you want every user in the domain has the ability to access other users’ profiles and modify them?
    If so, would you please tell us why do you want to achieve that?
    Personally, I would not want this to happen, because every user’s user profile is private. When a domain admin create a user profile for a user, the owner is the user itself by default, even the domain admin doesn’t have
    access permissions.
    If you are just trying to find out how permission works, here is the thing:
    The owner of a file has the ultimate control over the file, he/she can decide who has access, and what kind of access, to his/her file and who doesn’t. As the domain admin has full control over the domain, he/she can take
    ownership on any files in the domain.
    In your case, if the owner of one user profile has granted the read access to all the other domain users in the domain, then all domain users can read this user profile. In the meantime, if the owner wants to keep his/her
    profile private, and hasn’t given any others read permission, then others can’t read this profile.
    More information for you:
    How Permissions Work
    http://technet.microsoft.com/en-us/library/cc783530(v=WS.10).aspx
    Prevent Admin from taking ownership of a folder and its contents?
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/fef41d49-1f2b-49b9-9a2a-354ea27a8d64/prevent-admin-from-taking-ownership-of-a-folder-and-its-contents?forum=winserverfiles
    Domain Admins and Local Admins restricted to access user profiles
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/2b2f9cb1-39c3-44f1-afd9-75b4f96d5cb2/domain-admins-and-local-admins-restricted-to-access-user-profiles?forum=winserverDS
    I hope this helps.
    Amy Wang

  • Can I remove admin permissions from main account then create new one?

    I have heard that it is considered best practice to use an account that does not have administrator permissions for normal use, especially when connected to the internet for safety reasons. I am the only user of my Macbook and only have one account, the one that was created when I first used the computer. I obviously don't want to have to start all over again and so is there a way that I can safely create a new account, give it administrator permissions that I would use just for times when I need to make system changes and remove the admin permissions from my first account so that I don't have to migrate all my files and setting to a new user account?

    Yes it is, for security reasons. When you log in as an administrator, everything you do, every command you run, runs with admin privileges. If you open a trojan or other malware as an administrator, you hand over much of your system to the malware. By running as non-admin, only the contents of your home folder are vulnerable.
    Consider a trojan that modifies Safari, so that next time you make an online purchase, Safari captures your credit card number and sends it to a third party. If you opened that trojan as an administrator, the trojan could install itself without your knowledge. If you were running as non-admin, it would have been stopped in its tracks.
    If you need any more convincing, you can read what Apple has to say about it:
    Each user needing administrator access should have an individual administrator account in addition to a standard or managed account. Administrator users should only use their administrator accounts for administrator purposes. By requiring an administrator to have a personal account for typical use and an administrator account for administrator purposes, you reduce the risk of an administrator inadvertently performing actions like accidentally reconfiguring secure system preferences.
    Unless administrator access is required, you should always log in as a nonadministrator user. You should log out of the administrator account when you are not using the computer as an administrator.
    (from page 42 of this document)

  • Macbook pro computers Admin permissions usurped by hackers

    My Macbooks have been compromised since May, 8th 2013. Applecare has wiped my newest mac six times. Recently, User pane shows multiple users who controled all apps, screen sharing, printing, etc. Applecare told me to delete the users. I did and was reduced to a "Standard User" on my Macbook pro. My console had repeatedly revealed I was networked and under a VPN (cell phones, home line, computers) . Also, my Icloud account has been hacked multiple times. Can anyone assist me in this security issue?
    Thank you,
    Bobbie Ann

    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.
    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. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    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.
    4. 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.
    5. 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.
    6. 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 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' 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 );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=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^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[ ,]|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<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { 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<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/d;/(etc|Preferences)\//s/^\.\/[^/]+//p;' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| ","||kMDItem'${p[35]}'=");sub("^.."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$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|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { 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]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' BEGIN{FS="= "} /Name/{print $2} ' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / /{$0="'"${p[28]}"'"};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' 's/0/Off/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}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 \$Message' -k Sender kernel -k Message Req 'Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-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,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -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]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,[lps]*.conf,pam.d,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}* .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers -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' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};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 launchd 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 );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" ]];};';done;A7(){ 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" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;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;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;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 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&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;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;D13 24 24 32 31;D13 25 37 32 33;A1 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 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&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D23 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;D12 26 48 59 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-  
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. 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.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. 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.
    10. 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 the results. No harm will be done.
    11. 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 "Model Identifier." 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.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: 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.

  • Trying to reset home folder permissions and acls

    I have been having a nightmare of a time with Adobe apps, primarily Premiere Pro, crashing CONSTANTLY and randomly. I have no idea what's causing it and have been going back & forth to no avail for days with Adobe, and trying a bunch of different things. I keep getting an error that says Thread 0 Crashed com.apple.main .......
    I am on a 2014 Mac Pro 12 core, 64GB Ram with dual AMD D700 GPUs, running Yosemite.
    The steps I have tried have included messing around with various permissions within the Adobe folders and enclosed files. That led me to then need to completely reinstall my OS from recovery mode. I tried multiple times going into recovery mode, doing resetpassword in Terminal, and then trying to reset the home folder permissions from there, but it just never says done and don't think it's doing anything. I have let it sit for hours and not gotten anything back on it.
    I searched the forums and found an older thread where Linc Davis had posted a terminal code to put in, and tried that. Many said that worked for them, but it didn't seem to change anything for me. After doing that, i did go back into recovery mode and see if i could reset the permissions from there, but again, just greyed out the Done button and stayed for hours.
    I am at a complete loss on what to do and really need some help. I am days overdue on projects because of Adobe's crashes and because of the time I've been wasting trying to re-sort out the IT stuff that I don't really know much about. Can you please help? ANYONE?

    it's only been with adobe applications, but unfortunately, they are just not being helpful. I'll paste a crash report here below, maybe you can make sense of it. They can't seem to and I certainly can't. I really don't know what to do. All they keep doing is asking me more questions, which to me doesn't make a whole lot of sense in itself. I would think that an Adobe Crash Report should tell Adobe exactly what's causing the crash. So frustrating and right now highly detrimental to my business.
    The only thing that is happening of question besides the Adobe apps crashing is that I can't reset my home folder permissions through the recovery mode. I tried last night and let it run overnight and this morning, it still had not said 'Done'. So i'm not sure if that denotes a different problem somewhere
    Process: Adobe Premiere Pro CC 2014 [35184]
    Path: /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Identifier: com.adobe.AdobePremierePro
    Version:               8.2.0 (8.2.0)
    Code Type: X86-64 (Native)
    Parent Process: ??? [1]
    Responsible: Adobe Premiere Pro CC 2014 [35184]
    User ID: 501
    Date/Time: 2015-03-16 12:21:23.113 -0400
    OS Version:            Mac OS X 10.10.2 (14C1510)
    Report Version: 11
    Anonymous UUID: 90B14466-00B2-AC58-907F-47673A061B0E
    Time Awake Since Boot: 210000 seconds
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT 0000000100000000-0000000100003000 [ 12K] r-x/rwx SM=COW /Applications/Adobe Premiere Pro CC 2014/Adobe Premiere Pro CC 2014.app/Contents/MacOS/Adobe Premiere Pro CC 2014
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 com.adobe.AudioSupport.framework    0x0000000103d7f8d0 ML::Device::GetNumberOfPhysicalChannels(unsigned int, bool) + 80
    1 com.adobe.AudioSupport.framework    0x0000000103d6adb8 ML::CoreAudioHost::PrivateInitDriver(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 712
    2 com.adobe.AudioSupport.framework    0x0000000103d6a18f ML::CoreAudioHost::LoadDriverPrivate(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, bool, bool) + 351
    3 com.adobe.AudioSupport.framework    0x0000000103d6dac1 ML::CoreAudioHost::LoadDriver(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 33
    4 com.adobe.AudioSupport.framework    0x0000000103d7b348 ML::CoreAudioHost::AddDependancy() + 56
    5 com.adobe.PlayerHost.framework         0x0000000105afca75 ML::AsioHostInstanceWrapper::AsioHostInstanceWrapper() + 165
    6 com.adobe.PlayerHost.framework         0x0000000105b1d6b7 ML::VideoPlayerProxy::ActivateDevice() + 39
    7   com.adobe.MLFoundation.framework   0x0000000103710fb9 ML::PreemptionManager::ActivateDevice(ASL::InterfaceRef<ML::IPreemptableProxy, ML::IPreemptableProxy> const&) + 873
    8 com.adobe.PlayerHost.framework         0x0000000105b18e91 ML::VideoPlayerProxy::Activate() + 49
    9 com.adobe.HandlerTimeline.framework           0x000000010c2bbfbf HandlerTimeline::TimelineView::NowOnDuty() + 623
    10 com.adobe.UIFramework.framework   0x0000000104d44cf9 UIF::Commander::SetTarget(UIF::Commander*) + 361
    11 com.adobe.dvaui.framework                 0x000000010425d3eb dvaui::ui::UI_Node::UI_GainKeyboardFocus(dvaui::ui::FocusChangeReason) + 363
    12 com.adobe.dvaworkspace.framework  0x0000000106f75ba2 dvaworkspace::workspace::Workspace::SetFocusedTabPanel(dvaworkspace::workspace: :TabPanel*) + 498
    13  com.adobe.HandlerTimeline.framework          0x000000010c375d92 HandlerTimeline::TrackViewArea::DropSelf(UIF::DataObject&, int, ASL::ParamPoint<int> const&) + 15282
    14 com.adobe.UIFramework.framework   0x0000000104e11d24 UIF::SubViewImpl::UI_HandleDrop(dvacore::geom::PointT<float>, dvaui::datatransfer::OS_ReceiveData&, int&) + 180
    15 com.adobe.UIFramework.framework   0x0000000104e11d50 non-virtual thunk to UIF::SubViewImpl::UI_HandleDrop(dvacore::geom::PointT<float>, dvaui::datatransfer::OS_ReceiveData&, int&) + 16
    16  com.adobe.dvaui.framework                 0x000000010419821d dvaui::datatransfer::OS_DropTargetBase::RouteDrop(dvaui::datatransfer::OS_Recei veData&, dvacore::geom::PointT<float> const&, dvaui::ui::UI_Node*, int&) + 77
    17 com.adobe.dvaui.framework                 0x0000000104198c65 dvaui::datatransfer::OS_DropTarget::HandlePerformDragEvent(objc_object*) + 261
    18 com.adobe.dvaui.framework                 0x00000001042cff63 dvaui::ui::OS_DragDropManager::UI_HandlePlatformPerformDragEvent(objc_object*) + 35
    19 com.adobe.dvaui.framework                 0x00000001042e8418 boost::detail::function::function_obj_invoker0<boost::_bi::bind_t<bool, boost::_mfi::mf1<bool, dvaui::ui::OS_DragDropManager, objc_object*>, boost::_bi::list2<boost::_bi::value<dvaui::ui::OS_Window*>, boost::_bi::value<objc_object*> > >, bool>::invoke(boost::detail::function::function_buffer&) + 56
    20 com.adobe.Frontend.framework           0x00000001000d33fc boost::function0<bool>::operator()() const + 28
    21 com.adobe.Frontend.framework           0x00000001000d34ce int dvacore::config::ErrorManager::ExecuteFunction<bool>(boost::function0<bool>*, bool*) + 14
    22 com.adobe.Frontend.framework           0x000000010006b039 FE::ApplicationErrorManager::ExecuteFunctionWithTopLevelExceptionHandler(boost: :function0<int>) + 41
    23 com.adobe.Frontend.framework           0x00000001000d32e8 bool dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<bool >(boost::function0<bool>, bool*) + 136
    24 com.adobe.Frontend.framework           0x00000001000d31da bool dvacore::config::ExecuteTopLevelFunction<bool>(boost::function0<bool>, bool*) + 170
    25 com.adobe.dvaui.framework                 0x00000001042dd82c -[DVAMacWindowDelegate performDragOperation:] + 124
    26 com.apple.AppKit                       0x00007fff8fb6c61c -[NSWindow(NSDrag) performDragOperation:] + 86
    27 com.apple.AppKit                       0x00007fff8f6bba59 NSCoreDragReceiveMessageProc + 345
    28 com.apple.HIServices                 0x00007fff814956ab DoMultipartDropMessage + 327
    29 com.apple.HIServices                 0x00007fff814953ad DoDropMessage + 41
    30 com.apple.HIServices                 0x00007fff8149443b CoreDragMessageHandler + 871
    31 com.apple.CoreFoundation        0x00007fff8b8614d8 __CFMessagePortPerform + 568
    32 com.apple.CoreFoundation        0x00007fff8b7e98f9 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    33 com.apple.CoreFoundation        0x00007fff8b7e986b __CFRunLoopDoSource1 + 475
    34 com.apple.CoreFoundation        0x00007fff8b7db3e7 __CFRunLoopRun + 2375
    35 com.apple.CoreFoundation        0x00007fff8b7da858 CFRunLoopRunSpecific + 296
    36  com.apple.HIToolbox                  0x00007fff89cd1aef RunCurrentEventLoopInMode + 235
    37 com.apple.HIToolbox                  0x00007fff89cd186a ReceiveNextEventCommon + 431
    38 com.apple.HIToolbox                  0x00007fff89cd16ab _BlockUntilNextEventMatchingListInModeWithFilter + 71
    39 com.apple.AppKit                       0x00007fff8f406f81 _DPSNextEvent + 964
    40 com.apple.AppKit                       0x00007fff8f406730 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    41 com.apple.AppKit                       0x00007fff8f3fa593 -[NSApplication run] + 594
    42 com.adobe.Frontend.framework           0x00000001000d302d FE::MacApplication::RunSelf() + 45
    43 com.adobe.Frontend.framework           0x0000000100047e98 FE::Application::Run(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&) + 4328
    44 com.adobe.Frontend.framework           0x00000001000d4944 FE::AppMain(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int, void*) + 276
    45 com.adobe.Frontend.framework           0x00000001000dbbe5 FE::Run(ASL::ObjectPtr<ASL::Module, ASL::AtomicValue> const&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, int) + 581
    46 com.adobe.AdobePremierePro             0x00000001000018ac main + 508
    47 com.adobe.AdobePremierePro             0x00000001000016a4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                 0x00007fff8289d232 kevent64 + 10
    1 libdispatch.dylib             0x00007fff8f2daa6a _dispatch_mgr_thread + 52
    Thread 2:
    0 libsystem_kernel.dylib                 0x00007fff8289d21a kevent + 10
    1 com.adobe.dvatransport.framework     0x0000000100ea01a7 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 375
    2 com.adobe.dvatransport.framework     0x0000000100e9fd18 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    3 com.adobe.dvatransport.framework     0x0000000100e8f157 SkyConnectionEnv::MainLoop() + 167
    4 com.adobe.dvatransport.framework     0x0000000100e8ec09 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    5 com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    6 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    7 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    8 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 3:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.adobe.dvacore.framework              0x00000001003a106b boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 139
    2 com.adobe.dvacore.framework              0x00000001003a0dd8 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 552
    3 com.adobe.dvacore.framework              0x00000001003a0b9a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_b ase::work_io_service_runner>::run() + 42
    4 com.adobe.dvatransport.framework     0x0000000100ea0bb3 boost_asio_detail_posix_thread_function + 19
    5 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    6 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    7 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 4:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore     0x00007fff886167c0 TSWaitOnCondition + 108
    2 com.apple.CoreServices.CarbonCore     0x00007fff886169bf TSWaitOnConditionTimedRelative + 171
    3 com.apple.CoreServices.CarbonCore     0x00007fff885e62f5 MPWaitOnQueue + 192
    4 com.adobe.dvacore.framework              0x00000001003d923d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 141
    5 com.adobe.dvacore.framework              0x00000001003d71a0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    6 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    7   com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    8   com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    9 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    10 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    11 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 5:
    0 libsystem_kernel.dylib                 0x00007fff8289c166 __psynch_mutexwait + 10
    1 com.adobe.AudioSupport.framework    0x0000000103d7b32b ML::CoreAudioHost::AddDependancy() + 27
    2 com.adobe.PlayerHost.framework         0x0000000105af6680 ML::VideoPlayer::Activate(ASL::InterfaceRef<ML::AsioHostInstanceWrapper, ASL::ASLUnknown>) + 256
    3 com.adobe.PlayerHost.framework         0x0000000105b215c8 ML::VideoPlayerDeferredActivate::Execute() + 56
    4 com.adobe.PlayerHost.framework         0x0000000105aebda4 ML::PlayModuleThreadQueue::ExecuteDeferredCall(ASL::ObjectPtr<ML::DeferredCallB ase, ASL::AtomicValue>) + 340
    5 com.adobe.PlayerHost.framework         0x0000000105aeaca5 ML::PlayModuleThreadQueue::ServiceQueue() + 293
    6 com.adobe.dvacore.framework              0x00000001003d723e dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 318
    7 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    8 com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    9 com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    10 libsystem_pthread.dylib            0x00007fff8b762268 _pthread_body + 131
    11 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    12 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 6:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore     0x00007fff886167c0 TSWaitOnCondition + 108
    2 com.apple.CoreServices.CarbonCore     0x00007fff886169bf TSWaitOnConditionTimedRelative + 171
    3 com.apple.CoreServices.CarbonCore     0x00007fff885e62f5 MPWaitOnQueue + 192
    4 com.adobe.dvacore.framework              0x00000001003d923d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 141
    5 com.adobe.dvacore.framework              0x00000001003d71a0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    6 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    7   com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    8   com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    9 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    10 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    11 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 7:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore     0x00007fff886167c0 TSWaitOnCondition + 108
    2 com.apple.CoreServices.CarbonCore     0x00007fff886169bf TSWaitOnConditionTimedRelative + 171
    3 com.apple.CoreServices.CarbonCore     0x00007fff885e62f5 MPWaitOnQueue + 192
    4 com.adobe.dvacore.framework              0x00000001003d923d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 141
    5 com.adobe.dvacore.framework              0x00000001003d71a0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    6 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    7 com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    8 com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    9   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    10 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    11 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 8:
    0 libsystem_kernel.dylib                 0x00007fff828974de mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8289664f mach_msg + 55
    2 com.apple.CoreFoundation         0x00007fff8b7dbb34 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation         0x00007fff8b7daffb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation         0x00007fff8b7da858 CFRunLoopRunSpecific + 296
    5 com.apple.AVCVideoServices      0x0000000123888c32 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194
    6 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    7 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    8 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 9:
    0 libsystem_kernel.dylib                 0x00007fff828974de mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8289664f mach_msg + 55
    2 com.apple.CoreFoundation         0x00007fff8b7dbb34 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation         0x00007fff8b7daffb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation         0x00007fff8b7da858 CFRunLoopRunSpecific + 296
    5 com.apple.AVCVideoServices      0x0000000123888c32 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194
    6 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    7 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    8 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 10:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore     0x00007fff886167c0 TSWaitOnCondition + 108
    2 com.apple.CoreServices.CarbonCore     0x00007fff886169bf TSWaitOnConditionTimedRelative + 171
    3 com.apple.CoreServices.CarbonCore     0x00007fff885e62f5 MPWaitOnQueue + 192
    4 com.adobe.dvacore.framework              0x00000001003d923d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 141
    5 com.adobe.dvacore.framework              0x00000001003d71a0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    6 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    7 com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    8 com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    9 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    10 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    11 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 11:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.apple.CoreServices.CarbonCore     0x00007fff886169a7 TSWaitOnConditionTimedRelative + 147
    2 com.apple.CoreServices.CarbonCore     0x00007fff885e62f5 MPWaitOnQueue + 192
    3 com.adobe.dvacore.framework              0x00000001003d923d dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::t hreads::AllocatedFunctionT<boost::function<void ()> > >&, int) + 141
    4 com.adobe.dvacore.framework              0x00000001003d71a0 dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::T hreadSafeDelayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 160
    5 com.adobe.dvacore.framework              0x00000001003c763c boost::function0<void>::operator()() const + 28
    6 com.adobe.dvacore.framework              0x00000001003d4113 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 115
    7 com.adobe.boost_threads.framework    0x00000001002c9dba thread_proxy + 186
    8 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    9 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    10 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 12:
    0 libsystem_kernel.dylib                 0x00007fff8289c48a __semwait_signal + 10
    1 com.adobe.ScriptLayerPPro.framework            0x0000000107229868 ScObjects::Thread::wait(unsigned int) + 56
    2 com.adobe.ScriptLayerPPro.framework            0x000000010720fdee ScObjects::BridgeTalkThread::run() + 174
    3 com.adobe.ScriptLayerPPro.framework            0x0000000107229405 ScObjects::Thread::go(void*) + 165
    4 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    5 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    6 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 13:
    0 libsystem_kernel.dylib                 0x00007fff8289c33a __recvfrom + 10
    1 VulcanMessage5.dylib                 0x000000011277ab32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
    2 VulcanMessage5.dylib                 0x0000000112778c40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
    3 VulcanMessage5.dylib                 0x0000000112778cae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
    4 VulcanMessage5.dylib                 0x00000001127717d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
    5 VulcanMessage5.dylib                 0x0000000112772262 vcfoundation::io::Serializer::InternalDeserialize() + 30
    6 VulcanMessage5.dylib                 0x000000011277216f vcfoundation::io::Serializer::Deserialize() + 9
    7 VulcanMessage5.dylib                 0x0000000112777782 vcfoundation::ncomm::Connection::ReadIn() + 28
    8 VulcanMessage5.dylib                 0x00000001127778c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
    9 VulcanMessage5.dylib                 0x0000000112777681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
    10 VulcanMessage5.dylib               0x00000001127775fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
    11 VulcanMessage5.dylib               0x000000011276832b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
    12  VulcanMessage5.dylib               0x0000000112769507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
    13 VulcanMessage5.dylib               0x00000001127782d0 vcfoundation::thread::AbstractThread::Run() + 50
    14 VulcanMessage5.dylib               0x000000011277c523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
    15 libsystem_pthread.dylib            0x00007fff8b762268 _pthread_body + 131
    16 libsystem_pthread.dylib            0x00007fff8b7621e5 _pthread_start + 176
    17 libsystem_pthread.dylib            0x00007fff8b76041d thread_start + 13
    Thread 14:
    0 libsystem_kernel.dylib                 0x00007fff828974de mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8289664f mach_msg + 55
    2 com.apple.CoreServices.CarbonCore     0x00007fff886139ce TS_exception_listener_thread + 100
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 15:
    0 libsystem_kernel.dylib                 0x00007fff8289d21a kevent + 10
    1 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    2 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    3 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 16:
    0 libsystem_kernel.dylib                 0x00007fff828974de mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8289664f mach_msg + 55
    2 com.apple.CoreFoundation         0x00007fff8b7dbb34 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation         0x00007fff8b7daffb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation         0x00007fff8b7da858 CFRunLoopRunSpecific + 296
    5 com.apple.AppKit                         0x00007fff8f56a33b _NSEventThread + 137
    6   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    7 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    8 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 17:
    0 libsystem_kernel.dylib                 0x00007fff828974de mach_msg_trap + 10
    1 libsystem_kernel.dylib                 0x00007fff8289664f mach_msg + 55
    2 com.apple.CoreFoundation         0x00007fff8b7dbb34 __CFRunLoopServiceMachPort + 212
    3 com.apple.CoreFoundation         0x00007fff8b7daffb __CFRunLoopRun + 1371
    4 com.apple.CoreFoundation         0x00007fff8b7da858 CFRunLoopRunSpecific + 296
    5 com.apple.AVCVideoServices      0x0000000123888c32 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 194
    6 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    7 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    8 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                 0x00007fff8289c94a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x00007fff8b76040d start_wqthread + 13
    Thread 19:
    0 libsystem_kernel.dylib                 0x00007fff8289c94a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x00007fff8b76040d start_wqthread + 13
    Thread 20:
    0 libsystem_kernel.dylib                 0x00007fff8289c94a __workq_kernreturn + 10
    1 libsystem_pthread.dylib              0x00007fff8b76040d start_wqthread + 13
    Thread 21:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 22:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4   libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 23:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 24:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 25:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 26:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 27:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 28:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 29:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 30:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 31:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 32:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 33:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 34:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 35:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 36:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 37:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 38:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 39:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 40:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 41:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 42:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 43:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 44:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 45:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 46:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 47:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 48:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 49:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 50:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 51:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 52:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 53:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 54:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 55:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1   com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 56:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 57:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 58:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5   libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 59:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 60:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 61:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 62:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3   libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 63:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 64:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 65:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4   libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 66:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 67:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2 com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread.dylib              0x00007fff8b7621e5 _pthread_start + 176
    5 libsystem_pthread.dylib              0x00007fff8b76041d thread_start + 13
    Thread 68:
    0 libsystem_kernel.dylib                 0x00007fff8289c136 __psynch_cvwait + 10
    1 com.mainconcept.mc.bc.dec.avc 0x0000000124c58f7d h264in_Video_GetAPIExt + 238477
    2   com.mainconcept.mc.bc.dec.avc 0x0000000124bd10b5 open_h264in_Video_stream + 347941
    3 libsystem_pthread.dylib              0x00007fff8b762268 _pthread_body + 131
    4 libsystem_pthread

  • An error occurred while backing up the user's  home folder

    I have a user account that I'm trying to remove from a computer. I have updated to 10.5.2, and restarted a number of times and repaired permissions. There were 3 accounts on the machine I'm trying to remove, and the first 2 deleted just fine. However, this last one, the most important one, will not delete and save to a dmg file.
    The error message is "an error occurred while backing up the user's home folder" shortly after beginning the process.
    log file shows:
    /08 12:52:49 AM authexec[266] executing /System/Library/PrivateFrameworks/DiskImages.framework/Resources/diskimages-hel per
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] 2008-02-28 00:53:13.213 writeconfig[209:10b] DILDiskImageCreate: internal error - missing kDIHLCreateImageComponentsKey in return dictionary
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] 2008-02-28 00:53:13.230 writeconfig[209:10b] DIHLDiskImageCreate failed: 999 (options:{
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "create-content-spec" = {
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "iff-spec" = {
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "any-owners" = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "copy-uid" = 501;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "no-cross-dev-nodes" = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] scrub = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "skip-unreadable" = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] url = file://localhost/Users/woneal/;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] };
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "nbi-spec" = {
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] filesystem = "HFS+";
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] layout = SPUD;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] };
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] };
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "create-target-spec" = {
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "image-type" = UDIF;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] overwrite = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] url = file://localhost/Users/Deleted%20Users/woneal.dmg;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] };
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] "suppress-uiagent" = 1;
    2/28/08 12:53:13 AM [0x0-0xe00e].com.apple.systempreferences[197] })
    any ideas?

    This is the correct steps to solve this problem:
    1. Cancel the update (with the backing up error, of course)
    2. Do a manual backup
    3. Do a manual restore (your password to unlock your backup file is your AppleID password, not your IPhone keypad password)
    4. Now Update your phone. This time the backup should work.
    5. After it is updated, it will automatically restore, if you choose to restore not to set up a new phone.
    And yes, copy all your photos manually. Your backup probabally won't include photos.
    If this still doesn't work, try to stop your anti-virus software.

  • Make mobile account with admin permissions without administrator INFO...

    How do you bypass the admin permissions with mobile account? How do you make mobile account unlock things? You do you do the secret and rare system administrator login screen, where it says up on the top System Administrator, where nothing would be there? How to force your computer to go to single user mode, not command s or apple s, because that doesn't work for me? How do enable isight -camera without no admin password, no terminal? Is there extension for mac so that it will run and unlock things or open programs without administrator permissions? I need something that will UNLOCK MY macbook, please help. Where can I download password reset.APP for free that comes in the mac os x leopard disc? Thanks for the help...

    Why don't you just use your OS X install disc? It has a password reset utility on it.

  • Repair Home Directory Permissions in Lion

    I currently have my home directory on it's own physical disk (not in the default location on my OS drive).
    When I try to "reset home directory permissions" against my user account in OS X Lion, nothing happens. When I do it for a user who has his home directory on the OS drive, everything works like a champ. The same thing happens under Snow Leopard as well, and I've been trying to track down a solution to this for a long time.
    Does anyone know how to fix this? I tried setting the permissions, ACL's, extended atttributes, etc to the best of my ability using Unix commands, and I'm not really having any issues at the moment, but I'd like to be able to set everything back to the way it should be in my home directory.
    Also, I don't have enough space on my OS drive to move my home directory back to the default location in order to do the reset.
    Any help would be appreciated.
    Bobby

    If you go into System Preferences / Users, you can right click on your User account and choose advanced options. In there, you are able to point your users directory to any disk (or folder) on your machine. I chose to move my home directory to a separate drive in my Mac Pro to make rebuilds easier. Now if I want to reinstall my OS, I simply blow the existing OS away, format the OS disk, and once a fresh OS is installed, I just re-point my account to the existing drive where my home directory is, and all is cool. It's definitely a supported configuration by Apple, and many people do it. It's just aggravating that their "reset home directory permissions" routine doesn't like it.
    My OS drive is a 128gb SSD, and my home directory sits on a 3tb HDD. From a performance and separation perspective it's perfect.
    Bobby

  • How to view hidden user files and reset permissions

    I am having difficulties getting the hidden files to appear first of all. I have tried a couple of different things that have been suggested in other posts. And I would really like a point in the right direction to find information on resetting permissions. Thanks in advance for any help.

    To view hidden files, I use a third party program called Desktop Utility, takes only a few seconds to activate and have them shown. Quick and easy.
    http://sweetpproductions.com/
    Resetting Permissions info and How TO;
    http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/
    When you use the Disk Utility app and Repair Permissions — it doesn’t actually repair the permission settings on folders and files in your Home folder where your documents and personal applications reside.
    There is an additional Repair Permissions application utility hidden away. This tool is located inside boot Repair Utilities. Here’s how to access it.
    Restart Lion and hold down the Command and R keys.
    You will boot into the Repair Utilities screen. On top, in the Menu Bar click the Utilities item then select Terminal.
    In the Terminal window, type resetpassword and hit Return.
    The Password reset utility launches, but you’re not going to reset the password. Instead, click on the icon for your Mac’s hard drive at the top. From the drop-down below it, select the user account where you are having issues.
    At the bottom of the window, you’ll see an area labeled ‘Reset Home Directory Permissions and ACLs’. Click the Reset button there.

  • UPK11 - multi-user environment - manage author permissions - help

    We are configuring our UPK 11 multi-user environment.
    As we have it set, the "everyone" group has modify access to all folders.
    I would like to have a few admins have modify access to the system folder and everyone else be read only.
    Here's my dilemma -
    My admin profile is also a part of the everyone group - so if I set the permissions on the everyone group to read only, that effects the admin login as well.
    The documentation says that if I set up an author with explicit folder permissions, that they are not included in the everyone group, but everytime I try, they are added (irrevocably) to the everyone group before I can even assign an explicit permission.
    I tried to set the everyone group to read only and nearly hobbled my admin account.
    Can someone who has managed authors in a UPK 11 multii-user environment send out some tips?
    I'm not understanding the documentation well enough to make headway.
    [email protected]

    Hi Paul,
    I recently performed an implementation of UPK 11 at a client and had to show one of their employees how to administer the security surrounding profiles and authors.
    The group "Everyone" is default, and each person will belong to that group. It seems that when a person is assigned to another group/with author-specific permissions, it will override that which is set to the "Everyone" group.
    What I normally suggest (and implement) is that you modularise your security (separate the authors into their respective departments), and then create those departments as groups, and then assign permissions as required. Lets use an example - it assumes you are logged in as an admin user:
    I create 3 folders (where 4 and 5 are defaults):
    1. HR
    2. FIN
    3. CS
    4. Administrators
    5. Everyone
    Each author is defaulted to number 5, and all administrators should be included in group 4.
    Now the goal is to prevent HR and FIN from modifying CS, and vice-versa for the other two groups.
    You will see in your library that the root is defined as "/". Firstly, ensure that the Administrators group has Modify access to this folder (Administration --> Manage Groups --> Permissions). I think you need to click on edit, then click on the "Add" button (under permissions), and choose the root folder "/" - ensure it has modify - by default this value should already exist. This now ensures that the security is filtered down to all sub-ordinate folders that exist under the root folder - you do not need to manually assign "modify" permissions to each folder for the Administrator group, as you have already done so at root level.
    You will also notice that there is a "Members/Users" tab (can't remember off the top of my head which), and this allows you to select the profiles/authors that have Administrator group priviledges - ensure the correct users are selected.
    I normally leave the "Everyone" group as it is - do this for now, ensure everyone is included in it, and only modify after you have implemented and tested your security structure if needs be - normally the other group permissions override the "Everyone" group permissions.
    Next step is to assign department specific permissions to the 3 folders we created. Navigate to Administration --> Manage Groups, and ensure that you begin by editing the first department group (HR) - create the group if not already done, then edit (little pencil logo). You would like all HR users to have full modify access to their folder only, but they must not be able to mess around with the other two departments or the "System", "Getting started with UPK" and "/" folders. Under permissions, click on the Add button, and ensure that the folder "HR" has modify priviledge. Add the remaining 4 folders (CS, FIN, System, Getting started with UPK), and assign either Read or Read/View permission - this will ensure all other folders cannot be modified by HR users. Add the relevant HR users to the group under the "Members/Users" tab.
    Apply the same for FIN and CS respectively.
    Now you could get to a point where you may need cross-departmental access for a few users (FIN may need to access some HR content). I recommed that you do this on the user level, and not the group level, as you will limit who can access other departments. Navigate to Administration --> Manage Authors. Click on the specific user that will require access to another department. Edit his profile and under the permissions tab, ensure that he has required access to the other department folder (or sub-folders only) by adding and assigning the priveledge. This should ovveride the group security set for that specific department - but only for this user!
    Test by attempting to create content in an un-authorised folder (when logged in as a normal user). Test admin account by creating content in each folder. If it works - you will no longer need to modify "Everyone", as your permissions are defined under the other groups. I hope this all makes sense?
    Thats it in a nutshell really.
    I hope that this helps, and feel free to get back to me if you are still unsure?
    Regards,
    Greig

Maybe you are looking for