NodeJS crashes CEF (Chrome engine) when a Node Error is encountered

I have a HTML5 panel which uses NodeJS and an NPM module called "restify" to create a REST service that runs from inside Premiere Pro.
My code looks something like this:
var SERVICE_PORT = 8080;
var restify = require('restify');
var server = restify.createServer();
function attemptListening() {
    server.started = false;
    console.log("%s is trying to start...", server.name);
    server.listen(SERVICE_PORT);
server.on('error', function(err) {
    console.log("%s couldn't start, retrying in 5 seconds...", server.name);
    setTimeout(attemptListening, 5000);
server.once('listening', function() {
    console.log('%s listening at %s', server.name, server.url);
    server.started = true;
    server.removeAllListeners('error');
$(window).on('beforeunload', function () {
    if (server.started) {
        console.log('%s is now closing', server.name);
        server.close(function () {
            console.log('%s closed', server.name);
There are two problems with how I am currently approaching this:
1. When the user navigates to a different page, I need to close the server so that it stops listening on SERVICE_PORT. The problem is that server.close() is an asynchronous operation, and there is no way to tell Chrome to wait for the server to be closed before navigating away to the next page. Making this a single-page app with no browser navigation would get around this issue, however it would be ideal if I could stop the server (or by way of some NodeJS force close) before the page is navigated away and the JavaScript execution context is lost.
2. To counteract the problem in 1, I have some logic to retry listening on the port every 5 seconds should an error occur. When testing my JavaScript with the NodeJS command prompt, it works as expected if the port is already in use, i.e. it keeps printing "is trying to start", "couldn't start, retrying in 5 seconds", "is trying to start"... but when running this in Premiere, it just outright crashes Chrome and causes the extension to reload the initial page, meaning it only shows "is trying to start" before it reloads the initial page. This can happen several times as the port may still be in use from the previous run.
My main concern is number 2, as it seems to me that the NodeJS integrated into CEF is not letting the developer handle errors correctly.
Any thoughts or help would be much appreciated.

With regards to #1, check out AsyncJS (it's on NPM) and use the 'series' function. It allows you to chain asynchronous functions so that one executes after the other is finished.

Similar Messages

  • Why has mozilla made it impossible to add an exception when a certificate error is encountered?

    I need to connect to a ProLiant iLO (management controller) using fedora 21 with FF v36.0 and get the message:
    Secure Connection Failed
    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    FF no longer provides details about why it decided not to proceed, but I presume that the iLO certificate cannot be verified. Apparently there is no mechanism for allow me, the competent user, to add an exception.
    The mozilla developers, praised by their name, have decided to build a car that refuses to take the driver to some destinations.
    Here's a tip for others: add this repository for Opera and use Opera. It doesn't dictate to the user:
    --start of /etc/yum.repos.de/ruario_opera.repo--
    [home_ruario_opera]
    name=Opera packages (Fedora_21)
    type=rpm-md
    baseurl=http://download.opensuse.org/repositories/home:/ruario:/opera/Fedora_21/
    gpgcheck=1
    gpgkey=http://download.opensuse.org/repositories/home:/ruario:/opera/Fedora_21/repodata/repomd.xml.key
    enabled=1
    --end--
    and leave the Mozilla developers to stew in their own juices.
    Treefrob

    Incorrectly configured server. i.e. missing intermediate chain certificate. IE can download automatically, but Mozilla can't, hence the cert error. As far as why it randomly decides it is valid sometimes prior to you try to add a security exception I don't know.
    http://www.sslshopper.com/ssl-certificate-not-trusted-error.html

  • When I plug in my Lacie Firewire 800 drive it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?

    When I plug in my Lacie Firewire 800 drive into my Mid-2009 Macbook Pro running Mountain Lion - 10.8.2,  it causes certain apps to crash. Chrome will immediately crash when I open it, so will DVD player. It's only when I plug in my Firewire 800 drive, USB does not cause issues. What's the deal?
    I've restarted, verfied the disk, repaired permissions, smc reset.. don't know what else to do..

    Contact Lacie since it's their product you are having issues with. 

  • Firefox crashes and when attempting to launch after the crash it won't and throw and error msg that js.3250 can't be found- but same file is in Mozilla directory. I must then download new 3.6.8 and lose all tabs.

    # Question
    Firefox crashes and when attempting to launch after the crash it won't launch; throwing an error msg that " js.3250 can't be found" - but same file is in Mozilla directory.
    I must then download new 3.6.8 and lose all tabs and history.

    I have a similar problem. Recently my FF8 has been crashing a lot. It regularly locks up an entire core of my PC and often just shuts down. It has just done it a moment ago and when it started back up it did the whole "this is embarrassing" thing and asked me if I wanted to reload my tabs. I deselected the one that I was trying to view as I suspected that it may have been the cause (unlikely; it was node4.co.uk) but anyway, let's skip it just in case. Click on the button to restore and up pops my homepage only. So all of my other tabs, which I was using for work incidentally, are gone.
    This is not the first time this has happened on FF8. It happened a lot recently on FF6 I think it was (so hard to keep track now, Mozilla) and I switched to Chrome as a result, but it turns out that it crashes even more than FF6 did. FF7 was a vast improvement but FF8 is so unstable/unpredictable for me at the moment that I think I'd rather use IE9 than this. It's driving me mental, clearly! I wish I could kill the process manually and have it retry restoring tabs. Hey, there's an idea Mozilla; give us a menu item that allows us to restore the session to how it started to try again or at the very least get a list of the pages we were looking at. They don't show up in Recently Closed Windows and the Restore Previous Session is greyed out too. Gah! Help!

  • Computer Crashes after Chrome Freezes

    Hey There,
    Macbook Aluminium Unibody 2008, running latest mavericks and SSD in place of disk drive.
    Chrome crashes to 'Aw, Snap' page, randomly and doesnt occur every time or on the same page. May go a week without crashing or do it multiple times per day.
    OSX returns this error:
    Process:         Google Chrome [595]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier:      com.google.Chrome
    Version:         35.0.1916.153 (1916.153)
    Code Type:       X86 (Native)
    Parent Process:  launchd [199]
    Responsible:     Google Chrome [595]
    User ID:         501
    Date/Time:       2014-07-09 13:23:42.155 +1000
    OS Version:      Mac OS X 10.9.4 (13E28)
    Report Version:  11
    Anonymous UUID:  A0CA37D3-2F8B-58FC-3FD3-71C6A803F1DA
    But also returns Google Chrome [380] on some occasions.
    If reopen chrome (including not reopening tabs) immediately returns 'Aw, Snap' page and crashes without doing anything, returning the same errors.
    Once chrome has crashed then Finder doesn't work properly, can't bring any dialogue box such as 'shut down' or 'restart' up. There are other issues but i think they are Finder related and not consistent.
    When restarted, even if i close all other apps after the chrome crash, they will be open on restart. So I think that finder has sort of frozen their status of being open.
    Have disabled any plugins I didn't know and updated chrome to latest version, still happening.
    Any ideas? Help would be much appreciated!

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your documents or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this behavior; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Please take this step regardless of the results of Step 1.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of Steps 1 and 2.

  • Crashes with Chrome, Freezing with Quicktime, youtube.

    So I was using CleanMyMac2, which now is unable to work properly as well and crashes, to remove some files from the Uninstaller -> Leftovers. I have a feeling that one of these leftovers was important because now CleanMyMac cannot properly load anything, and freezes. When I try to log into my VK account (its kind of like facebook) it freezes and crashes chrome. I get this error log:
    Process:    
    Google Chrome [670]
    Path:       
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Identifier: 
    com.google.Chrome
    Version:    
    25.0.1364.172 (1364.172)
    Code Type:  
    X86 (Native)
    Parent Process:  launchd [154]
    User ID:    
    501
    Date/Time:  
    2013-03-20 00:26:18.215 -0400
    OS Version: 
    Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Interval Since Last Report:     
    1174 sec
    Crashes Since Last Report:      
    5
    Per-App Interval Since Last Report:  953 sec
    Per-App Crashes Since Last Report:   5
    Anonymous UUID:                 
    B714066A-8F77-699A-1ACF-70CA84DA2925
    Crashed Thread:  0  CrBrowserMain  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000cf254474
    VM Regions Near 0xcf254474:
    CG backing stores 
    00000000c71cb000-00000000c762b000 [ 4480K] rw-/rw- SM=SHM 
    -->
    VM_ALLOCATE       
    00000000ffc00000-00000000ffc04000 [   16K] rwx/rwx SM=COW 
    Thread 0 Crashed:: CrBrowserMain  Dispatch queue: com.apple.main-thread
    0   com.apple.audio.units.Components
    0x7000b856 AUHAL::SelectDevice(unsigned long) + 278
    1   com.apple.audio.units.Components
    0x7000b2af AUHAL::HALListener(unsigned long, unsigned long, AudioObjectPropertyAddress const*, void*) + 125
    2   com.apple.audio.CoreAudio
    0x95c1458b HALPropertyListener_Call_Helper(long, void*, void*, unsigned long, unsigned long, AudioObjectPropertyAddress const*) + 339
    3   com.apple.audio.CoreAudio
    0x95be9ed1 __Call_block_invoke_03 + 56
    4   libdispatch.dylib        
    0x99394f8f _dispatch_call_block_and_release + 15
    5   libdispatch.dylib        
    0x99390c82 _dispatch_client_callout + 46
    6   libdispatch.dylib        
    0x993962e3 _dispatch_main_queue_callback_4CF + 223
    7   com.apple.CoreFoundation 
    0x96778c39 __CFRunLoopRun + 1961
    8   com.apple.CoreFoundation 
    0x9677802a CFRunLoopRunSpecific + 378
    9   com.apple.CoreFoundation 
    0x96777e9b CFRunLoopRunInMode + 123
    10  com.apple.HIToolbox      
    0x9521df5a RunCurrentEventLoopInMode + 242
    11  com.apple.HIToolbox      
    0x9521dcc9 ReceiveNextEventCommon + 374
    12  com.apple.HIToolbox      
    0x9521db44 BlockUntilNextEventMatchingListInMode + 88
    13  com.apple.AppKit         
    0x928b29aa _DPSNextEvent + 724
    14  com.apple.AppKit         
    0x928b21dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    15  com.apple.AppKit         
    0x928a863c -[NSApplication run] + 855
    16  com.google.Chrome.framework  
    0x00790741 0xa8000 + 7243585
    17  com.google.Chrome.framework  
    0x0079027c 0xa8000 + 7242364
    18  com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    19  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    20  com.google.Chrome.framework  
    0x0025e1a3 0xa8000 + 1794467
    21  com.google.Chrome.framework  
    0x0274a720 0xa8000 + 40511264
    22  com.google.Chrome.framework  
    0x0274ae03 0xa8000 + 40513027
    23  com.google.Chrome.framework  
    0x02749841 0xa8000 + 40507457
    24  com.google.Chrome.framework  
    0x00674aab 0xa8000 + 6081195
    25  com.google.Chrome.framework  
    0x00673e10 0xa8000 + 6077968
    26  com.google.Chrome.framework  
    0x000a9c19 ChromeMain + 41
    27  com.google.Chrome        
    0x000a3f78 main + 24
    28  com.google.Chrome        
    0x000a3f55 0xa3000 + 3925
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x95aed9ae kevent + 10
    1   libdispatch.dylib        
    0x99393c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib        
    0x993937a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib   
    0x95aed0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x915e40ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x915e3e79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x915cbd2a start_wqthread + 30
    Thread 3:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x95aea7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x95ae9cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x96772f89 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9677896f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9677802a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x96777e9b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9a47bf36 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x007905af 0xa8000 + 7243183
    8   com.google.Chrome.framework  
    0x0079027c 0xa8000 + 7242364
    9   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    10  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    11  com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    12  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib   
    0x95aed0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x915e40ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x915e3e79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x915cbd2a start_wqthread + 30
    Thread 5:: DnsConfigService
    0   libsystem_kernel.dylib   
    0x95aed9ae kevent + 10
    1   com.google.Chrome.framework  
    0x007f5086 0xa8000 + 7655558
    2   com.google.Chrome.framework  
    0x007f2cf9 0xa8000 + 7646457
    3   com.google.Chrome.framework  
    0x0078f7e2 0xa8000 + 7239650
    4   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    5   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    6   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    7   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    8   com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    9   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    10  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    11  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 6:: AudioThread
    0   libsystem_kernel.dylib   
    0x95aea7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x95ae9cb0 mach_msg + 68
    2   com.apple.audio.CoreAudio
    0x95be2ed5 Client_AHS_GetPropertyData + 173
    3   com.apple.audio.CoreAudio
    0x95c0bdef HALCADClient::GetPropertyData(unsigned long, AudioObjectPropertyAddress const*, unsigned long, void const*, unsigned long*, void*) + 677
    4   com.apple.audio.CoreAudio
    0x95be2b96 HALDefaultDevice::CopyDefaultDevice(bool, bool) + 228
    5   com.apple.audio.CoreAudio
    0x95c0e88a HALDefaultDeviceProperty::GetData(AudioObjectPropertyAddress const&, unsigned long, void const*, unsigned long&, void*) const + 152
    6   com.apple.audio.CoreAudio
    0x95c11c29 HALObject::GetPropertyData(AudioObjectPropertyAddress const&, unsigned long, void const*, unsigned long&, void*) const + 375
    7   com.apple.audio.CoreAudio
    0x95c15a0e HALSystem::GetPropertyData(AudioObjectPropertyAddress const&, unsigned long, void const*, unsigned long&, void*) const + 1284
    8   com.apple.audio.CoreAudio
    0x95bd984f AudioObjectGetPropertyData + 589
    9   com.google.Chrome.framework  
    0x00d7a3d3 0xa8000 + 13444051
    10  com.google.Chrome.framework  
    0x00d71ab3 0xa8000 + 13408947
    11  com.google.Chrome.framework  
    0x00d7afb2 0xa8000 + 13447090
    12  com.google.Chrome.framework  
    0x00d713bd 0xa8000 + 13407165
    13  com.google.Chrome.framework  
    0x00d72c73 0xa8000 + 13413491
    14  com.google.Chrome.framework  
    0x00d73979 0xa8000 + 13416825
    15  com.google.Chrome.framework  
    0x00d712ed 0xa8000 + 13406957
    16  com.google.Chrome.framework  
    0x00d7b261 0xa8000 + 13447777
    17  com.google.Chrome.framework  
    0x0221cb91 0xa8000 + 35081105
    18  com.google.Chrome.framework  
    0x007bd05d 0xa8000 + 7426141
    19  com.google.Chrome.framework  
    0x007bd47d 0xa8000 + 7427197
    20  com.google.Chrome.framework  
    0x007bfd98 0xa8000 + 7437720
    21  com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    22  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    23  com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    24  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    25  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    26  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    27  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    28  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 7:: CrShutdownDetector
    0   libsystem_kernel.dylib   
    0x95aeddba __read + 10
    1   com.google.Chrome.framework  
    0x0025f746 0xa8000 + 1800006
    2   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    3   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    4   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 8:: Chrome_DBThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007da184 0xa8000 + 7545220
    5   com.google.Chrome.framework  
    0x007bfd6b 0xa8000 + 7437675
    6   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    7   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    8   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    9   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    10  com.google.Chrome.framework  
    0x0275088f 0xa8000 + 40536207
    11  com.google.Chrome.framework  
    0x02750a13 0xa8000 + 40536595
    12  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    13  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    14  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    15  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 9:: Chrome_WebKitThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x027508bf 0xa8000 + 40536255
    12  com.google.Chrome.framework  
    0x02750a21 0xa8000 + 40536609
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 10:: Chrome_FileThread
    0   libsystem_kernel.dylib   
    0x95aed9ae kevent + 10
    1   com.google.Chrome.framework  
    0x007f5086 0xa8000 + 7655558
    2   com.google.Chrome.framework  
    0x007f2cf9 0xa8000 + 7646457
    3   com.google.Chrome.framework  
    0x0078f8c1 0xa8000 + 7239873
    4   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    5   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    6   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    7   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    8   com.google.Chrome.framework  
    0x027508ef 0xa8000 + 40536303
    9   com.google.Chrome.framework  
    0x02750a2f 0xa8000 + 40536623
    10  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    11  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    12  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 11:: Chrome_FileUserBlockingThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x0275091f 0xa8000 + 40536351
    12  com.google.Chrome.framework  
    0x02750a3d 0xa8000 + 40536637
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 12:: Chrome_ProcessLauncherThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x0275094f 0xa8000 + 40536399
    12  com.google.Chrome.framework  
    0x02750a4b 0xa8000 + 40536651
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 13:: Chrome_CacheThread
    0   libsystem_kernel.dylib   
    0x95aed9ae kevent + 10
    1   com.google.Chrome.framework  
    0x007f5086 0xa8000 + 7655558
    2   com.google.Chrome.framework  
    0x007f2cf9 0xa8000 + 7646457
    3   com.google.Chrome.framework  
    0x0078f8c1 0xa8000 + 7239873
    4   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    5   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    6   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    7   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    8   com.google.Chrome.framework  
    0x0275097f 0xa8000 + 40536447
    9   com.google.Chrome.framework  
    0x02750a59 0xa8000 + 40536665
    10  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    11  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    12  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 14:: Chrome_IOThread
    0   com.google.Chrome.framework  
    0x00c60a11 0xa8000 + 12290577
    1   com.google.Chrome.framework  
    0x00c51feb 0xa8000 + 12230635
    2   com.google.Chrome.framework  
    0x00c442fb 0xa8000 + 12174075
    3   com.google.Chrome.framework  
    0x00c43feb 0xa8000 + 12173291
    4   com.google.Chrome.framework  
    0x00c2dac4 0xa8000 + 12081860
    5   com.google.Chrome.framework  
    0x00c327a1 0xa8000 + 12101537
    6   com.google.Chrome.framework  
    0x00c3f5f4 0xa8000 + 12154356
    7   com.google.Chrome.framework  
    0x00c3a5c7 0xa8000 + 12133831
    8   com.google.Chrome.framework  
    0x00c3e32b 0xa8000 + 12149547
    9   com.google.Chrome.framework  
    0x00b8020a 0xa8000 + 11371018
    10  com.google.Chrome.framework  
    0x00b849db 0xa8000 + 11389403
    11  com.google.Chrome.framework  
    0x00c11b03 0xa8000 + 11967235
    12  com.google.Chrome.framework  
    0x00c1218a 0xa8000 + 11968906
    13  com.google.Chrome.framework  
    0x00c12077 0xa8000 + 11968631
    14  com.google.Chrome.framework  
    0x00c27de0 0xa8000 + 12058080
    15  com.google.Chrome.framework  
    0x00c1b4ef 0xa8000 + 12006639
    16  com.google.Chrome.framework  
    0x00c27900 0xa8000 + 12056832
    17  com.google.Chrome.framework  
    0x00c1ce20 0xa8000 + 12013088
    18  com.google.Chrome.framework  
    0x00c0b3d0 0xa8000 + 11940816
    19  com.google.Chrome.framework  
    0x00c0cad5 0xa8000 + 11946709
    20  com.google.Chrome.framework  
    0x00c0b522 0xa8000 + 11941154
    21  com.google.Chrome.framework  
    0x00c1bb08 0xa8000 + 12008200
    22  com.google.Chrome.framework  
    0x00c20ff5 0xa8000 + 12029941
    23  com.google.Chrome.framework  
    0x007bd05d 0xa8000 + 7426141
    24  com.google.Chrome.framework  
    0x007bd47d 0xa8000 + 7427197
    25  com.google.Chrome.framework  
    0x0078f8fb 0xa8000 + 7239931
    26  com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    27  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    28  com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    29  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    30  com.google.Chrome.framework  
    0x027509af 0xa8000 + 40536495
    31  com.google.Chrome.framework  
    0x02750a67 0xa8000 + 40536679
    32  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    33  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    34  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    35  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 15:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x95aea7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x95ae9cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x96772f89 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9677896f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9677802a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x96777e9b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9a47bf36 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x007905af 0xa8000 + 7243183
    8   com.google.Chrome.framework  
    0x0079027c 0xa8000 + 7242364
    9   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    10  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    11  com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    12  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 16:: MediaStreamDeviceThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    12  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    13  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 17:: BrowserWatchdog
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007da184 0xa8000 + 7545220
    5   com.google.Chrome.framework  
    0x007bfd6b 0xa8000 + 7437675
    6   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    7   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    8   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    9   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    10  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    11  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    12  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 18:: BrowserBlockingWorker1/-1222201344
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e293f 0xa8000 + 7579967
    5   com.google.Chrome.framework  
    0x007e200d 0xa8000 + 7577613
    6   com.google.Chrome.framework  
    0x007e4aea 0xa8000 + 7588586
    7   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    8   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 19:: NetworkConfigWatcher
    0   libsystem_kernel.dylib   
    0x95aea7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x95ae9cb0 mach_msg + 68
    2   com.apple.CoreFoundation 
    0x96772f89 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation 
    0x9677896f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation 
    0x9677802a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation 
    0x96777e9b CFRunLoopRunInMode + 123
    6   com.apple.Foundation     
    0x9a47bf36 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 278
    7   com.google.Chrome.framework  
    0x007905af 0xa8000 + 7243183
    8   com.google.Chrome.framework  
    0x0079027c 0xa8000 + 7242364
    9   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    10  com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    11  com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    12  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    13  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    14  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    15  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    16  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 20:: Chrome_SafeBrowsingThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    12  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    13  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 21:: BrowserBlockingWorker2/-1197010944
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e293f 0xa8000 + 7579967
    5   com.google.Chrome.framework  
    0x007e200d 0xa8000 + 7577613
    6   com.google.Chrome.framework  
    0x007e4aea 0xa8000 + 7588586
    7   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    8   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 22:: BrowserBlockingWorker3/-1188614144
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e293f 0xa8000 + 7579967
    5   com.google.Chrome.framework  
    0x007e200d 0xa8000 + 7577613
    6   com.google.Chrome.framework  
    0x007e4aea 0xa8000 + 7588586
    7   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    8   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    9   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib   
    0x95aea7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x95ae9cb0 mach_msg + 68
    2   com.google.Chrome.framework  
    0x007bad4f 0xa8000 + 7417167
    3   com.google.Chrome.framework  
    0x027ecacc 0xa8000 + 41175756
    4   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    5   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    6   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 24:: Chrome_HistoryThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007da184 0xa8000 + 7545220
    5   com.google.Chrome.framework  
    0x007bfd6b 0xa8000 + 7437675
    6   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    7   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    8   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    9   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    10  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    11  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    12  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 25:
    0   libsystem_kernel.dylib   
    0x95aed0ee __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x915e40ac _pthread_workq_return + 45
    2   libsystem_c.dylib        
    0x915e3e79 _pthread_wqthread + 448
    3   libsystem_c.dylib        
    0x915cbd2a start_wqthread + 30
    Thread 26:: Chrome_SyncThread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007da184 0xa8000 + 7545220
    5   com.google.Chrome.framework  
    0x007bfd6b 0xa8000 + 7437675
    6   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    7   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    8   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    9   com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    10  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    11  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    12  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    13  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 27:: Chrome_PasswordStore_Thread
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c095 pthread_cond_wait$UNIX2003 + 71
    3   com.google.Chrome.framework  
    0x007d9c98 0xa8000 + 7543960
    4   com.google.Chrome.framework  
    0x007da1ab 0xa8000 + 7545259
    5   com.google.Chrome.framework  
    0x007da046 0xa8000 + 7544902
    6   com.google.Chrome.framework  
    0x007bfd31 0xa8000 + 7437617
    7   com.google.Chrome.framework  
    0x007bcb20 0xa8000 + 7424800
    8   com.google.Chrome.framework  
    0x007cf591 0xa8000 + 7501201
    9   com.google.Chrome.framework  
    0x007bc89a 0xa8000 + 7424154
    10  com.google.Chrome.framework  
    0x007e5261 0xa8000 + 7590497
    11  com.google.Chrome.framework  
    0x007e52fd 0xa8000 + 7590653
    12  com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    13  libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    14  libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 28:: WorkerPool/-1322979328
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 29:: WorkerPool/-1152086016
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 30:: WorkerPool/-1151946752
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 31:: WorkerPool/-1151807488
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 32:: WorkerPool/-1151668224
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 33:: WorkerPool/-1151111168
    0   libsystem_kernel.dylib   
    0x95aec8e2 __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x915e6280 _pthread_cond_wait + 833
    2   libsystem_c.dylib        
    0x9166c0e0 pthread_cond_timedwait$UNIX2003 + 70
    3   com.google.Chrome.framework  
    0x007d9d77 0xa8000 + 7544183
    4   com.google.Chrome.framework  
    0x007e62ef 0xa8000 + 7594735
    5   com.google.Chrome.framework  
    0x007e673d 0xa8000 + 7595837
    6   com.google.Chrome.framework  
    0x007e1ab9 0xa8000 + 7576249
    7   libsystem_c.dylib        
    0x915e15b7 _pthread_start + 344
    8   libsystem_c.dylib        
    0x915cbd4e thread_start + 34
    Thread 34:: WorkerPool/-1323118592
    0  

    hi im having a similar problem with M4v files. i downloaded some TV shows from the itunes store and when I try to play them It instantly quits with no error messages. this happens with Itunes, Front Row and Quicktime. If you find out which codec is giving you problems can you let us/me know because I can't seem to locate the one/s causing the problem.

  • Cluster Node Panicks when other node is rebooted

    Hello
    we have a two node cluster 3.2u1 cluster that uses a quorum device has a shared SAN LUN. Both nodes can see the LUN and during normal operation everything is fine.
    When one of the nodes is rebooted, or even crashes (for whatever reason), the other node goes into panick mode and also reboots causing loads of issues as you can imagine.
    Looking at the logs at the time of the crash, my 'guess' is that it appears that the cluster doesn't like the node that is rebooting losing access to it's quorum device and so issues a panick to all nodes of the cluster. Does that sound reasonable?
    Can anybody offer any advice on how to proceed with thise one, or has similar experience? (it might not even be the issue I descirbed above).
    Also, how do I read the /var/cluster/log/eventlog file in a reasonable format??
    thanks
    Simon.

    Node 1 (that panicked) ;
    Jun 14 14:17:31 ussaplon01 cl_dlpitrans: [ID 624622 kern.notice] Notifying cluster that this node is panicking
    Jun 14 14:17:31 ussaplon01 unix: [ID 836849 kern.notice]
    Jun 14 14:17:31 ussaplon01 ^Mpanic[cpu4]/thread=fffffe8003b38c80:
    Jun 14 14:17:31 ussaplon01 genunix: [ID 137713 kern.notice] free: freeing free frag, dev:0xef00000102, blk:26834, cg:0, ino:1184, fs:/sapmnt/P30
    Jun 14 14:17:31 ussaplon01 unix: [ID 100000 kern.notice]
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b386a0 genunix:vcmn_err+13 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b386d0 ufs:real_panic_v+120 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38720 ufs:ufs_fault_v+b6 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38800 ufs:ufs_fault+9b ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b388b0 ufs:free+635 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38b00 ufs:ufs_itrunc+510 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38b70 ufs:ufs_trans_itrunc+9e ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38c00 ufs:ufs_delete+239 ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38c60 ufs:ufs_thread_delete+ba ()
    Jun 14 14:17:31 ussaplon01 genunix: [ID 655072 kern.notice] fffffe8003b38c70 unix:thread_start+8 ()
    Jun 14 14:17:31 ussaplon01 unix: [ID 100000 kern.notice]
    Jun 14 14:17:31 ussaplon01 genunix: [ID 672855 kern.notice] syncing file systems...
    Node 2 :
    Jun 14 14:17:31 ussaplon02 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path ussaplon02:e1000g6 - ussaplon01:e1000g6 being drained
    Jun 14 14:17:31 ussaplon02 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path ussaplon02:e1000g4 - ussaplon01:e1000g4 being drained
    Jun 14 14:17:31 ussaplon02 scsi_vhci: [ID 734749 kern.warning] WARNING: vhci_scsi_reset 0x0
    Jun 14 14:17:37 ussaplon02 genunix: [ID 250885 kern.notice] NOTICE: CMM: Quorum device /dev/did/rdsk/d3s2: owner set to node 1.
    Jun 14 14:17:37 ussaplon02 genunix: [ID 446068 kern.notice] NOTICE: CMM: Node ussaplon01 (nodeid = 2) is down.
    Jun 14 14:17:37 ussaplon02 genunix: [ID 108990 kern.notice] NOTICE: CMM: Cluster members: ussaplon02.
    Jun 14 14:17:37 ussaplon02 Cluster.RGM.rgmd: [ID 446068 daemon.notice] CMM: Node ussaplon01 (nodeid = 2) is down.
    Jun 14 14:17:37 ussaplon02 genunix: [ID 279084 kern.notice] NOTICE: CMM: node reconfiguration #9 completed.

  • Tree item when-tree-node-selected fires differently from 6i to 10g.

    In forms 6i, when you keyboard navigate between tree nodes, the wtns trigger will fire. In 10g it does not. In 10g, it will fire if you press the tab key or mouse click on a node.
    Anyone know if this was done on purpose?
    I ran into this after finally trying my props.fmb in 10g. It works fine in 6i, but not in 10g
    copy of my form is here:
    http://www.tailboom.com/oracle.php
    Forms [32 Bit] Version 6.0.8.18.3 (Production) cleint server
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    I wrote most of the tree handling code for oracle apps APPTREE. This is the code that most if not all tree's in apps uses to build standard tree. So I have a pretty good understanding of the forms tree item. And know the wtns fired for web forms 6i on every node like 6i client server. This is very strange IMO.
    Thanks.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Oleg,
    thanks for the reference. Although the bug you identify deals with when-tree-node-activated, it is possible they fixed the when-tree-node-selected issue at the same time. With my test tree, i can currently duplicate both issues. I tried to download the patch, but it is only available for linux and unix. No windows patch. I don't have my linux env up and running to where I can test yet. So I can not confirm.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Ios7 bookamrking web application to home screen via Safari crashes after login and when we try to open any link inside. Can anyone please tell me if there is any scheduled fix for this bug in safari?

    ios7 bookmarking web application to home screen via Safari, crashes after login and when we try to open any link inside from the icon that gets created on the home screen. Can anyone please tell me if there is any scheduled fix for this bug in safari?
    From what i understand i see that - Cookies are not transferred between your website and your webapp when installing the icon on the home screen (for authentication purposes for example). It was working until 6.1 and now it’s not working anymore.
    Can someone please tell me if this bug will be fixed in any future release, if so the ticket number of some kind that i can track, or if there is a workaround for this issue?

    ios7 bookmarking web application to home screen via Safari, crashes after login and when we try to open any link inside from the icon that gets created on the home screen. Can anyone please tell me if there is any scheduled fix for this bug in safari?
    From what i understand i see that - Cookies are not transferred between your website and your webapp when installing the icon on the home screen (for authentication purposes for example). It was working until 6.1 and now it’s not working anymore.
    Can someone please tell me if this bug will be fixed in any future release, if so the ticket number of some kind that i can track, or if there is a workaround for this issue?

  • Error in BPM - Error when processing node '0000000065' ParForEach index

    Hi All,
    I have an issue .. I have done 1:n mapping successfully and would like to place the Send step in loop instead of a Block .. The reason being I have the count of how many times the Send step should executed for multiline.. I need to receive an Acknowledgement for each send step.. If I dont receive the required number of Acknowledgements then .. I need to revert back some Creations which is a business requirement ..
    So .. I have initialized a container operation variable i to '0' .. Then the loop condition is i < count .. Send the multi-container .. Receive the Response .. If dont receive the desired response for any one of the multi-line then I need to do a cancellation process in a loop again .. So .. now I am getting an Exception "Error when processing node '0000000065' (ParForEach index 000000)
    Message no. SWP088" in the loop step ..
    It is fine if somebody can suggest alternate logic can be applied as well but first preference to use a loop which consumes lesser system resources ..
    Kindly look into the Issue
    Regards,
    Raj
    Edited by: raj2112 on Sep 21, 2010 2:34 PM

    if you use a loop step, you will send one message per time. ussing block step you have parallel processing ussing ParForEach. now is for  X reason the item cannot be created, do a roll back in the target system. the problem here you will do the rollback once the last message reach.
    the other posibility is to handle application ack in the sender step. it will let you know it the message was processed success and this ack could be the end condition of your block step. but you cannot use this with loop step.
    take a look to this
    http://help.sap.com/saphelp_nw04/helpdata/en/55/65c844539349e9b1450581ab44a5e6/frameset.htm

  • Lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what

    lightroom 5 on mac osx 10.9.2 keeps crashing, seem to be when using my mask brush tool but I'm using it a lot so I'm not sure its the cause or what 
    Here is the report, but i don't understand it.  can anyone help, PLEASE
    Process:         Adobe Photoshop Lightroom 5 [1343]
    Path:            /Applications/Adobe Photoshop Lightroom 5.app/Contents/MacOS/Adobe Photoshop Lightroom 5
    Identifier:      com.adobe.Lightroom5
    Version:         Adobe Photoshop Lightroom 5.4 [955652] (5.4)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [170]
    Responsible:     Adobe Photoshop Lightroom 5 [1343]
    User ID:         501
    Date/Time:       2014-05-13 15:04:50.033 -0400
    OS Version:      Mac OS X 10.9.2 (13C1021)
    Report Version:  11
    Anonymous UUID:  6ABE1616-31D9-8D3E-5E0B-EEF8ED3F6706
    Crashed Thread:  10  AsyncDataServer
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff856fba0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff856fb7b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff856fb5bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff8b1303de _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff8b12fa2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit               0x00007fff8b123b2c -[NSApplication run] + 553
    11  com.apple.AppKit               0x00007fff8b10e913 NSApplicationMain + 940
    12  com.adobe.Lightroom5           0x0000000104ffb613 main + 1107
    13  com.adobe.Lightroom5           0x0000000104ffb1b8 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e81f662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8bd3143d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8bd31152 _dispatch_mgr_thread + 52
    Thread 2:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 3:: ace
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff921d3800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff921d39ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff921a4145 MPWaitOnQueue + 192
    5   com.adobe.ag.AgImageIO         0x0000000107ba81a6 0x1079aa000 + 2089382
    6   com.adobe.ag.AgImageIO         0x0000000107ba7ed3 0x1079aa000 + 2088659
    7   com.apple.CoreServices.CarbonCore 0x00007fff921a46c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 4:: cr_scratch
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.AgImageIO         0x0000000107ab82b1 0x1079aa000 + 1106609
    3   com.adobe.ag.AgImageIO         0x0000000107c77b6b 0x1079aa000 + 2939755
    4   com.adobe.ag.AgImageIO         0x0000000107a821a1 0x1079aa000 + 885153
    5   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 5:: Worker Thread Dispatcher
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 6:: Queue Processor - AgPhotoAvailability
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff8b2d016e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a99adc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.adobe.wichitafoundation   0x00000001052763ea 0x1051e3000 + 603114
    7   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    8   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    9   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    10  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 9:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e81aa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e819d18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d49ffc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d49f5e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d49ef25 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff88a97967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 10 Crashed:: AsyncDataServer
    0   com.adobe.ag.kernel           0x000000010502be32 0x105016000 + 89650
    1   com.adobe.ag.kernel           0x000000010502bf86 0x105016000 + 89990
    2   com.adobe.ag.kernel           0x000000010502bae3 0x105016000 + 88803
    3   com.adobe.ag.kernel           0x000000010502c251 0x105016000 + 90705
    4   com.adobe.ag.kernel           0x000000010502c36d 0x105016000 + 90989
    5   com.adobe.ag.kernel           0x0000000105023268 0x105016000 + 53864
    6   com.adobe.ag.kernel           0x0000000105023990 0x105016000 + 55696
    7   com.adobe.ag.kernel           0x000000010502333d 0x105016000 + 54077
    8   com.adobe.ag.kernel           0x00000001050280c6 0x105016000 + 73926
    9   com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    10  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    11  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    12  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    13  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    14  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    15  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    16  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    17  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    18  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    19  com.adobe.ag.kernel           0x0000000105028628 0x105016000 + 75304
    20  com.adobe.ag.kernel           0x00000001050280b1 0x105016000 + 73905
    21  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    22  com.adobe.ag.kernel           0x0000000105028713 0x105016000 + 75539
    23  com.adobe.ag.kernel           0x00000001050280a4 0x105016000 + 73892
    24  com.adobe.ag.kernel           0x0000000105027bb4 0x105016000 + 72628
    25  com.adobe.ag.kernel           0x0000000105027a46 0x105016000 + 72262
    26  com.adobe.ag.kernel           0x0000000105027931 0x105016000 + 71985
    27  com.adobe.ag.kernel           0x0000000105026a81 0x105016000 + 68225
    28  com.adobe.ag.kernel           0x000000010502687b 0x105016000 + 67707
    29  com.adobe.ag.kernel           0x00000001050202d4 0x105016000 + 41684
    30  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    31  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    32  com.adobe.ag.kernel           0x000000010502025a 0x105016000 + 41562
    33  com.adobe.ag.kernel           0x0000000105018113 lua_load + 68
    34  com.adobe.ag.kernel           0x0000000105019470 luaL_loadbuffer + 32
    35  com.adobe.ag.kernel           0x000000010501a109 0x105016000 + 16649
    36  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    37  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    38  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    39  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    40  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    41  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    42  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    43  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    44  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    45  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    46  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    47  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    48  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    49  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    50  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    51  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    52  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    53  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    54  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    55  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    56  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    57  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    58  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    59  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    60  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    61  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    62  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    63  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    64  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    65  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    66  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    67  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    68  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    69  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    70  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    71  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    72  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    73  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    74  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    75  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    76  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    77  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    78  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    79  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 11:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e81e9aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d4ebab3 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 12:: Preview Server
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c659 AgConditionLock_wait + 184
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    9   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    10  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    11  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    12  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    13  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    14  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    15  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    16  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    17  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    18  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    19  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    20  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 13:: Queue Processor - PreviewFileStore
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 14:: Queue Processor - NegativeQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 15:: Queue Processor - HistogramQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 16:: Queue Processor - RenderQueue_Render
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 17:: Queue Processor - RenderQueue_ReadPreview
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 18:: Queue Processor - RenderQueue_Video
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 19:: Queue Processor - RenderQueue_Face
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 20:: Queue Processor - AgAsyncRenderingQueue
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 21:: Queue Processor - OpenNegativesForDevelop
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    7   com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    8   com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    9   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    10  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    11  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    12  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    13  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    14  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    15  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    18  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    19  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    20  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    21  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    22  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    23  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    24  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    25  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    26  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    27  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    28  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    29  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    30  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 22:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 23:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 24:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 25:: Worker Thread
    0   libsystem_kernel.dylib         0x00007fff8e81e716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff8bd24c3b _pthread_cond_wait + 727
    2   com.adobe.ag.kernel           0x000000010503c5cc AgConditionLock_wait + 43
    3   com.adobe.ag.kernel           0x00000001050361a7 AgTransitQueue_dequeueToLuaState + 92
    4   com.adobe.ag.kernel           0x00000001050370a8 0x105016000 + 135336
    5   com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    6   com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    7   com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    8   com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    9   com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    10  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    11  com.adobe.ag.kernel           0x000000010501a149 0x105016000 + 16713
    12  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    13  com.adobe.ag.kernel           0x000000010501ff01 0x105016000 + 40705
    14  com.adobe.ag.kernel           0x0000000105017f69 lua_call + 36
    15  com.adobe.ag.substrate         0x0000000105193610 AgLua_callWithAutoReleasePool + 84
    16  com.adobe.ag.kernel           0x000000010501fc3f 0x105016000 + 39999
    17  com.adobe.ag.kernel           0x000000010502e14f 0x105016000 + 98639
    18  com.adobe.ag.kernel           0x000000010501ff12 0x105016000 + 40722
    19  com.adobe.ag.kernel           0x000000010501f59d 0x105016000 + 38301
    20  com.adobe.ag.kernel           0x000000010502016a 0x105016000 + 41322
    21  com.adobe.ag.kernel           0x0000000105017feb lua_pcall + 101
    22  com.adobe.ag.substrate         0x000000010518761b 0x105175000 + 75291
    23  com.apple.Foundation           0x00007fff88a9776b __NSThread__main__ + 1318
    24  libsystem_pthread.dylib       0x00007fff8bd22899 _pthread_body + 138
    25  libsystem_pthread.dylib       0x00007fff8bd2272a _pthread_start + 137
    26  libsystem_pthread.dylib       0x00007fff8bd26fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff8e81ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff8bd23f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff8bd26fb9 start_wqthread + 13
    Thread 10 crashed with X86 Thread State (64-bit):
      rax: 0x0008000000000000  rbx: 0x000000015904d120  rcx: 0x0000000105044ca0  rdx: 0x000000015904d120
      rdi: 0x0000608011c74740  rsi: 0x00006080116435a0  rbp: 0x000000010d6321d0  rsp: 0x000000010d6321d0
       r8: 0x0000000000000000   r9: 0x0000000000000003  r10: 0x0000000000000000  r11: 0x0000000000000246
      r12: 0x000000000000333b  r13: 0x000060000057fb08  r14: 0x0000608011c74740  r15: 0x000060000057fb08
      rip: 0x000000010502be32  rfl: 0x0000000000010206  cr2: 0x0000000181aa7008
    Logical CPU:     3
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
        

    All 3 of my books transferred over without my having had to do anything at all.  If you're worried about retaining books, you could try moving your ADE 4 to an external drive & confirming that your books are also there.  I believe that the book information is saved elsewhere (separately from the ADE) and it should simply transfer over, but since I only had three books, all library items, I didn't have much to lose.  All I can speak from is my own experience.  I had to get rid of ADE 4 in order to successfully install ADE 2.0.

  • SC 3.2 Solaris 10 x86. When one node reboot, the other one does also

    Configured a two node cluster with a EMC clariion san (Raid 6) for holding a zpool and use as quorum device.
    When one node goes down, the other one does also.
    There seems a problem with the quorum.
    I can not understand or figure out what actually goes wrong.
    When starting up:
    Booting as part of a cluster
    NOTICE: CMM: Node cnode01 (nodeid = 1) with votecount = 1 added.
    NOTICE: CMM: Node cnode02 (nodeid = 2) with votecount = 1 added.
    NOTICE: CMM: Quorum device 1 (/dev/did/rdsk/d1s2) added; votecount = 1, bitmask of nodes with configured paths = 0x3.
    NOTICE: clcomm: Adapter nge3 constructed
    NOTICE: clcomm: Adapter nge2 constructed
    NOTICE: CMM: Node cnode01: attempting to join cluster.
    NOTICE: nge3: link down
    NOTICE: nge2: link down
    NOTICE: nge3: link up 1000Mbps Full-Duplex
    NOTICE: nge2: link up 1000Mbps Full-Duplex
    NOTICE: nge3: link down
    NOTICE: nge2: link down
    NOTICE: nge3: link up 1000Mbps Full-Duplex
    NOTICE: nge2: link up 1000Mbps Full-Duplex
    NOTICE: CMM: Node cnode02 (nodeid: 2, incarnation #: 1248284052) has become reachable.
    NOTICE: clcomm: Path cnode01:nge2 - cnode02:nge2 online
    NOTICE: clcomm: Path cnode01:nge3 - cnode02:nge3 online
    NOTICE: CMM: Cluster has reached quorum.
    NOTICE: CMM: Node cnode01 (nodeid = 1) is up; new incarnation number = 1248284001.
    NOTICE: CMM: Node cnode02 (nodeid = 2) is up; new incarnation number = 1248284052.
    NOTICE: CMM: Cluster members: cnode01 cnode02.
    NOTICE: CMM: node econfiguration #1 completed.
    NOTICE: CMM: Node cnode01: joined cluster.
    ip: joining multicasts failed (18) on clprivnet0 - will use link layer broadcasts for multicast
    /dev/rdsk/c2t0d0s5 is clean
    Reading ZFS config: done.
    obtaining access to all attached disks
    cnode01 console login:
    Then this on the second node:
    Booting as part of a cluster
    NOTICE: CMM: Node cnode01 (nodeid = 1) with votecount = 1
    NOTICE: CMM: Node cnode02 (nodeid = 2) with votecount = 1
    NOTICE: CMM: Quorum device 1 (/dev/did/rdsk/d1s2) added; votecount = 1, bitmask of nodes with configured paths = 0x3.
    NOTICE: clcomm: Adapter nge3 constructed
    NOTICE: clcomm: Adapter nge2 constructed
    NOTICE: CMM: Node cnode02: attempting to join cluster.
    NOTICE: CMM: Node cnode01 (nodeid: 1, incarnation #: 1248284001) has become reachable.
    NOTICE: clcomm: Path cnode02:nge2 - cnode01:nge2 online
    NOTICE: clcomm: Path cnode02:nge3 - cnode01:nge3 online
    WARNING: CMM: Issuing a NULL Preempt failed on quorum device /dev/did/rdsk/d1s2 with error 2.
    NOTICE: CMM: Cluster has reached quorum.ion ratio 4.77, dump succeeded
    NOTICE: CMM: Node cnode01 (nodeid = 1) is up; new incarnation number = 1248284001.
    NOTICE: CMM: Node cnode02 (nodeid = 2) is up; new incarnation number = 1248284052.
    NOTICE: CMM: Cluster members: cnode01 cnode02.
    NOTICE: CMM: node reconfiguration #1 completed.
    NOTICE: CMM: Node cnode02: joined cluster.
    NOTICE: CCR: Waiting for repository synchronization to finish.
    *{color:#ff0000}WARNING: CMM: Issuing a NULL Preempt failed on quorum device /dev/did/rdsk/d1s2 with error 2.{color}*
    ip: joining multicasts failed (18) on clprivnet0 - will use link layer broadcasts for multicast
    /dev/rdsk/c2t0d0s5 is clean
    Reading ZFS config: done.
    obtaining access to all attached disks
    cnode02 console login:
    But when the first node reboot, on the second node this message:
    Jul 22 19:24:48 cnode02 genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
    Jul 22 19:30:57 cnode02 nge: [ID 812601 kern.notice] NOTICE: nge3: link down
    Jul 22 19:30:57 cnode02 nge: [ID 812601 kern.notice] NOTICE: nge2: link down
    Jul 22 19:30:59 cnode02 nge: [ID 812601 kern.notice] NOTICE: nge3: link up 1000Mbps Full-Duplex
    Jul 22 19:31:00 cnode02 nge: [ID 812601 kern.notice] NOTICE: nge2: link up 1000Mbps Full-Duplex
    Jul 22 19:31:06 cnode02 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path cnode02:nge2 - cnode01:nge2 being drained
    {color:#ff0000}Jul 22 19:31:06 cnode02 scsi_vhci: [ID 734749 kern.warning] WARNING: vhci_scsi_reset 0x0{color}
    Jul 22 19:31:06 cnode02 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path cnode02:nge3 - cnode01:nge3 being drained
    Jul 22 19:31:11 cnode02 nge: [ID 812601 kern.notice] NOTICE: nge3: link down
    {color:#ff0000}Jul 22 19:31:12 cnode02 genunix: [ID 414208 kern.warning] WARNING: QUORUM_GENERIC: quorum preempt error in CMM: Error 5 --- QUORUM_GENERIC Tkown ioctl failed on quorum device /dev/did/rdsk/d1s2.{color}
    {color:#ff0000}Jul 22 19:31:12 cnode02 cl_dlpitrans: [ID 624622 kern.notice] Notifying cluster that this node is panicking
    Jul 22 19:31:12 cnode02 unix: [ID 836849 kern.notice]
    Jul 22 19:31:12 cnode02 ^Mpanic[cpu3]/thread=ffffffff8b5c06e0:
    Jul 22 19:31:12 cnode02 genunix: [ID 265925 kern.notice] CMM: Cluster lost operational quorum; aborting.{color}
    Jul 22 19:31:12 cnode02 unix: [ID 100000 kern.notice]
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651b40 genunix:vcmn_err+13 ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651b50 cl_runtime:__1cZsc_syslog_msg_log_no_args6FpviipkcpnR__va_list_element__nZsc_syslog_msg_status_enum__+24 ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651c30 cl_runtime:__1cCosNsc_syslog_msgDlog6MiipkcE_nZsc_syslog_msg_status_enum__+9d ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651e20 cl_haci:__1cOautomaton_implbAstate_machine_qcheck_state6M_nVcmm_automaton_event_t__+3bc ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651e60 cl_haci:__1cIcmm_implStransitions_thread6M_v_+de ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651e70 cl_haci:__1cIcmm_implYtransitions_thread_start6Fpv_v_+b ()
    Jul 22 19:31:12 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651ed0 cl_orb:cllwpwrapper+106 ()
    Jul 22 19:31:13 cnode02 genunix: [ID 655072 kern.notice] fffffe8002651ee0 unix:thread_start+8 ()
    Jul 22 19:31:13 cnode02 unix: [ID 100000 kern.notice]
    Jul 22 19:31:13 cnode02 genunix: [ID 672855 kern.notice] syncing file systems...
    Jul 22 19:31:13 cnode02 genunix: [ID 733762 kern.notice] 1
    Jul 22 19:31:34 cnode02 last message repeated 20 times
    Jul 22 19:31:35 cnode02 genunix: [ID 622722 kern.notice] done (not all i/o completed)
    Jul 22 19:31:36 cnode02 genunix: [ID 111219 kern.notice] dumping to /dev/dsk/c2t0d0s1, offset 3436511232, content: kernel
    Jul 22 19:31:45 cnode02 genunix: [ID 409368 kern.notice] ^M100% done: 136950 pages dumped, compression ratio 4.77,
    Jul 22 19:31:45 cnode02 genunix: [ID 851671 kern.notice] dump succeeded
    Jul 22 19:33:18 cnode02 genunix: [ID 540533 kern.notice] ^M

    Hi,
    the problem lies in the error message around the quorum device. The SC documentation, specifically the Sun Cluster Error Messages Guide at http://docs.sun.com/app/docs/doc/820-4681 explains this as follows:
    414208 QUORUM_GENERIC: quorum preempt error in CMM: Error %d --- QUORUM_GENERIC Tkown ioctl failed on quorum device %s.
    Description:
    This node encountered an error when issuing a QUORUM_GENERIC Take Ownership operation on a quorum device. This error indicates that the node was unsuccessful in preempting keys from the quorum device, and the partition to which it belongs was preempted. If a cluster is divided into two or more disjoint subclusters, one of these must survive as the operational cluster. The surviving cluster forces the other subclusters to abort by gathering enough votes to grant it majority quorum. This action is called "preemption of the losing subclusters".
    Solution:
    Other related messages identify the quorum device where the error occurred. If an EACCES error occurs, the QUORUM_GENERIC command might have failed because of the SCSI3 keys on the quorum device. Scrub the SCSI3 keys off the quorum device and reboot the preempted nodes."
    You should try to follow this advice. I would propose to chose a different QD before trying to do this, if you have one available. Is it possible that this LUN has been in use by a different cluster?
    To scrub SCSI3 keys you should use the scsi command in /usr/cluster/lib/sc: ./scsi -c inkeys -d <device> to check for the existence of keys, and ...-c scrub.. to remove any SCSI3 keys.
    Regards
    Hartmut

  • How to change the node's icon in a tree when the node collapse or expand?

    how to change the node's icon in a tree when the node collapse or expand?

    Hi,
    You may need to use custom skin for that.
    -Arun

  • Newest flash player crashes on older macs--when will this be fixed?

    Newest flash player crashes on older macs--when will this be fixed?

    gmsingh123 wrote:
    Newest flash player crashes on older macs--when will this be fixed?
    As soon as they have it tested and ready for release. Meantime:
    ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround

  • DMEE : how to make parent node disappear when child node is empty

    Hi Friends ,
    Currently i am working on DMEE , I have a problem . When Child node is empty I donot want the parent node to appear in the tree.Here I am uisng a field via exit function module for childnode. so not a fpay* strucutre field to write a condition.
    Is there any other way for this ?
    Please help.
    Komaravolu

    I'm not sure if this can be done in DMEE tree, but there is BADI DMEE_BADI_01 that can be implemented to perform any kind of postprocessing right before the file is created. I used it, for example, to replace separators with tabs. I believe this can also be used to eliminate the unneeded nodes.

Maybe you are looking for

  • Touble connecting ipod to computer

    Ok, i am having a huge problem and the more i try to fix it the more it messes up. I believe the problem lies in that itunes thinks that the ipod has one ipod update, when it fact it has a more outdated update. It all started when some of the files o

  • Can't re-install flash player

    I am using IE 8.0.06001, XP and currently have no flash player installed. I also have Norton Utilities as a firewall. Last night, I kept getting IE add-on errors for the Flash version 9 (something).  After each error, IE would crash. I thought I need

  • Which color management monitor?

    I shoot digital product and food photography using a mac powerbook. I've been using a LaCie CRT (yes, I said CRT) monitor for fine tuning my photos. It has finally started acting up so I'm ready for a new monitor. Can anyone recommend a dependable mo

  • Changing title in "project info" keeps titling DVD "My-Great-DVD"

    There was an unanswered topic by this name which has been archived so I couldn't respond to it. When changing the name of your DVD in the iDVD "project info" window, be sure to have NO SPACES or odd characters in the name. Letters, numbers, and under

  • Search For Specific File Type (eg .txt)

    I know how how to find files in a folder using Java but how do you search for specific file types. I am looking only include files with the extension .txt in my search.