X11 remote app and XQuartz and xterm Xt error: Can't open display: %s

Hi
I have Snow Leopard  (10.8.4) and XQuartz on it I need to run X11 remote app on redhat.
On local host echo $DISPLAY shows /tmp/launch-d33HNb/org.macosforge.xquartz:0
When i do ssh -X (or -Y) [email protected] and try to run xterm i got:
xterm Xt error: Can't open display: %s
xterm:  DISPLAY is not set
the sshd_config on remote host has
cat /etc/ssh/sshd_config | grep X11
#X11Forwarding no
X11Forwarding yes
X11DisplayOffset 10
#X11UseLocalhost yes
Question is do i need to set up DISPLAY variable on remote host?
If yes which display number do i choose?
if i do export DISPLAY=<my mac ip>:10.0 or export DISPLAY=<my mac ip>:0.0
i still have message xterm Xt error: Can't open display: %s
Maybe this will help also
ssh -v -v -Y [email protected]
OpenSSH_5.9p1, OpenSSL 0.9.8x 10 May 2012
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: /etc/ssh_config line 53: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to 172.20.0.12 [172.20.0.12] port 22.
debug1: Connection established.
debug1: permanently_set_uid: 0/0
debug1: identity file /var/root/.ssh/id_rsa type -1
debug1: identity file /var/root/.ssh/id_rsa-cert type -1
debug1: identity file /var/root/.ssh/id_dsa type -1
debug1: identity file /var/root/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.3
debug1: match: OpenSSH_4.3 pat OpenSSH_4*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9
debug2: fd 3 setting O_NONBLOCK
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie- hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: [email protected],[email protected],ssh-rsa,[email protected],[email protected],ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,[email protected],hmac-sha2-256,hmac-sha2-256-96,hmac-sha2-512,hmac-sha2-512-96,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[email protected],zlib
debug2: kex_parse_kexinit: none,[email protected],zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-g roup1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blow fish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,[email protected]
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,hmac-ripemd160,[email protected],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,[email protected]
debug2: kex_parse_kexinit: none,[email protected]
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit: first_kex_follows 0
debug2: kex_parse_kexinit: reserved 0
debug2: mac_setup: found hmac-md5
debug1: kex: server->client aes128-ctr hmac-md5 none
debug2: mac_setup: found hmac-md5
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 110/256
debug2: bits set: 492/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA 92:ac:c2:7b:1e:ba:6b:62:9b:32:3e:14:c6:87:a7:59
debug1: Host '172.20.0.12' is known and matches the RSA host key.
debug1: Found key in /var/root/.ssh/known_hosts:2
debug2: bits set: 524/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /var/root/.ssh/id_rsa (0x0)
debug2: key: /var/root/.ssh/id_dsa (0x0)
debug1: Authentications that can continue: publickey,gssapi-with-mic,password
debug1: Next authentication method: publickey
debug1: Trying private key: /var/root/.ssh/id_rsa
debug1: Trying private key: /var/root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug1: Next authentication method: password
[email protected]'s password:
debug2: we sent a password packet, wait for reply
debug1: Authentication succeeded (password).
Authenticated to 172.20.0.12 ([172.20.0.12]:22).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug2: channel 0: request pty-req confirm 1
debug1: Sending environment.
debug2: channel 0: request shell confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel_input_status_confirm: type 99 id 0
debug2: PTY allocation request accepted on channel 0
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: shell request accepted on channel 0
Last login: Thu Jun  6 09:12:43 2013 from 172.20.0.17
[root@npecdp01 ~]#

Jeffrey Jones2 wrote:
I'm always looking for new tricks of the trade.
I remember now why I originally changed the ssh config file. Here is another trick: In a text editor, type
ssh://[email protected]
making the obvious substitutions. Select the line and drag it to the Desktop. It will create an inetloc file that, when double-clicked, opens a Terminal window and connects to the ssh session. I have several of these in my Dock.
That is a neat trick. However, with LaunchPad I'm not much of a Finder double-clicker anymore. What is interesting is that the OS knows how to handle the ssh protocol. You can also type "open ssh://[email protected]" for the same effect. That may not seem like much of a gain, but it reveals some interesting OS-level possibilities.
With an RSA key, I don't even need a password
You can use the newer DSA keys. There is another neat trick too. Pretty much every set of instructions I've seen online suggests using an empty private key password because running ssh-agent is such a hassle on Linux. It is built-in to OS X. So, on OS X, you can create more secure DSA private keys with pass phrases that are stored (and encrypted) in your keychain. You only have to supply the Then, even if someone gets your private keys, they get nothing.

