Pacman can't find Fakeroot (x86_64)

I'm trying to build a package from the AUR (ttf-ms-fonts), but "makefile" gives me an error about FAKEROOT not being installed. So, I'm trying to install fakeroot. However, whenever I type in "pacman -S fakeroot", none of the servers can find the file!
the output:
[user@computer ttf-ms-fonts]$ sudo pacman -S fakeroot
resolving dependencies...
looking for inter-conflicts...
Targets (1): fakeroot-1.14.5-1
Total Download Size: 0.05 MB
Total Installed Size: 0.20 MB
Proceed with installation? [Y/n] y
:: Retrieving packages from core...
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from archlinux.supsec.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from cake.lib.fit.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from lug.mtu.edu : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from ftp.osuosl.org : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'fakeroot-1.14.5-1-x86_64.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from core
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.
[user@computer ttf-ms-fonts]$
I'll try installing it from the fakeroot package page, but does anyone know what's wrong here?
PS. I was doing this as part of an installation of the whole base-devel group. Fakeroot was the only package that didn't install out of:
1) autoconf  2) automake  3) bison  4) fakeroot  5) flex  6) gcc  7) libtool  8) m4  9) make  10) patch  11) pkg-config)

I did that, and now it installs fine.
Thanks, uhh I forgot that synchronizing databases is a good idea xD
Last edited by NeuroFuzzy (2011-04-18 05:32:44)

Similar Messages

  • Pacman can't find php

    I want to install php, but pacman can't find the package.
    pacman -Sy php [1:02 : ashren]
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    error: 'php': not found in sync db
    Quite strange.

    Try pacman -Syy, or try other mirrors.
    If that doesn't work, which pacman version are you using? And you could try the --debug output.
    And have a look in /var/lib/pacman/sync/extra/php* as well.

  • [Solved]Pacman can't find steam(and yes I read the other topics)

    To make it short, pacman really can't find steam.
    Options I tried:
    pacman -S steam
    pacman -Sy steam
    pacman -Syyu steam
    pacman -Ss steam
    And still got nothing.
    Here's my last attempt at it:
    $ sudo pacman -Syyu steam
    :: Synchronizing package databases...
    core                     112.7 KiB  49.9K/s 00:02 [######################] 100%
    extra                   1763.0 KiB  30.5K/s 00:58 [######################] 100%
    community                  2.3 MiB  74.2K/s 00:31 [######################] 100%
    error: target not found: steam
    Notes: I'm running arch on a VBox. Sorry if I sound cocky or anything but maybe it's my lack of sleep over this particular problem. Yes, I uncommented the multilib repo in pacman.conf.
    Anyone got any ideas?
    Last edited by Jackoz530 (2014-08-11 14:20:02)

    lucke wrote:Maybe you have failed to uncomment the multilib repo properly, as your output doesn't show its synchronizing.
    This worked for me. Found steam in the multilib repo when I properly uncommented the repo.
    Though it's weird that steam can't be found in the community repo, only in the multilib repo.
    $ pacman -Ss steam
    multilib/steam 1.0.0.48-1
    Digital distribution client bootstrap package
    Pacman.conf is as follows:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    #UseDelta = 0.7
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs
    I'm currently grabbing the steam in the multilib repo and gonna test it once I finished grabbing it.

  • Pacman can't find xmonad-darcs

    So I'm trying to get xmonad up and running. I first tried to install just xmonad, but I couldn't get the config script to work(said it couldn't find the module XMonad). So after a little bit of searching in the forums, I found that I should  try the darcs version. However, when I try to pacman -S xmonad-darcs, it says it can't find the package. What am I missing?

    GHC was updated to 6.12 today and XMonad's dependencies were built under the new version, but xmonad itself hasn't been updated as of this moment. You can't compile your configuration file because it was registered under the old version and is looking for them in a place that no longer exists. So either uninstall xmonad and build the darcs version or use ABS to build the stable 0.9 version so that it gets registered properly under 6.12 on your system.

  • [SOLVED] vbam-gtk depends on sfml, but pacman can't find it, 404 error

    So I'm trying to install vbam-gtk, the package for visualboyadvance, which is available to pacman directly. It's not an AUR package, nor are any of it's dependencies according to it's package page. But when I run
    sudo pacman -S vbam-gtk
    , it spits out this:
    [kay@jadebot ~]$ sudo pacman -S vbam-gtk
    resolving dependencies...
    looking for conflicting packages...
    Packages (5) gtkglext-1.2.0-10 gtkglextmm-1.2.0-10 pangox-compat-0.0.2-2
    sfml-2.2-4 vbam-gtk-1.8.0.1292-1
    Total Download Size: 1.79 MiB
    Total Installed Size: 14.19 MiB
    :: Proceed with installation? [Y/n]
    :: Retrieving packages ...
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'sfml-2.2-4-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from archlinux.polymorf.fr : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.one.com : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from ftp.nluug.nl : The requested URL returned error: 404
    (snip)
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirrors.nix.org.ua : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.lagoon.nc : The requested URL returned error: 404
    error: failed retrieving file 'vbam-gtk-1.8.0.1292-1-x86_64.pkg.tar.xz' from mirror.neolabs.kz : The requested URL returned error: 404
    warning: failed to retrieve some files
    error: failed to commit transaction (unexpected error)
    Errors occurred, no packages were upgraded.
    Now, if I search for it via the archlinux website, I can see that sfml exists in the repository, and so does vbam-gtk, as in the link above. Now, I could just download them both from there and be done with it, but then I wouldn't learn anything, so I'm here to ask, if these packages exist in the community repository, which I have enabled and have pulled from previously, why can't pacman find these packages? I know it isn't a network issue, or at least not an obvious one. I did
    sudo pacman -S xorg-xkill
    to test that theory but it processed faultlessly.
    Last edited by starling000 (2015-05-16 02:02:08)

    Ah, thank you! I hadn't noticed that pacman wasn't automatically updating itself each time I ran it. I'm just coming over from debian-based systems for the first time, you see. Problem solved.

  • Can't install any media player - pacman can't find all the files

    I'm quite new to Linux. At the moment I can't view any videos or listen to music.
    I tried installing mplayer using pacman - several files downloaded successfully, I watched the progress bars... but others couldn't be found. When I try again using a different mirror, from the output you can see that pacman requests 36 installation files for mplayer but it can't locate 14 of them.
    I've tried three mirrors in the UK and one in Belgium. I get a similar problem trying to install VLC. Pacman has never failed me before, although admittedly last time I used him was to download firefox in December 2009.
    This is what I get if I try again to install mplayer now:
    pacman -S mplayer
    resolving dependencies...
    looking for inter-conflicts...
    Targets (36): libmad-0.15.1b-4 cdparanoia-10.2-2 sdl-1.2.14-1 lame-3.98.2-2
    libogg-1.1.4-1 libtheora-1.1.1-1 xvidcore-1.2.2-1
    libmng-1.0.10-2 scrnsaverproto-1.2.0-1 libxss-1.2.0-1
    libsasl-2.1.23-2 libldap-2.4.21-1 tdb-1.2.0-1 talloc-2.0.1-1
    smbclient-3.4.4-1 aalib-1.4rc5-6 flac-1.2.1-2
    libvorbis-1.2.3-1 libsndfile-1.0.21-1
    jack-audio-connection-kit-0.116.2-2 libid3tag-0.15.1b-3
    imlib2-1.4.2-3 libcaca-0.99.beta16-1 x264-20100107-1
    libmp4v2-1.6-1 faac-1.28-1 libftdi-0.16-1 lirc-utils-0.8.6-3
    libxvmc-1.0.5-1 recode-3.6-3 enca-1.12-1 libvdpau-0.3-2
    opencore-amr-0.1.2-1 a52dec-0.7.4-4 libdca-0.0.5-2
    mplayer-30325-1
    Total Download Size: 34.58 MB
    Total Installed Size: 126.33 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'lame-3.98.2-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libmng-1.0.10-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'tdb-1.2.0-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'smbclient-3.4.4-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'jack-audio-connection-kit-0.116.2-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libid3tag-0.15.1b-3-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'imlib2-1.4.2-3-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libcaca-0.99.beta16-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'x264-20100107-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libmp4v2-1.6-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'faac-1.28-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'enca-1.12-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'libvdpau-0.3-2-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    error: failed retrieving file 'mplayer-30325-1-x86_64.pkg.tar.gz' from mirror.lividpenguin.com : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    Confusingly, if I now try to clean up the mess and remove the mplayer files that I did download, I get:
    pacman -R mplayer
    mplayer not found, searching for group...
    error: 'mplayer': not found in local db
    Thanks for reading

    I am having the same or similar problem. I am unable to install vlc, ffmpeg, and several of their respective dependencies, with the same error
    [joshua@desktop ~]$ sudo pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    there is nothing to do
    [joshua@desktop ~]$ sudo pacman -S ffmpeg
    resolving dependencies...
    looking for inter-conflicts...
    Targets (10): faad2-2.7-1 libmp4v2-1.9.1-1 faac-1.28-2 xvidcore-1.2.2-1 opencore-amr-0.1.2-1 libvdpau-0.4-1 orc-0.4.4-1
    schroedinger-1.0.9-1 libvpx-0.9.1-1 ffmpeg-23619-1
    Total Download Size: 3.35 MB
    Total Installed Size: 31.32 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.hosef.org : Service not available, closing control connection
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from ibiblio.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'ffmpeg-23619-1-x86_64.pkg.tar.xz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    Checking on the mirrors manually, I see that the package versions are incorrect. For example, http://www.archlinux.org/packages/extra/x86_64/ffmpeg/ has ffmpeg at version 23792-1 but pacman is looking for 23619-1.
    Any ideas?
    EDIT: this is an install from this morning, from the 2010.05 core disk. Post install, I ran pacman -Syu and then installed some packages without issue.
    Last edited by joshdmiller (2010-06-28 00:05:21)

  • Pacman can't find core.db.tar.gz -- something about resolver failure

    Edit: never mind, ignore this post, I got it working.
    Last edited by Galumph (2010-07-13 09:38:25)

    Oh, I was thinking 'pack' as in package. The network works, at least it does on the machine, and both this and the future Arch are connected to the same router. The network configuration process runs fine too. Before I can try pinging or printing outputs I need a way to leave this tty7 console.
    Edit: Wait no, alt 1 did it. Printing outputs and whatnot. I'll be right back
    Ok, pacman -Q pacman prints 3.3.3-5, I'm guessing this is the version? Ping doesn't work, that would explain the errors, how do I set the network up so it works?
    Last edited by Galumph (2010-07-13 08:24:02)

  • Pacman can't find groups

    An example I added the compiz fusion git repo and there is a group called compiz-fusion-git:
    [root /home/jordz]# pacman -S compiz-fusion-git
    :: group compiz-fusion-git (including ignored packages):
        ccsm-git  compiz-bcop-git  compiz-fusion-plugins-extra-git 
        compiz-fusion-plugins-main-git  compiz-fusion-plugins-unsupported-git 
        compiz-git  compizconfig-backend-gconf-git  compizconfig-python-git 
        emerald-git  emerald-themes-git  fusion-icon-git  libcompizconfig-git 
    :: Install whole content? [Y/n]
    But when I -Ss / search for it it doesn't show it as a result.
    This happens with all groups. I'm just wonder is this on purpose or a bug?
    thanks

    The groups are not searched, it's neither a bug, nor strongly on purpose (at least not in my knowledge).
    But when you search for a package, the groups it belongs to are printed. For example :
    > pacman -Ss compiz
    community/ccsm 0.6.0-2 (compiz-fusion)
        Compizconfig Settings Manager in Python
    [lol, and while I am writing this, I just noticed something that is a bug in my opinion. Only the first group is printed.
    Most of the times, there is just one group. But in the above example, ccsm belongs to 3 groups.]
    And you can also list all groups with pacman -Sg
    Then you can list the contents of a group with pacman -Sg group
    Is that enough, or not?

  • Out of the blue Itunes can't find a large qty of songs, with a twist

    The library has been in tact and functional for some time now until today. Itunes has lost location of a  large quantity of songs in my library. I have gone through the song location process at which point itunes asks whether it should locate all of the missing files in the same location. My understanding is that when you click yes it should look for the missing files in the proper directory and make the connection. What happens for me is that I get  the dreaded pinwheel and itunes freezes. I don't know whether this has to do with the latest itunes update, which I believe happened within the past week. At any rate, does anyone have any ideas about what the problem might be and how I can ultimately find all of the missing songs without a system freeze and without having to do them individually?
    imac 2.8 GHz Intel Core i5
    OSX 10.7.2
    itunes 10.5.2
    library located on an external drive.
    On a force quit here is the report data. apologies for its length.
    Thank you in advance for your help,
    Peter
    Date/Time:       2011-12-18 13:21:04 -0800
    OS Version:      10.7.2 (Build 11C74)
    Architecture:    x86_64
    Report Version:  9
    Command:         iTunes
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Version:         10.5.2 (10.5.2)
    Build Version:   1
    Project Name:    iTunes
    Source Version:  10521101
    Parent:          launchd [171]
    PID:             14776
    Event:           hang
    Duration:        0.97s
    Steps:           10 (100ms sampling interval)
    Pageins:         3
    Pageouts:        0
    Process:         iTunes [14776]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Architecture:    x86_64
    UID:             501
      Thread 0x5e994      DispatchQueue 1
      User stack:
        10 ??? (in iTunes) [0x104e31164]
          10 ??? (in iTunes) [0x104e312fd]
            10 -[NSApplication run] + 470 (in AppKit) [0x7fff8348a62d]
              10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff8348dcf5]
                10 _DPSNextEvent + 659 (in AppKit) [0x7fff8348e3f1]
                  10 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff8c77a4ca]
                    10 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8c77a63d]
                      10 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8c7733d3]
                        10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                          10 __CFRunLoopRun + 905 (in CoreFoundation) [0x7fff826711a9]
                            10 __CFRunLoopDoSources0 + 253 (in CoreFoundation) [0x7fff8264a3bd]
                              10 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17 (in CoreFoundation) [0x7fff8264ab51]
                                10 ??? (in iTunes) [0x104e58888]
                                  10 ??? (in iTunes) [0x104e58905]
                                    10 ??? (in iTunes) [0x1053fc98c]
                                      10 ??? (in iTunes) [0x1053fc88c]
                                        10 ??? (in iTunes) [0x10538d063]
                                          10 ??? (in iTunes) [0x104f27f33]
                                            6 ??? (in iTunes) [0x104e58c78]
                                              6 ??? (in iTunes) [0x104f27fa9]
                                                6 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
                                            4 ??? (in iTunes) [0x104e58d71]
                                              4 ??? (in iTunes) [0x105418bb3]
                                                2 ??? (in iTunes) [0x1053da33b]
                                                  2 ??? (in iTunes) [0x1053d6434]
                                                    2 ??? (in iTunes) [0x1055165e9]
                                                      2 ??? (in iTunes) [0x10551aae3]
                                                        2 ??? (in iTunes) [0x10551a8f9]
                                                1 ??? (in iTunes) [0x1053da2dd]
                                                  1 ??? (in iTunes) [0x10566c741]
                                                    1 ??? (in iTunes) [0x10566c204]
                                                      1 ??? (in iTunes) [0x10566b447]
                                                        1 ??? (in iTunes) [0x10564bf8b]
                                                1 ??? (in iTunes) [0x1053d6374]
      Kernel stack:
        5 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002d7bd2]
          5 interrupt + 192 (in mach_kernel) [0xffffff80002c2790]
            5 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c7859]
              5 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002c970c]
                5 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c1bc6]
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
        1 hndl_mach_scall64 + 10 (in mach_kernel) [0xffffff80002d837a]
        1 hndl_mach_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          1 thread_set_child + 336 (in mach_kernel) [0xffffff80002ae8a0]
            1 mach_msg_overwrite_trap + 442 (in mach_kernel) [0xffffff800021bc5a]
              1 ipc_mqueue_receive + 63 (in mach_kernel) [0xffffff80002157ff]
                1 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                  1 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                    1 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                      1 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
      Thread 0x5e9a8      DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8d10514e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8d7f47e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x5e9b5    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5e9c9    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e47b8d]
                10 ??? (in iTunes) [0x104e3752c]
                  10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                8 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  8 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    8 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
                2 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                  2 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                    2 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                      2 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
      Thread 0x5e9d5    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e4fd0a]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ea4d    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x10570fb01]
                10 ??? (in iTunes) [0x10570fadc]
                  10 ??? (in iTunes) [0x104e37426]
                    10 ??? (in iTunes) [0x104e374ea]
                      10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5ea4e    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x104f1da69]
              10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ea54    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x10558c5b2]
                10 ??? (in iTunes) [0x10558c40f]
                  10 __accept + 10 (in libsystem_kernel.dylib) [0x7fff8d7f347a]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 accept_nocancel + 469 (in mach_kernel) [0xffffff8000587715]
              10 msleep + 119 (in mach_kernel) [0xffffff8000552a57]
                10 wakeup + 267 (in mach_kernel) [0xffffff80005523fb]
                  10 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227e6a]
                    10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                      10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                        10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5ea55    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x10558c5b2]
                10 ??? (in iTunes) [0x10558c40f]
                  10 __accept + 10 (in libsystem_kernel.dylib) [0x7fff8d7f347a]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 accept_nocancel + 469 (in mach_kernel) [0xffffff8000587715]
              10 msleep + 119 (in mach_kernel) [0xffffff8000552a57]
                10 wakeup + 267 (in mach_kernel) [0xffffff80005523fb]
                  10 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227e6a]
                    10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                      10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                        10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5ea56    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x5ea5a    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ea7b    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ea7c    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5eaa9    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5ead2    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e3733d]
                10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5eb1e    
      User stack:
        10 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64 (in JavaScriptCore) [0x7fff82e3d5a0]
          10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5eb1f    
      User stack:
        10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x5eb20    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff86874776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff868747fe]
                10 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in Foundation) [0x7fff868800ab]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5eb21    
      User stack:
        10 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64 (in JavaScriptCore) [0x7fff82e3d5a0]
          10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x640cc    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 thread_fun + 24 (in QuartzCore) [0x7fff85d264a9]
              10 CA::Render::Server::server_thread(void*) + 184 (in QuartzCore) [0x7fff85d26569]
                10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x642fa    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x104f1da9c]
              10 ??? (in iTunes) [0x10566de97]
                8 ??? (in iTunes) [0x10565aabe]
                  7 ??? (in iTunes) [0x105657412]
                    7 ??? (in iTunes) [0x105418c64]
                      7 ??? (in iTunes) [0x104f28896]
                        7 ??? (in iTunes) [0x104e58c78]
                          7 ??? (in iTunes) [0x104f27fa9]
                            7 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
                  1 ??? (in iTunes) [0x10565730e]
                    1 ??? (in iTunes) [0x105418c64]
                      1 ??? (in iTunes) [0x104f28896]
                        1 ??? (in iTunes) [0x104e58c78]
                          1 ??? (in iTunes) [0x104f27fa9]
                            1 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
                2 ??? (in iTunes) [0x10565aa80]
                  2 ??? (in iTunes) [0x10565a490]
                    2 ??? (in iTunes) [0x105648175]
                      1 ??? (in iTunes) [0x1054fd8af]
                        1 ??? (in iTunes) [0x10565873b]
                          1 ??? (in iTunes) [0x105657f3d]
                            1 ??? (in iTunes) [0x105657aef]
                              1 ??? (in iTunes) [0x1050e39c5]
                                1 ??? (in iTunes) [0x1050e2ccb]
                                  1 ??? (in iTunes) [0x104f745c5]
                                    1 FSNewAlias + 11 (in CarbonCore) [0x7fff81a9b47d]
                                      1 AL_newAliasCommon + 80 (in CarbonCore) [0x7fff81a9b4d2]
                                        1 AL_fillAlias + 459 (in CarbonCore) [0x7fff81a9b6c6]
                                          1 _ZL16UTF8ToClassicHFSPKcjjjPh + 126 (in CarbonCore) [0x7fff81a9bb57]
                                            1 _CopyCStringToPascal + 45 (in CarbonCore) [0x7fff81a9bec8]
                      1 ??? (in iTunes) [0x1054fd841]
                        1 ??? (in iTunes) [0x1054f8903]
                          1 ??? (in iTunes) [0x105500103]
                            1 ??? (in iTunes) [0x1054fe664]
                              1 ??? (in iTunes) [0x1054518e9]
                                1 ??? (in iTunes) [0x10544cc89]
                                  1 ??? (in iTunes) [0x10544b737]
                                    1 ??? (in iTunes) [0x105447958]
                                      1 ??? (in iTunes) [0x1054546d3]
                                        1 ??? (in iTunes) [0x105714f06]
                                          1 ??? (in iTunes) [0x104e5773f]
                                            1 ??? (in iTunes) [0x1055cd9b8]
                                              1 ??? (in iTunes) [0x104e37426]
                                                1 ??? (in iTunes) [0x104e374ea]
                                                  1 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        4 hndl_mach_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          4 thread_set_child + 336 (in mach_kernel) [0xffffff80002ae8a0]
            4 mach_msg_overwrite_trap + 442 (in mach_kernel) [0xffffff800021bc5a]
              4 ipc_mqueue_receive + 63 (in mach_kernel) [0xffffff80002157ff]
                4 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f383]
                  4 thread_go + 608 (in mach_kernel) [0xffffff800022dfd0]
                    4 processor_idle + 149 (in mach_kernel) [0xffffff800022d2e5]
                      4 machine_idle + 163 (in mach_kernel) [0xffffff80002c4213]
        3 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
        1 hndl_mach_scall64 + 10 (in mach_kernel) [0xffffff80002d837a]
        1 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002d7bd2]
          1 interrupt + 192 (in mach_kernel) [0xffffff80002c2790]
            1 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c7859]
              1 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002c970c]
                1 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c1bc6]
        1 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          1 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            1 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              1 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                1 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  1 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    1 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x64318    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e57e82]
                10 ??? (in iTunes) [0x1055dbc01]
                  10 ??? (in iTunes) [0x1055dbb57]
                    10 ??? (in iTunes) [0x1055dbccf]
                      10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x6431f    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 ??? (in iTunes) [0x1056109e6]
              10 ??? (in iTunes) [0x104e57e82]
                10 ??? (in iTunes) [0x1055dbc01]
                  10 ??? (in iTunes) [0x1055dbb57]
                    10 ??? (in iTunes) [0x1055dbccf]
                      10 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3bca]
      Kernel stack:
        10 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          10 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            10 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f169]
              10 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7f3]
                10 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  10 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    10 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x64320    
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 HALB_IOThread::Entry(void*) + 78 (in CoreAudio) [0x7fff817fd00c]
              10 HALC_ProxyIOContext::IOThreadEntry(void*) + 73 (in CoreAudio) [0x7fff817fd151]
                10 HALC_ProxyIOContext::IOWorkLoop() + 888 (in CoreAudio) [0x7fff817fd568]
                  10 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, unsigned int) + 37 (in CoreAudio) [0x7fff81803f05]
                    10 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, unsigned int) + 93 (in CoreAudio) [0x7fff81803eb3]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x63f6e    
      User stack:
        9 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8a1b4b85]
          9 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8d7f4192]
      Kernel stack:
        9 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Thread 0x63f6e      DispatchQueue 460
      User stack:
        1 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8a1b4b85]
          1 _pthread_wqthread + 316 (in libsystem_c.dylib) [0x7fff8a1b33da]
            1 _dispatch_worker_thread2 + 198 (in libdispatch.dylib) [0x7fff8d105760]
              1 _dispatch_queue_invoke + 54 (in libdispatch.dylib) [0x7fff8d105f66]
                1 _dispatch_queue_drain + 210 (in libdispatch.dylib) [0x7fff8d1060d4]
                  1 _dispatch_queue_invoke + 71 (in libdispatch.dylib) [0x7fff8d105f77]
                    1 _dispatch_source_invoke + 635 (in libdispatch.dylib) [0x7fff8d1092b6]
                      1 receive_and_dispatch_rcv_msg + 174 (in CarbonCore) [0x7fff81aa0e65]
                        1 FSEventsD2F_server + 148 (in CarbonCore) [0x7fff81a5c4f2]
                          1 _Xcallback_rpc + 458 (in CarbonCore) [0x7fff81a5c6c3]
                            1 implementation_callback_rpc + 1753 (in CarbonCore) [0x7fff81a5ce1b]
                              1 TSystemNotificationTask::HandleFileChanged(__FSEventStream const*, void*, unsigned long, void*, unsigned int const*, unsigned long long const*) + 88 (in DesktopServicesPriv) [0x7fff841bf0a4]
                                1 TNode::HandleChange(char*, unsigned int, TCountedPtr<TVolumeSyncThread> const&) + 1286 (in DesktopServicesPriv) [0x7fff841e7524]
                                  1 TNode::FindChildButDontSynchronize(TUString const&) const + 223 (in DesktopServicesPriv) [0x7fff841bf425]
                                    1 TChildrenList::Find(TUString const&) + 128 (in DesktopServicesPriv) [0x7fff841b0354]
                                      1 TNode::LessThan(TUString const&) const + 57 (in DesktopServicesPriv) [0x7fff841bb5d1]
                                        1 OSAtomicCompareAndSwap32Barrier$VARIANT$mp + 2 (in libsystem_c.dylib) [0x7fff8a1f7526]
      Kernel stack:
        1 hndl_alltraps + 225 (in mach_kernel) [0xffffff80002d7941]
          1 user_trap + 619 (in mach_kernel) [0xffffff80002c1f0b]
            1 vm_fault + 3902 (in mach_kernel) [0xffffff800026d1ce]
              1 vm_fault_enter + 954 (in mach_kernel) [0xffffff8000269a1a]
                1 pmap_enter + 2452 (in mach_kernel) [0xffffff80002ac234]
                  1 _rtc_nanotime_read + 39 (in mach_kernel) [0xffffff80002bcb57]
      Thread 0x652e9    
      User stack:
        1 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          1 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            1 ??? (in iTunes) [0x1056109e6]
              1 ??? (in iTunes) [0x104e57f12]
                1 ??? (in iTunes) [0x1051ac104]
                  1 ??? (in iTunes) [0x1051abf1d]
                    1 FSReadFork + 45 (in CarbonCore) [0x7fff81a7470c]
                      1 PBReadForkSync + 88 (in CarbonCore) [0x7fff81a7477c]
                        1 pread + 10 (in libsystem_kernel.dylib) [0x7fff8d7f4a8e]
      Kernel stack:
        1 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          1 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa9b]
            1 pread_nocancel + 135 (in mach_kernel) [0xffffff8000561cf7]
              1 write + 209 (in mach_kernel) [0xffffff8000561711]
                1 utf8_encodelen + 3723 (in mach_kernel) [0xffffff800031066b]
                  1 VNOP_READ + 77 (in mach_kernel) [0xffffff8000318e4d]
                    1 hfs_vnop_read + 553 (in mach_kernel) [0xffffff80004eac99]
                      1 cluster_read_ext + 4964 (in mach_kernel) [0xffffff80002eff44]
                        1 advisory_read + 2838 (in mach_kernel) [0xffffff80002ee4c6]
                          1 msleep + 119 (in mach_kernel) [0xffffff8000552a57]
                            1 wakeup + 267 (in mach_kernel) [0xffffff80005523fb]
                              1 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227e6a]
                                1 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                                  1 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                                    1 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x104e2e000 -        0x105eb7fef  com.apple.iTunes 10.5.2 (10.5.2) <E2CB7431-7245-B408-489A-F43325A2FF13> /Applications/iTunes.app/Contents/MacOS/iTunes
          0x7fff817d7000 -     0x7fff8183fff7  com.apple.audio.CoreAudio 4.0.1 (4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
          0x7fff81a57000 -     0x7fff81d73ff7  com.apple.CoreServices.CarbonCore 960.18 (960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff82638000 -     0x7fff8280cfff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff82e32000 -     0x7fff830bdfff  com.apple.JavaScriptCore 7534.52 (7534.52.7) <4B188A38-3A5B-327D-ABE9-8EE2420B3791> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
          0x7fff83485000 -     0x7fff84086ff7  com.apple.AppKit 6.7.2 (1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff841ab000 -     0x7fff842c3ff7  com.apple.DesktopServices 1.6.1 (1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
          0x7fff85d24000 -     0x7fff85ec3fff  com.apple.QuartzCore 1.7 (270.0) <E8FC9AA4-A5CB-384B-AD29-7190A1387D3E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
          0x7fff8681a000 -     0x7fff86b33ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a163000 -     0x7fff8a240fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8c771000 -     0x7fff8ca95fff  com.apple.HIToolbox 1.8 (???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8d103000 -     0x7fff8d111fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d7dd000 -     0x7fff8d7fdfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    Process:         Airfoil [686]
    Path:            /Applications/Airfoil.app/Contents/MacOS/Airfoil
    Architecture:    i386
    UID:             501
    Process:         AirPort Base Station Agent [235]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x7aa        DispatchQueue 1
      User stack:
        10 ??? (in AirPort Base Station Agent) [0x107f29654]
          10 ??? (in AirPort Base Station Agent) [0x107f3a353]
            10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
              10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                  10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                    10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x7b1        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8d10514e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8d7f47e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x7b7      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x107f28000 -        0x107f3ffff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff82638000 -     0x7fff8280cfff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a163000 -     0x7fff8a240fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d103000 -     0x7fff8d111fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d7dd000 -     0x7fff8d7fdfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    Process:         aosnotifyd [96]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0x281        DispatchQueue 1
      User stack:
        10 start + 52 (in aosnotifyd) [0x104d6a0bc]
          10 main + 74 (in aosnotifyd) [0x104d719f4]
            10 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x104d717bb]
              10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8682604f]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x30e        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8d10514e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8d7f47e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x4dd      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __NSThread__main__ + 1575 (in Foundation) [0x7fff86874776]
              10 -[NSThread main] + 68 (in Foundation) [0x7fff868747fe]
                10 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335 (in Foundation) [0x7fff868800ab]
                  10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                    10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                      10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                        10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x4df      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Binary Images:
             0x104d68000 -        0x104da9fff  aosnotifyd ??? (???) <750811D8-1A2D-3F5A-B157-8A35B8FB04DB> /usr/sbin/aosnotifyd
          0x7fff82638000 -     0x7fff8280cfff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8681a000 -     0x7fff86b33ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a163000 -     0x7fff8a240fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d103000 -     0x7fff8d111fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d7dd000 -     0x7fff8d7fdfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    Process:         AppleMobileDeviceHelper [14781]
    Path:            /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/Current/Apple MobileDeviceHelper.app/Contents/MacOS/AppleMobileDeviceHelper
    Architecture:    unknown
    UID:             501
    Note:            Exited before symbolication
      Thread 0x5ec81    
      User stack:
        10 ??? [0x1ca2]
          10 ??? [0x3a72]
            10 ??? [0xcb38]
              10 ??? [0x94ee0b42]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x5ec85      DispatchQueue 1701273966
      User stack:
        10 ??? [0x92e9c6a7]
          10 ??? [0x94ee190a]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
    Process:         applepushserviced [95]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x280        DispatchQueue 1
      User stack:
        10 ??? (in applepushserviced) [0x10ed55324]
          10 ??? (in applepushserviced) [0x10ed55408]
            10 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff86825f3b]
              10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8682604f]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x2b9        DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8d10514e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8d7f47e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Thread 0x4de      
      User stack:
        10 thread_start + 13 (in libsystem_c.dylib) [0x7fff8a1b4b75]
          10 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8a1b18bf]
            10 __select + 10 (in libsystem_kernel.dylib) [0x7fff8d7f3df2]
      Kernel stack:
        10 wakeup + 992 (in mach_kernel) [0xffffff80005526d0]
      Thread 0x6522b    
      User stack:
        10 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8a1b4b85]
          10 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8d7f4192]
      Kernel stack:
        10 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1680]
      Binary Images:
             0x10ed54000 -        0x10edc1fff  applepushserviced ??? (???) <846618F2-7FE6-374E-9D29-F132E254B130> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff82638000 -     0x7fff8280cfff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8681a000 -     0x7fff86b33ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a163000 -     0x7fff8a240fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d103000 -     0x7fff8d111fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d7dd000 -     0x7fff8d7fdfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    Process:         AppleSpell [580]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x5190       DispatchQueue 1
      User stack:
        10 ??? (in AppleSpell) [0x100c26cf8]
          10 ??? (in AppleSpell) [0x100c26faa]
            10 -[NSSpellServer run] + 74 (in Foundation) [0x7fff86976ca6]
              10 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff826807ff]
                10 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff82670ae6]
                  10 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff826712d4]
                    10 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff82668b6c]
                      10 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8d7f267a]
      Kernel stack:
        10 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x5194       DispatchQueue 2
      User stack:
        10 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8d10514e]
          10 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8d7f47e6]
      Kernel stack:
        10 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d40]
      Binary Images:
             0x100c25000 -        0x100ce1ff7  com.apple.AppleSpell 1.7 (131) <6CF6E283-A7F1-37AA-A461-56AFD527396B> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff82638000 -     0x7fff8280cfff  com.apple.CoreFoundation 6.7.1 (635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8681a000 -     0x7fff86b33ff7  com.apple.Foundation 6.7.1 (833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8d103000 -     0x7fff8d111fff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d7dd000 -     0x7fff8d7fdfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348>

    iOS: Device not recognized in iTunes for Mac OS X
    Or
    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or                     
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - Then do the other actions of:
    iOS: Device not recognized in iTunes for Windows
    paying special attention to item #5
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    Also see:
    iPod not recognised by windows iTunes
    Troubleshooting issues with iTunes for Windows updates
    - Try on another computer to help determine if computer or iPod problem

  • Kernel 2.6.25 doesn't boot: can't find root device

    Hey,
    Upgrading from 2.6.24 -> 2.6.25 didn't really work, some strange things happened...
    It was some time ago since I upgraded so the following packages were updated:
    udev, glibc, kernel-headers, nvidia, kernel26,mkinitcpio,klibc-udev,klibc-extras,klibc
    I rebooted and it gave an error like this:
    ERROR: Failed to parse block device name for '/dev/hda2'
    unknown
    ERROR: root fs cannot be detected: Try using ......
    Fallback kernel gives the same error.
    So it can't find that disk. I booted in knoppix, added the "pata" hook in mkinitcpio since that was not there yet
    before it was:
    HOOKS="base udev autodetect scsi sata filesystems"
    I changed it to
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Reinstalled the kernel (pacman -S kernel26), rebooted, didn't work. Back to knoppix, searched a bit and found out that pata changes devices into sda. So I changed my grub/menu.lst and fstab and rebooted. Still same error. Fallback kernel the same error.
    Changed the pata hook into ide and changed the names back to hda. Rebooted and still the same error. Tried that configuration with sda, still the same error.
    So I reverted all the installed packages to the old ones, including klibc-udev etc and I removed the ide hook, so it's HOOKS="base udev autodetect scsi sata filesystems" again.
    Rebooted and still the same error!!!! After some testing in the grub bootmenu, I found a config that works: the fallback kernel and the sda naming scheme.
    Does anyone have a clue what is going on here?? Why can't I use hda and the normal kernel anymore, even if I reverted all the new programs? Some config file or something? Udev that uses new names?
    And any ideas why the new kernel doesn't work?
    Thanks a lot!! If you need more information, please ask and I will provide it.
    Grtz

    to answer both questions:
    menu.lst:
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 vga=795 ro
    initrd /boot/kernel26.img
    root (hd0,1)
    kernel /boot/vmlinuz26 root=/dev/sda2 vga=795 ro
    initrd /boot/kernel26-fallback.img
    fstab:
    /dev/sda2 / ext3 defaults 0 0
    But those should be correct since it booted before.
    About mkinitcpio -p kernel26, the output that gives me is the output pacman -S kernel26 gives and I also performed the mkinitcpio command manually as suggested in some other forum threads
    When booting today (with 2.6.24 fallback and sda naming scheme), I got a kernel panic, he couldn't find the root device... Rebooting did the trick, then it could boot all of a sudden! Is it somehow possible that my disks are getting named randomly by udev or something?

  • [SOLVED]pacman can't download packages

    doing as usual:
    #pacman -Syu
    and
    #pacman -S openbox
    but then see:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from extra...
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (File unavailable (e.g., file not found, no access))
    Errors occurred, no packages were upgraded.
    tried with mirrors.kernel.org, mirror.yandex.ru(one of closest to me) and even ftp.archlinux.org.
    all with same result.
    --debug pacman output:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: showsize
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: registering sync database 'core'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': ftp://ftp.archlinux.org/core/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': ftp://ftp.archlinux.org/extra/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'testing'
    debug: registering sync database 'testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'testing': ftp://ftp.archlinux.org/testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community-testing'
    debug: registering sync database 'community-testing'
    debug: config: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community-testing': ftp://ftp.archlinux.org/community-testing/os/i686
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: loading package cache for repository 'core'
    debug: loading package cache for repository 'extra'
    debug: adding package openbox-3.4.11.2-1 to the transaction targets
    resolving dependencies...
    debug: resolving target's dependencies
    debug: started resolving dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: finished resolving dependencies
    debug: started sorting dependencies
    debug: sorting dependencies finished
    looking for inter-conflicts...
    debug: looking for conflicts
    debug: check targets vs targets
    debug: check targets vs targets
    debug: check targets vs db and db vs targets
    debug: check targets vs db
    debug: check db vs targets
    debug: checking dependencies
    debug: checkdeps: package openbox-3.4.11.2-1
    debug: setting download size 281868 for pkg openbox
    Targets (1): openbox-3.4.11.2-1 [0.27 MB]
    Total Download Size: 0.27 MB
    Total Installed Size: 1.89 MB
    debug: using cachedir: /var/cache/pacman/pkg/
    :: Retrieving packages from extra...
    debug: using 'openbox-3.4.11.2-1-i686.pkg.tar.xz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    warning: failed to retrieve some files from extra
    Errors occurred, no packages were upgraded.
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: unregistering database 'testing'
    debug: unregistering database 'community-testing'
    debug: unregistering database 'archlinuxfr'
    Last edited by jauthu (2010-06-04 00:22:34)

    but it is really strange that when i uncommented "http://ftp.archlinux.org..."  in mirrorlist it is the same error
    so what destination for all that mirrors are?
    and when I download package from web-interface http://www.archlinux.org/packages/extra/x86_64/openbox/ it successfuly downloaded from mirrors.kernel.org but pacman can't...
    I'm completely dumb, or the universe had hell changed
    As you see, my english is stupid.
    Last edited by jauthu (2010-06-03 22:34:49)

  • Nvida driver - can't find nvidia module

    Finally went out and bought an nvidia geforce 6600Gt video card.
    But guess what now I can't install the dam thing.
    I followed the arch wiki but all I get is
    Installation starts now ...
    FATAL: Module nvidia not found.
    If you need more information about setting up nvidia drivers have a look at:
    "http://wiki.archlinux.org/index.php/How to install NVIDIA Driver"
    modprobe nvida gives the same results. I thoght pacman -S nvida is supposed to install the kernel modules so how com e it can't find them ?
    I even created a /usr/src/linux symlink to the current kernel - still not working. So what's going on I thought nvidia drivers were supposed to be really easy to install ????

    The error message when I run pacman -S nvidia is shown in my first post.
    I do not have a custom kernel I have pacman -S kernel26 (kernel-2.6.11.3-ARCH)
    Do I need to install kernel full kernel sources with ABS for nvidia to work ?
    I did try this but he kernel failed to build (can't remember why now)
    Here's the last part of nvidia-installer.log incase that helps
    usb-storage: device scan complete
       Disabled Privacy Extensions on device c05d68a0(lo)
       lp0: using parport0 (interrupt-driven).
       nvidia: no version for "struct_module" found: kernel tainted.
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
       nvidia: version magic '2.6.11.3-ARCH SMP preempt K7 gcc-3.4' should be
       '2.6.11.3-ARCH SMP preempt 686 gcc-3.4'
    ERROR: Installation has failed.  Please see the file
           '/var/log/nvidia-installer.log' for details.  You may find suggestions
           on fixing installation problems in the README available on the Linux
           driver download page at www.nvidia.com.

  • [Solved] Can't find usbnet module in stock kernel

    Hi,
    I was trying to get USB tethering to work, and found that I don't have the "usbnet" module. Pkgfile tells me that linux and linux-lts both provide usbnet, but I can't find the module (in /usr/lib/modules/...) at all (I'm on the 3.6.10-1 kernel, just reinstalled it from the repositories to make sure). I checked the file list of the 3.6.9-1 kernel that I had in pacman's cache, and the module wasn't there either. Does anyone know why I'm not getting this module with my kernel?
    Last edited by Ploink (2012-12-29 16:00:42)

    pacman -Ql linux | grep usbnet
    linux /usr/lib/modules/3.6.10-1-ARCH/kernel/drivers/net/usb/usbnet.ko.gz
    Edit: oops, I see you said you checked the file list.  Sorry, I typed faster than I read.  If you do not get similar output to this, then the linux package isn't properly installed.
    Last edited by Trilby (2012-12-29 14:31:32)

  • Pacman can't access package repositories.

    I've recently installed Arch Linux via virtual machine and I've been trying to download Xfce. However, when I try "pacman -S xfce4", it says it can't find the package. Looking on the wiki page told me to try "pacman -Syy" to force update the repositories, and here's what I got:
    "error: failed to update core (no servers configured for repository)
    error: failed to update extra (no servers configured for repository)
    error: failed to update community (no servers configured for repository)
    error: failed to synchronize any databases
    I've tried checking if I have any connection by pinging Google, and I do. So, wat do?

    Check if you have uncommented the servers in pacman.conf:
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    If you have a '#' at the beginning of the line starting with 'Include' - remove it and try again.
    Last edited by karol (2011-06-16 18:34:27)

  • Can not find downloads for Oracle VM Manager

    hi,
    sorry but I can´t find the downloads for the Oracle VM Manager on eDelivery.
    Does anyone have a download link please :-?
    *T                                                                                                                                                                                                                                                                   

    tbrinkmann wrote:
    sorry but I can´t find the downloads for the Oracle VM Manager on eDelivery.It is on E-Delivery, in the same section as Oracle VM Server:
    Product Pack: Oracle VM
    Platform: x86 64 bit
    Select "Oracle VM 3.0.2 Media Pack for x86_64 (64 bit)" and then "Oracle VM Manager 3.0.2"
    (BTW, can a mod with move rights move this thread into the Oracle VM & Virtualization section? I don't seem to have permission to move threads).
    Edited by: Avi Miller on Dec 21, 2011 8:00 PM

Maybe you are looking for

  • How to print the message in 2 lines?

    How to print the message in 2 lines? Here i am having it like this... MESSAGE i000(zm) WITH lv_uname. here I want to print lv_uname in 2 lines because it lengthy one. Thanks, Sridhar.

  • Partner profile is not getting updated in FSCM.

    Hi All, We are using FSCM for credit management. We have a issue wherein partner profile are not created for a customer. We created a customer and hwne checked we found that the partner profile is not there for the customer. We are checking the maste

  • Using functions in formscentral

    I would like to use logic functions in formscentral. Exemple: The user would enter the amount and the percentage to add to this amount and the total would be displayed under. I can do it in the responses but how do I display the result of the formula

  • Lookup API - asynchonous SOAP Adapter Queue

    Hi, I have a question about the queue handling, when you use the Lookup API of the SAP PI. ([Sap Help Lookup API|http://help.sap.com/saphelp_nw04/helpdata/en/cf/406642ea59c753e10000000a1550b0/frameset.htm]) When I call a synchronous Web Service via S

  • How do you convert aiff files to aac and keep them organized in new folders

    I have spent several hours trying to figure out how to convert my thousands of aiff files to aac files.  I want to keept the originals and have the new aac files created and then stored in a file system identical but separate to the one that stores t