Similar Messages

  • Xterm: Xt error: Can't open display: xterm: DISPLAY is not set

    Hello, I am completely new to networking/systems. I have been asked to complete an open flow tutorial ( http://www.openflow.org/wk/index.php/OpenFlow_Tutorial ) I have fininshed a part of the tutorial and when i used "ssh -X [email protected]**.*", I was able to log in successfully but when i type in Xterm, it says "xterm: Xt error: Can't open display: xterm: DISPLAY is not set". I have downloaded virtual box, XQuartz and an ovf file as given in teh tutorial. I don't know what the problem is. Can someone please guide me through this? Thank you so much!

    I didn't quite understand what you were saying but when i typed "ssh -Y ..." this is what happened:
    mobile-172-16-103-167:~ mininet$ ssh -Y [email protected]
    Password:
    Last login: Sat May 18 20:25:50 2013 from 192.168.56.1
    mobile-172-16-103-167:~ mininet$
    ssh -X and ssh -Y do essentially the same thing. -Y is just less restrictive on X11 return traffic authority (basically it tells the local X11 display server that you trust the remote system sending X11 traffic to it).
    Now what you are display seems strange.  You prompt implies that your current system's IP address is 172.16.103.167 and you are ssh'ing to 192.168.56.1.  You get a password prompt as expected, but then the "Last Login" messages says you are coming from 192.168.56.1, which is should be where you are coming, but that it the address you are trying to ssh to.  And then to top it off, you command line prompt has not changed.
    So I'm wondering if 192.168.56.1 is the same system you are currently using, but just a different account on that system?
    Is this true?
    Also your prompt implies you were logged into the 'mininet' account when you issued the ssh -Y command to login to the 'mininet' account on 192.168.56.1.
    Or is it possible that you are loosing track of which system and account you are current remotely logged into?

  • Since I downloaded the latest version of iTunes, my remote app on iPhone and iPad does not connect to iTunes library... Any ideas?

    Since I downloaded the latest version of iTunes, my remote app on iPad and iPhone does not recognise ,or connect to, my iTunes library... Any ideas ?

    Hi Pittgo76,
    If you appear to missing your iTunes library after a recent update, you may find the following article helpful:
    Apple Support: No content shows up in iTunes after updating
    http://support.apple.com/kb/ts1967
    Regards,
    - Brenden

  • HT201335 It got nA new router today and wanted to turn on apple tv but my remote app on iPad and iPhone will not recognize apple tv. Btw- I do not have apple tv remote.

    It got A new router today and wanted to turn on apple tv but my remote app on iPad and iPhone will not recognize apple tv. Btw- I do not have apple tv remote.

    It reboots it but unplugging can also rectify communication issues like this. A restore would be the next step.

  • It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?

    It´s possible to use the "Remote" app with Itunes and a Nokia E72 with Joikuspot installed only? Or I´ll need to buy a modem Wifi?
    I was using "remote" with a D-link modem, that works fine at my iPad. But now I´m using only the cell phone as modem 3G, and don´t want to intall a router to put new cables at my notebook.

    What?
    You want to control iTunes on your computer using the Remote app on your iPad?
    And you want to connect the iPad and computer through your Nokia?
    No, this will not work.
    Just create a network with your notebook.

  • TS1741 I have lost the original remote for my Apple TV. I went to install it at my fiancés house, and cannot use the remote app on my ipad or iPhone. Can I still control the Apple TV with the apps?

    I have lost the original remote for my Apple TV. I went to install it at my fiancés house, and cannot use the remote app on my ipad or iPhone. Can I still control the Apple TV with the apps?

    Welcome to the Apple Community.
    Your Apple TV may have become paired with another remote. Hold the remote close to and pointed at the Apple TV, hold down the menu and Rewind buttons together for 6 seconds or until you see a broken chain icon on screen.

  • I am running Lion (OS X 10.7.4) and trying to reinstall iLife06, a .mpkg file, using Installer.app.  I get a message "You can't open the application iLife06.mpkg because PowerPC apps are no longer supported."  Is there a work around??  Thanks in advance!

    I am running Lion (OS X 10.7.4) and trying to reinstall iLife06, a .mpkg file, using Installer.app.  I get a message "You can't open the application iLife06.mpkg because PowerPC apps are no longer supported."  Is there a work around??  Thanks in advance for any help that can be provided.

    The only workaround would be to purchase the current version of iLife apps from the App Store.
    Lion doesn't support the old PowerPC architecture anymore, which is what iLife '06 was written for.
    If the internal apps are universal, right-click on the mpkg and choose Show Contents. Then, dig through and run the specific installer package for each application.

  • I try to download an app, and it says that there is an error in the app , Ive tried to download other apps and i get the same error. can someone help?

    I try to download an app, and it says that there is an error in the app , Ive tried to download other apps and i get the same error. can someone help?

    You need to reinstall the App Store.
    Use Lion Recovery to do that.

  • Ijust buyed FCPX and I'm getting an error when it opens

    I just buyed FCPX and I'm getting an error when it opens
    I removed it and reinstalled several tines
    PLease help
    Process:         Final Cut Pro [535]
    Path:            /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier:      com.apple.FinalCut
    Version:         10.0.8 (221398)
    Build Info:      ProEditor-22139008018000000~1
    App Item ID:     424389933
    App External ID: 14685451
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [151]
    Responsible:     Final Cut Pro [535]
    User ID:         501
    Date/Time:       2013-07-04 15:57:39.523 -0600
    OS Version:      Mac OS X 10.9 (13A497d)
    Report Version:  11
    Anonymous UUID:  AFE21BDF-9AEF-0080-3B7B-FBBC9C91542A
    Sleep/Wake UUID: 25904EC7-8378-4623-8178-E3831163781C
    Crashed Thread:  34  BGTask: MEBackgroundLoadManager  Dispatch queue: NSOperationQueue Serial Queue
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-00000001000cc000 [  816K] r-x/rwx SM=COW  /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff8c56fa66 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c56ed64 mach_msg + 64
    2   com.apple.framework.IOKit               0x00007fff8fad7cbc io_connect_method + 377
    3   com.apple.framework.IOKit               0x00007fff8fa80310 IOConnectCallMethod + 349
    4   com.apple.framework.IOKit               0x00007fff8fa80512 IOConnectCallStructMethod + 56
    5   com.apple.iokit.SCSITaskLib             0x000000012eaeb424 MMCDeviceUserClientClass::ModeSense10(unsigned char, unsigned char, unsigned char, unsigned char, void*, unsigned short, SCSITaskStatus*, SCSI_Sense_Data*) + 168
    6   com.apple.DiscRecording                 0x00007fff8a26e2ab DRDevicePlugIn::ExecuteMMCDeviceTask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 1097
    7   com.apple.DiscRecording                 0x00007fff8a26dd5f DRDevicePlugIn::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 71
    8   com.apple.DiscRecording                 0x00007fff8a26d97f DROpticalDevice::ExecuteSCSITask(DRExecuteSCSITaskParam*, __DRSenseInfo*) + 207
    9   com.apple.DiscRecording                 0x00007fff8a26d640 DROpticalDevice::ModeSense10(unsigned char, void*, unsigned short*) + 254
    10  com.apple.DiscRecording                 0x00007fff8a26d4ec DROpticalDevice::GetCDCapabilitiesPage(__CDCapabilitiesPage*) + 72
    11  com.apple.DiscRecording                 0x00007fff8a26c472 DROpticalDevice::InitializeState() + 1054
    12  com.apple.DiscRecording                 0x00007fff8a267859 DROpticalDevice::Initialize(void*, __CFData const*, __CFString const*) + 193
    13  com.apple.DiscRecording                 0x00007fff8a26748e _DRDeviceCreate(void*, __CFData const*, __CFString const*, __CFDictionary const*) + 124
    14  com.apple.DiscRecording                 0x00007fff8a2673e8 -[DRDevice(InternalBridgeMethods) initWithRegistryPath:forGUID:usingProfile:] + 20
    15  com.apple.DiscRecording                 0x00007fff8a2af895 _DRDeviceCreate + 122
    16  com.apple.DiscRecording                 0x00007fff8a266ad5 DROpticalDevice::Create(__CFData const*, __CFString const*) + 9
    17  com.apple.DiscRecording                 0x00007fff8a266a34 DRDeviceManager::RegisterAuthoringDevice(__CFData const*, __CFString const*) + 56
    18  com.apple.DiscRecording                 0x00007fff8a266983 DRDeviceManager::IOCDDeviceMatched(DRDeviceManager*, unsigned int) + 165
    19  com.apple.DiscRecording                 0x00007fff8a266658 DRDeviceManager::DRDeviceManager() + 334
    20  com.apple.DiscRecording                 0x00007fff8a2664f2 DRDeviceManager::Create() + 28
    21  com.apple.DiscRecording                 0x00007fff8a264cfd DRAutoInit::Initialize() + 783
    22  com.apple.DiscRecording                 0x00007fff8a27a91c DRNotificationCenterCreate + 21
    23  com.apple.DiscRecording                 0x00007fff8a29eb38 -[DRNotificationCenter init] + 18
    24  com.apple.DiscRecording                 0x00007fff8a29eb02 +[DRNotificationCenter currentRunLoopCenter] + 75
    25  com.apple.qmaster.SwampTypes            0x000000014ea8ba64 -[DiscRecordingDeviceManager init] + 266
    26  com.apple.qmaster.SwampTypes            0x000000014ea8bb24 +[DiscRecordingDeviceManager sharedDiscRecordingDeviceManager] + 53
    27  com.apple.compressor.StompUI            0x000000014e7ed12b -[DiscRecordingDeviceList init] + 75
    28  com.apple.compressor.StompUI            0x000000014e7ed1da +[DiscRecordingDeviceList sharedDiscRecordingDeviceList] + 53
    29  com.apple.compressor.StompUI            0x000000014e7edbac -[CreateDiscJobAction updateOutputDevices] + 49
    30  com.apple.compressor.StompUI            0x000000014e7f1121 -[CreateDiscJobAction initWithJobActionRef:] + 148
    31  com.apple.compressor.StompUI            0x000000014e7e1057 -[JobAction initWithXML:] + 101
    32  com.apple.compressor.StompUI            0x000000014e7e0f15 -[JobAction initWithCoder:] + 59
    33  com.apple.Foundation                    0x00007fff902495d6 _decodeObjectBinary + 2534
    34  com.apple.Foundation                    0x00007fff90248a91 _decodeObject + 288
    35  com.apple.CompressorKitMAS              0x0000000148597df6 -[CKJobAction initWithCoder:] + 82
    36  com.apple.Foundation                    0x00007fff902495d6 _decodeObjectBinary + 2534
    37  com.apple.Foundation                    0x00007fff90248a91 _decodeObject + 288
    38  com.apple.CompressorKitMAS              0x000000014857a82a -[CKSetting initWithCoder:] + 259
    39  com.apple.Foundation                    0x00007fff902495d6 _decodeObjectBinary + 2534
    40  com.apple.Foundation                    0x00007fff90248a91 _decodeObject + 288
    41  com.apple.Flexo                         0x0000000100f31cce -[FFShareDestination initWithCoder:] + 110
    42  com.apple.Foundation                    0x00007fff902495d6 _decodeObjectBinary + 2534
    43  com.apple.Foundation                    0x00007fff9024a6e3 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1774
    44  com.apple.Foundation                    0x00007fff9024a8df -[NSArray(NSArray) initWithCoder:] + 202
    45  com.apple.Foundation                    0x00007fff902495d6 _decodeObjectBinary + 2534
    46  com.apple.Foundation                    0x00007fff90248a91 _decodeObject + 288
    47  com.apple.Foundation                    0x00007fff902b89e1 +[NSKeyedUnarchiver unarchiveObjectWithData:] + 92
    48  com.apple.Flexo                         0x0000000100f30972 +[FFShareDestination standardDestinations:] + 210
    49  com.apple.Flexo                         0x0000000100f3112a +[FFShareDestination userDestinations] + 410
    50  com.apple.FinalCut                      0x000000010003daa1 -[PEAppController _setupShareMenu] + 145
    51  com.apple.FinalCut                      0x000000010002eb76 -[PEAppController applicationDidFinishLaunching:] + 3078
    52  com.apple.CoreFoundation                0x00007fff9288e293 _CFXNotificationPost + 3203
    53  com.apple.Foundation                    0x00007fff9024336a -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    54  com.apple.AppKit                        0x00007fff8ca02a53 -[NSApplication _postDidFinishNotification] + 289
    55  com.apple.AppKit                        0x00007fff8ca02786 -[NSApplication _sendFinishLaunchingNotification] + 195
    56  com.apple.AppKit                        0x00007fff8ca00d46 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    57  com.apple.AppKit                        0x00007fff8ca0085b -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    58  com.apple.Foundation                    0x00007fff9025d09a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    59  com.apple.Foundation                    0x00007fff9025cf0d _NSAppleEventManagerGenericHandler + 106
    60  com.apple.AE                            0x00007fff88bd1b7f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    61  com.apple.AE                            0x00007fff88bd1992 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    62  com.apple.AE                            0x00007fff88bd1856 aeProcessAppleEvent + 315
    63  com.apple.HIToolbox                     0x00007fff9234a20e AEProcessAppleEvent + 56
    64  com.apple.AppKit                        0x00007fff8c9fceb6 _DPSNextEvent + 1026
    65  com.apple.AppKit                        0x00007fff8c9fc69b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    66  com.apple.AppKit                        0x00007fff8c9f48ec -[NSApplication run] + 553
    67  com.apple.prokit                        0x0000000100327f1f NSProApplicationMain + 296
    68  com.apple.FinalCut                      0x0000000100001e14 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8c574692 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8f624ac1 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8f6249c2 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.ProGL.object-deletion
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.progl.framework               0x0000000101d427c9 (anonymous namespace)::threadFunc(void*) + 71
    3   com.apple.procore.framework             0x000000010016d63f PCThread::startup(void*) + 29
    4   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    6   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 3:: com.apple.flexo.throttled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Flexo                         0x0000000100831143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x00000001006b4b54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x000000010083789f Thread::RunHelper(void*) + 47
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 4:: com.apple.flexo.appthrottled-scheduled-io
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Flexo                         0x0000000100831143 Synchronizable::Wait() + 51
    3   com.apple.Flexo                         0x00000001006b4b54 ThrottleReadImpl::Run() + 196
    4   com.apple.Flexo                         0x000000010083789f Thread::RunHelper(void*) + 47
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 5:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 6:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 7:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 8:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8c56fa66 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8c56ed64 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff928786f5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff9287e989 __CFRunLoopRun + 1497
    4   com.apple.CoreFoundation                0x00007fff9287dfc3 CFRunLoopRunSpecific + 467
    5   com.apple.CoreMediaIO.FCPX.Lion          0x0000000104b8f0cf CMIO::DAL::RunLoop::OwnThread(void*) + 159
    6   com.apple.CoreMediaIO.FCPX.Lion          0x0000000104b8520a CAPThread::Entry(CAPThread*) + 98
    7   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    9   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 10:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8eb004b8 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8eaff9ec CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8eaff7e3 startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 11:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8eb004b8 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8eaff9ec CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8eaff7e3 startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 12:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8eb004b8 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8eaff9ec CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8eaff7e3 startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 13:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff8eb004b8 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff8eaff9ec CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff8eaff7e3 startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    7   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 14:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001019256e9 -[PluginLockPair scanPaths] + 393
    5   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 15:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001019256e9 -[PluginLockPair scanPaths] + 393
    5   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 16:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001019256e9 -[PluginLockPair scanPaths] + 393
    5   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 17:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001019256e9 -[PluginLockPair scanPaths] + 393
    5   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 18:: MIO Mounting Thread
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.proapps.MIO                   0x00000001019256e9 -[PluginLockPair scanPaths] + 393
    5   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 19:: com.apple.dvdplayback-DDPTask
    0   libsystem_kernel.dylib                  0x00007fff8c56faa2 semaphore_wait_trap + 10
    1   com.apple.AVCHDPlugin                   0x0000000124f7cbb7 semaphore_wait(viona_semaphore_t*) + 39
    2   com.apple.AVCHDPlugin                   0x0000000124f87e23 WinPortServer::ProcessMessages() + 117
    3   com.apple.AVCHDPlugin                   0x0000000124f36a68 0x124edb000 + 375400
    4   com.apple.AVCHDPlugin                   0x0000000124f7c321 ST20Thread::Run(PThreadRunParams*) + 37
    5   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    Thread 20:: com.apple.flexo.player-render (playback)
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4cb7 _pthread_cond_wait + 787
    2   com.apple.Foundation                    0x00007fff902b849d -[NSCondition waitUntilDate:] + 344
    3   com.apple.Foundation                    0x00007fff902b8300 -[NSConditionLock lockWhenCondition:beforeDate:] + 232
    4   com.apple.Flexo                         0x000000010070a5b3 -[FFPlayer _waitForAttention] + 35
    5   com.apple.Flexo                         0x00000001006ecb4f -[FFPlayer playerRenderThreadMain:] + 239
    6   com.apple.Foundation                    0x00007fff9028cfcc __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    9   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 21:: com.apple.flexo.time-rate-change-controller
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Flexo                         0x00000001006eb711 TimeRateChangeController::threadFunction() + 161
    3   com.apple.Flexo                         0x000000010070b6a5 TimeRateChangeController::thread_routine(void*) + 53
    4   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    6   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 22:: com.apple.flexo.worker-thread
    0   libsystem_kernel.dylib                  0x00007fff8c56faa2 semaphore_wait_trap + 10
    1   com.apple.Flexo                         0x00000001008ab2b1 WorkerThread::Run() + 401
    2   com.apple.Flexo                         0x000000010083789f Thread::RunHelper(void*) + 47
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 23:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff8eaffa8c CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff8eaff7e3 startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    6   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 24:: com.apple.coremedia.scheduledfileio
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.CoreMedia.ProAppsSupport          0x00000001002bea5d WaitOnCondition + 14
    3   com.apple.CoreMedia.ProAppsSupport          0x00000001002bec55 FigSemaphoreWaitRelative + 181
    4   com.apple.CoreMedia.ProAppsSupport          0x00000001002baefc FigScheduledFileIOThread + 206
    5   com.apple.CoreMedia.ProAppsSupport          0x00000001002bf9f2 figThreadMain + 385
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 25:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender           0x00000001030682de HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102f7734f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102f6e5fe HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102f6e584 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 26:: com.apple.helium-render-queue-exec-unit-cpu
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Helium.HeliumRender           0x00000001030682de HGSynchronizable::Wait() + 46
    3   com.apple.Helium.HeliumRender           0x0000000102f7734f HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 207
    4   com.apple.Helium.HeliumRender           0x0000000102f6e5fe HGRenderExecUnit::RunLoop() + 110
    5   com.apple.Helium.HeliumRender           0x0000000102f6e584 StartRenderExecUnitFunc(void*) + 20
    6   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    8   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 27:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 28:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 29:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib                  0x00007fff8c573746 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f4c7b _pthread_cond_wait + 727
    2   com.apple.Foundation                    0x00007fff9028b4e2 -[NSCondition wait] + 237
    3   com.apple.Foundation                    0x00007fff90284d1e -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 749
    4   com.apple.Foundation                    0x00007fff902849af -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 134
    5   com.apple.iLifeMediaBrowser             0x00007fff8ae12cb7 -[ILMediaManager setRootMediaGroup:] + 319
    6   com.apple.iLifeMediaBrowser             0x00007fff8ae12f0c -[ILMediaManager checkAndCreateRootMediaGroup:] + 408
    7   com.apple.iLifeMediaBrowser             0x00007fff8ae11523 -[ILMediaManager _performLoadData] + 119
    8   com.apple.iLifeMediaBrowser             0x00007fff8ae1178b -[ILMediaManager _loadDataThreaded] + 224
    9   com.apple.CoreFoundation                0x00007fff928d070c __invoking___ + 140
    10  com.apple.CoreFoundation                0x00007fff928d05b4 -[NSInvocation invoke] + 308
    11  com.apple.Foundation                    0x00007fff9028e024 -[NSInvocationOperation main] + 34
    12  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    13  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    14  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    15  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    16  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    17  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    18  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    19  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    20  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8c573e9a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f3f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8c573e9a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f3f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8c573e9a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f3f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff8c573e9a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f3f4e _pthread_wqthread + 324
    2   libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 34 Crashed:: BGTask: MEBackgroundLoadManager  Dispatch queue: NSOperationQueue Serial Queue
    0   com.apple.ozone.framework               0x000000010a3308ba non-virtual thunk to OZRigWidget::dirty() + 138
    1   com.apple.ozone.framework               0x000000010a0af265 OZChannelObjectRoot::willModifyChannel(OZChannelBase*, unsigned int) + 85
    2   com.apple.prochannel.framework          0x00000001029bb9f3 OZChannel::willBeModified(unsigned int) + 133
    3   com.apple.prochannel.framework          0x00000001029c1242 OZChannelBase::setName(PCString const&, bool) + 34
    4   com.apple.ozone.framework               0x000000010a314647 OZPublishSettings::copyParameterNamesFromProxyToTarget() + 135
    5   com.apple.Motion.effect                 0x0000000109c72e6d -[FFMotionEffect _makeLoadedDocReady] + 427
    6   com.apple.Motion.effect                 0x0000000109c7200c -[FFMotionEffect _backgroundLoadDocument:onTask:] + 570
    7   com.apple.Motion.effect                 0x0000000109ca2fa7 -[MEBackgroundLoadManager _backgroundTask:onTask:] + 232
    8   com.apple.Flexo                         0x0000000100f20cfd FFApplicationHandleExceptionThatShouldNotBeIgnoredInBlock + 13
    9   com.apple.Flexo                         0x0000000100800d0a -[FFBackgroundTask main] + 330
    10  com.apple.Foundation                    0x00007fff90344f01 -[__NSOperationInternal _start:] + 631
    11  com.apple.Foundation                    0x00007fff90346e0b __NSOQSchedule_f + 64
    12  libdispatch.dylib                       0x00007fff8f622984 _dispatch_client_callout + 8
    13  libdispatch.dylib                       0x00007fff8f623e2d _dispatch_queue_drain + 451
    14  libdispatch.dylib                       0x00007fff8f623c10 _dispatch_queue_invoke + 109
    15  libdispatch.dylib                       0x00007fff8f628c7d _dispatch_root_queue_drain + 75
    16  libdispatch.dylib                       0x00007fff8f623b9c _dispatch_worker_thread2 + 40
    17  libsystem_pthread.dylib                 0x00007fff8a3f3f3e _pthread_wqthread + 308
    18  libsystem_pthread.dylib                 0x00007fff8a3f6fd9 start_wqthread + 13
    Thread 35:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 36:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 37:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 38:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 39:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13
    Thread 40:: com.apple.helium-unit
    0   libsystem_kernel.dylib                  0x00007fff8c573776 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib                 0x00007fff8a3f57b9 _pthread_mutex_lock + 372
    2   com.apple.Helium.HeliumRender           0x0000000103019c62 hg_pthread_loop(void*) + 98
    3   libsystem_pthread.dylib                 0x00007fff8a3f290f _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff8a3f27a0 _pthread_start + 131
    5   libsystem_pthread.dylib                 0x00007fff8a3f6fe9 thread_start + 13

    First step is trash preferences; use this app from Digital Rebellion.
    Did you previously have the trial version installed and do you have any projects and events on your MBP? If FCP crashes upon launching, create a temporary project folder and event folder and move your projects and events into the temporary folders.
    It should launch. If it does, you can identify the problem event and/or project, by moving them back to their original location one at a time.
    If it didn't launch, I would trash the application, download and reinstall.
    Russ

  • I get a dialog box with a copy of firefox is open and only one copy of firefox can be open at one time.

    I get a dialog box with the following: "a copy of firefox is open and only one copy of firefox can be opened at one time."
    I do not see where firefox is open.
    How do get back into firefox so that i can read the links that are in my emails?
    Thank you.

    Sometimes when FF is closing, not all of it shuts down properly.
    On Windows, start the '''Task Manager''' (Other systems may have
    different names and / or commands). Select '''Processes'''.
    Look down the list for Firefox. Right click and select '''End Task'''.
    If this problem keeps coming up, ask for more help.

  • ITunes tells me "Could not be used because the original file could not be found. Would you like to locate it?"  I can locate it and all my other music, but can only open one song at a time.  How do I set it to open all my music whenever I want it?

    iTunes tells me my song selection: "Could not be used because the original file could not be found. Would you like to locate it?"  I can locate it and all my other music, but can only open one song at a time.  How do I set it to open all my music whenever I want?
    Message was edited by: Woildbill

    I just spent several hours dealing with this when switching to a new PC. It was extremely frustrating as I knew my files were on my external HD but no matter how many times I copied my old iTunes folder over the files were still missing...because dummy me had forgotten to "unhide folders" on my new PC and my old files were actually stored in a hidden folder created long long ago.
    This is how I did it on Windows 7 with iTunes 10
    1. Look in iTunes Advanced Preferences to see where iTunes is saving files. (Edit, Preferences, Advanced)
         Example: C:/Users/Woildbill/My Music/iTunes/Music
    2. Ensure you are able to see hidden files - Control Panel, Folder Option, View, Show Hidden Files
    3. Use Your Computer's Search Function to Locate the Missing File (Start, Search, type name of song - I started my search in "My Music" folder but be sure to expand to entire Computer if not found right away)
    4. In Search Results, right-click found folder and select properties. This will tell you where the file is actually stored.
    5. Use Windows Explorer (right-click start) to navigate to the location of the file. It is likley your other missing files are in the same location.
    6. In Windows Explorer, copy the newly located files to the iTumes location from Step 1 and everything should work again.
    Hope this helps!

  • I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    I need to work on documents in both my iMac and air book. But I have to download document and them upload it, and when I upload it I can't open it unless I open it on my phone first. Yet changes made on phone appear straight away. Does this make sense????

    On your Macs open System Preferences > iCloud
    Deselect the box next to Documents & Data, then reselect that box then restart your Macs.
    On the iPhone tap Settings > iCloud. Switch Documents & Data off then back on then reset the iPhone.
    Hold the On/Off Sleep/Wake button and the Home button down at the same time for at least ten seconds, until the Apple logo appears.
    See if you can open the files now without opening on the iPhone first.

  • I have Dreamweaver CS5.5 and all of a sudden I can't open it says XML parsing fatel error.  Invalid Document Structure  What do I do?  Thanks

    I have Dreamweaver CS5.5 and all of a sudden I can't open it says XML parsing fatel error.  Invalid Document Structure  What do I do?  Thanks

    You need to rename the Configuration folder to Configuration_BU.
    The folder can be found by following this http://www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/

  • Plz help me,after instuling the last software update,the programs and games and everything i have download it can't open!

    plz help me,after instuling the last software update,the programs and games and everything i have download it can't open!

    Have you tried the basics from the manual?
    restart, reset, restore.
    iPod touch User Guide (For iOS 4.3 Software)

  • I am trying to create a ringtone, when I right click and and go to get info I can't open anything under options. Itunes is not allowing me to do anything under options including changing the start and stop times. ??

    I am trying to create a ringtone, when I right click and and go to get info I can't open anything under options. Itunes is not allowing me to do anything under options including changing the start and stop times. ??

    GarageBand '11 - Create an iPhone ringtone - Apple Support

Maybe you are looking for

  • Adobe AIR in Flex browser application

    Hi, I have a browser based flex application developed. As a part of a requirement, some of information needs to be shown in an AIR app. Is there any possibility of fetching an AIR application from the flex application browser. Could you please provid

  • Fix Exchange Rate Translation

    Hi, Legal Requirement We have a statuary requirement where one Company Code needs to use the local Fix Exchange Rate that is provided by the local national bank. AS-IS Scenario The thing is that, for the Company Code Currency, the Exchange Rate Type

  • Academic vs. Retail versions of FCP Express

    Can anyone tell me the differences between the Academic version of FCP Express, and the full function version from retail? I work at a university with Final Cut Studio, and was considering FCP Express for home use.

  • How can I create a horizontal scrollbar with a centered thumb that scrolls content from both sides?

    I am having trouble figuring out how to create a horizontal scrollbar component either by itself or nested inside a data list component that will have it's thumb centered in the track when running and reveal content from either the right or left side

  • Macbookpro - which os?

    hi all, do i have to upgrade from tiger 10.4.11 to snow leopard before i upgrade again to the latest lion os?  will the processors in this macbook (core duo 2), handle a newer os? ~ tj