PostProcessingMethod and serverLocationDir ignored when using fileUploadTag

I'm puzzled by this one and have been racking my brain for a couple days now, so if anyone can help me I would greatly appreciate it!
I started by downloading the petstore app and testing the file upload feature. It works with no problems. I can see the postProcessingMethod being called on the server.
I copied all the relevant pieces into a small test app. When I try to upload a file, it uploads it, but always to the default directory and the postProcessingMethod is never called.
Here is what I have:
My .jsp page contains:
                <f:view>
                    <h1>Test of File Upload</h1>
                    <ui:fileUploadTag id="myFileUploadForm" serverLocationDir="c:/upload" postProcessingMethod="#{FileUploadBB.postProcessingMethod}" progressBarDivId="progress" progressBarSubmitId="submit1x" progressBarSize="40" retMimeType="text/xml" retFunction="testRetFunction">
                        <input type="file" size="40" name="file1" id="file1"/><br />
                        <input type="file" size="40" name="file2" id="file2"/><br />
                        <input type="file" size="40" name="file3" id="file3"/><br />
                        <input type="submit" name="submit1x" value="Submit"/>
                        <div id="progress"></div><br />
                    </ui:fileUploadTag>
                </f:view>faces.config.xml contains:
  <managed-bean>
    <managed-bean-name>FileUploadBB</managed-bean-name>
    <managed-bean-class>com.mywebsitename.FileUploadBB</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
  </managed-bean>and com.mywebsitename.FileUploadBB contains:
public class FileUploadBB
    public FileUploadBB()
        System.out.println("FileUploadBB() called.");
    public void postProcessingMethod(FacesContext context, Hashtable htUpload, FileUploadStatus status)
        System.out.println("IN Custom Post Processing method");
}The progress bar works fine, the file is uploaded properly, and the testRetFunction executes. But my postProcessingMethod doesn't execute and I can't change the upload directory.
As a side note which might help someone help me...I tried putting a non-existent bean name in the postProcessingMethod
(for example, setting postProcessingMethod="#iliketurtlesFileUploadBB.postProcessingMethod}" and I don't get any errors...it just appears to be ignored.
When I do the same with the petstore app, I get the error "The FileUpload process encountered an exception while trying to delegate to a custom post processing method."
What am I missing here that causes this difference in behavior?
Please oh masters of JSF, Ajax, and the fileUploadTag component...help me!!!
Thanks!

Ok. I finally figured this out myself since no one could help and I had no other choice. I will post the answer here to hopefully save someone the frustration that I experienced.
Basically, this was my first JSF project. After reading a book on JSF that suggested it is best to use XHTML, I was using XHTML. For some reason using XHTML instead of HTML caused the postProcessingMethod and serverLocationDir attributes to be ignored. I changed
<?xml version='1.0' encoding='UTF-8'?>
<jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:c="http://java.sun.com/jstl/core" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/blueprints/ui">
    <jsp:directive.page contentType="text/html" pageEncoding="UTF-8" />
    <jsp:output omit-xml-declaration="no" doctype-root-element="html" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" />
    <html xmlns="http://www.w3.org/1999/xhtml">to
<%@page contentType="text/html"%>
<%@page pageEncoding="UTF-8"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@taglib prefix="ui" uri="http://java.sun.com/blueprints/ui" %>and that immediately fixed the problem. I've seen other wierd behavior when using XHTML but was able to work around the problems. I guess in this case I will be forced to fall back to HTML for my whole project. Sort of disappointing and it makes me wonder if XHTML will ever catch on with these sort of problems. Anyway, hope this helps someone out in the future.

Similar Messages

  • Prompting for password and username only when using dynamic parameters

    Post Author: Co3023
    CA Forum: Crystal Reports
    How do I stop CR XI prompting for password and username only when using dynamic parameters. When no dynamic parameters are used CR XI isn't prompting for the DB user name and password. The report is run from an application which passes the user name and password. I am using Oracle and the problem is both with the native oracle driver and the ODBC RDO driver.

    Post Author: jehanzeb
    CA Forum: Crystal Reports
    I didnt ask you to change it to static I said I took the parameters totally out of the report. Saved it. Then re-enter the dynamic parameters into the report and it worked for me. That might have worked for you, not sure why you changed it to static.
    Ok I have just created a quick report using dynamic parameters, it didnt ask me for the username password.
    Can you create a sample report - just to test the db? and see if it works? add only 1 or 2 fields in the report, create parameters (dynamic) and see if it works
    why don't you embed the username and password in your application, it won't ask for username password then.

  • Does DPM 2012 R2 still needs DataSourceGroups.xml and MaxAllowedParallelBackups key when using Hyper-V VSS Software Writer to backup Server 2012 R2 Cluster

    Hi,
    Does DPM 2012 R2 still needs DataSourceGroups.xml and MaxAllowedParallelBackups key when using Hyper-V VSS Software Writer to backup Server 2012 R2 Hyper-V Cluster with CSV's? Can't find a clear answer somewhere.
    Thanx for helping me out.
    DJITS.

    Configure CSV backups
    If you are running Hyper-V on Windows Server 2008 R2 and you’re backing up multiple clusters with DPM, you need to ensure that only one backup uses the same CSV at any one time. To do this, follow the instructions in
    Serialize virtual machine backups.
    If you’re using software VSS with Hyper-V on Windows Server 2008 R2, do the following
    Serialize virtual machine backups per node            
    Serialize virtual machine backups per CSV LUN            
    Have a nice day !!!

  • Will a iphone purchased in Singapore be covered under complete hardaware and software support when used in India

    Will a iphone purchased in  Singapore be covered under complete hardware and software support when used in INDIA

    See Here  >  http://www.apple.com/legal/warranty/

  • Will the indexes be ignored when using IMPDP...TABLE_EXISTS_ACTION=SKIP?

    Hi guys,
    11gr2
    suppose that i have a .dmp file which has tables, indexes, and data,
    and i also have a schema A which already contains tables and data, without indexes
    is it possible to use IMPDP to import(or say create) all indexes from .dmp to schema A?
    the relevant question is, when using IMPDP...TABLE_EXISTS_ACTION=SKIP, if the table already exists, will IMPDP ignores the relevant indexes creation?
    thank you!!!

    thanks for the reply.
    actually, i have imported over 100G data to the new server, but after look into the new server, most of the indexes are missing somehow, i don't want to drop the schemas and re-import, it will cost me a whole day to finish, any suggestions?
    many thanks.

  • How to fix Action Link Issue in Table and Pivot Table when used Section

    My OBIEE Version: OBIEE 11.1.1.6.5
    Issue Description: Action links (Navigate to BI Content) doesn't work in PIVOT TABLE or TABLE object when used Section area (one or more columns in Section area).
    If you want to recreate this issue please follow next steps:
    1.     First of all you have to create one analyse with min 3 columns (for example Time.“Calendar date“, Product.Product, „Base Fact“. Revenue -> from Sample Sales Lite )
    2.     From column properties -> Set value Action Link Interaction on some column for example Product.Product (choose Navigate to BI Content -> any created BI report )
    3.     Click Results Tab choose Pivot Table and assigned one dimension column to Section area
    4.     Click preview icon
    5.     When you click on action link nothing happens
    6.     If you drug and drop column from Section Area to Excluded, Table or Pivot table Area then Action Link works perfectly
    How to fix this issue?
    I'll be grateful for any help!

    This is Bug:15922681 - ACTION LINK NAVIGATE TO BI CONTENT DOES NOT WORK WITH ATTRIBUTE IN SECTION
    Upgrade to 11.1.1.6.6 will fix this issue.

  • Fizzy and hissing sound when using earphone...

    I have a Macbook Pro 13 inches 2009. I use my earphone to listen music. However, when I don't play music, I can hear a fizzy and hissing sound from my earphone. I tried to use another one but there is still fizzy and hissing sound when no music is playing. I can hear that even clearer when my room is silent. I feel really annoyed about that sound.
    If anyone knows how to fix it, please let me know. Any helps are appreciating...
    Thanks.
    Vu Dinh
    P/S: I'm not sure if it's a software issue or hardware issue.

    The problem is when I dont play music, there is still fizzy and hissing sound on my earphone. Only when I play music, the music is louder than that sound so I just hear music in that time. However, when I dont play music, there is always fizzy sound on my earphone. I already said it always happens when I put my earphone jack on Macbook Pro.
    I want to know if there are any ways to fix that... It's really annoying. It's not silent at all even there is no music. Always a fizzy sound on my earphone.

  • Assign the name of a file and its extension when using DESTYPE=MAIL

    Hello,
    I've developed a report running Oracle Reports 10g that is being emailed to a user. I would like to specify the name of the file and it's extension that is attached. Are there variables or parameters in Oracle Reports that I can use to accomplish this?
    It looks like by default that the file name is using the Name value found in the Property Inspector for the report. I have not been able to find a way to re-assign this value with a value from either the input or select values in the data model.
    Will Oracle Reports 10g allow me to define the name of the file and the extension?
    Any help or direction would be greatly appreciated.
    Thanks in advance
    Jesse
    Message was edited by:
    Sutherland

    Thank you for the quick reply and information. I almost thought you had solved my problem until I found out that distribution and bursting do not support delimited and spreadsheet output. One of the two files I need to email has a desformat of SPREADSHEET.
    Is there any other way to manipulate the file name and extension when using destype of MAIL?

  • ORA-01194 and ORA-00604 when using backup controlfile set #2

    Database version Oracle 11.2.0.1
    Enterprise Linux 5.4
    Database is in archivelog mode.
    I'm trying to recover a database according to set #2 of a backup controlfile to trace. Creating the controlfile works fine, but recovering the database fails.
    From what I can gather, the recovery fails because it cannot roll forward - sequence 39 is in the missing online redo logfile. However, the database is opened with the restlogs option, and I understand that it should use the archivelogs in order to roll backwards. Since this is a new controlfile it does not know about archivelogs, but it does not accept to register or use any archivelog files.
    The recovery as outlined in set #2 does not seem to work as advertised. Any ideas?
    Following errors:
    SQL>  CREATE CONTROLFILE REUSE DATABASE "RCAT" RESETLOGS  ARCHIVELOG etc.
    Control file created.
    Tyring to register on of the archivelogs does not work:
    SQL>  ALTER DATABASE REGISTER LOGFILE '/u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_33_69bfo5tx_.arc';
    ALTER DATABASE REGISTER LOGFILE '/u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_33_69bfo5tx_.arc'
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level
    Applying an existing archivelog during recovery does not work:
    SQL> recover database using backup controlfile until cancel
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_33_69bfo5tx_.arc
    ORA-00310: archived log contains sequence 33; sequence 39 required
    ORA-00334: archived log:
    '/u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_33_69bfo5tx_.arc'
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/u02/RCAT/datafile/o1_mf_system_6959kz7l_.dbf'
    ls -l /u02/fra/RCAT/archivelog/2010_09_19:
    -rw-r----- 1 oracle dba 49313280 Sep 19 00:01 o1_mf_1_33_69bfo5tx_.arc
    -rw-r----- 1 oracle dba   312320 Sep 19 00:03 o1_mf_1_34_69bft63b_.arc
    -rw-r----- 1 oracle dba 20343808 Sep 19 02:10 o1_mf_1_35_69bo6y6j_.arc
    -rw-r----- 1 oracle dba    40960 Sep 19 02:12 o1_mf_1_36_69boc9t8_.arc
    -rw-r----- 1 oracle dba    20992 Sep 19 02:13 o1_mf_1_37_69bofng4_.arc
    -rw-r----- 1 oracle dba   794624 Sep 19 02:15 o1_mf_1_38_69bokwbf_.arcThanks,
    Markus

    Specifying sequence 39 results in the same error message, which is what is what it tries to apply when using "recover until cancel" and typing cancel. But the problem is that sequence 39 was in the online redologs, which were not archived yet.
    SQL> select name, first_change#,next_change# from v$archived_log;
    NAME                                        FIRST_CHANGE# NEXT_CHANGE#
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_34_69bft63b_.arc        1259096     1259295
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_37_69bofng4_.arc        1269876     1269935
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_35_69bo6y6j_.arc        1259295     1269766
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_36_69boc9t8_.arc        1269766     1269876
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_38_69bokwbf_.arc        1269935     1270557
    /u02/fra/RCAT/archivelog/2010_09_19/o1_mf_1_33_69bfo5tx_.arc        1241003     1259096
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_21_699l4tkj_.arc        1215727     1215730
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_24_699s5pj8_.arc        1215736     1224966
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_26_699s5rp4_.arc        1224969     1224972
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_15_6987rbqp_.arc        1174393     1174511
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_23_699l4xng_.arc        1215733     1215736
    NAME                                        FIRST_CHANGE# NEXT_CHANGE#
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_28_699s5tqt_.arc        1224975     1224987
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_22_699l4w5r_.arc        1215730     1215733
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_29_699s5vw2_.arc        1224987     1224990
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_19_699l4or0_.arc        1215721     1215724
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_25_699s5qd6_.arc        1224966     1224969
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_30_699s5yvs_.arc        1224990     1224999
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_27_699s5stf_.arc        1224972     1224975
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_32_69b2hgvz_.arc        1225003     1241003
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_17_699k5oxl_.arc        1194778     1209476
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_16_699jsxol_.arc        1174511     1194778
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_20_699l4rx2_.arc        1215724     1215727
    NAME                                        FIRST_CHANGE# NEXT_CHANGE#
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_18_699l4msq_.arc        1209476     1215721
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_14_6987mljx_.arc        1162149     1174393
    /u02/fra/RCAT/archivelog/2010_09_18/o1_mf_1_31_699s61sr_.arc        1224999     1225003
    25 rows selectedHow does it actually know about all the archivelogs?
    Edited by: Markus Waldorf on Sep 20, 2010 8:37 AM

  • Seeing pink and green artifacts when using AIR 3.5 beta

    Hi,
    I'm noticing that, when using the 3.5 beta SDK, some display elements are being rendered with strange pink and green artifacts. Below are screenshots of this occurring (most prominently on the spark buttons) on three devices:
    Galaxy Tab (running android version 2.3.3)
    Cropped version (to make the problem more visible, in case the previous image was scaled down):
    Nexus 7 (running 4.1.1)
    Cropped:
    Galaxy Nexus (running 4.1.1)
    Cropped version:
    By contrast, here is a screenshot of the same application running on the Galaxy Nexus, when compiled for 3.4:
    Cropped:
    Any ideas on why this is happening?

    Same here on Galaxy Tab 1 and Galaxy S1 ! And no spark component here, only simple drawings...
    Incredible to see such a "visible" bug in this beta...

  • Default Mail Font ignored when using "Mail this webpage" in Safari

    This is not really a problem but more of a puzzling irritant.  I often use the "Mail this webpage" option in Safari (the small envelope icon in the tool bar) which opens a draft email with the then-current webpage's URL already embedded in the text area.  Prior to Mavericks when using this option the draft note triggered by Safari reverted to my default Mail font already selected via Mail's preferences pane.  Just as I would want it.  Ever since Mavericks though, when I click the envelope icon it brings up the draft email with the URL as before, but the text font for that note defaults to Times, not my previously-selected default Mail font (Lucinde Grande just for clarity).  So to stay consistent with my other email styling I have to manually click the draft email's Format button, select Lucinde Grande, and then begin typing.  I can find no place in either Safari's or Mail's preferences or options where I can change the default "send an email triggered in Safari" font. Emails originated in Mail properly use the default Lucinde Grande font.
    Once I go through the above and send the note, if I later repeat the same "mail via Safari" acion, the new note is again defulting to Times and I have to go through all of the above again.
    A companion oddity is that when I go through this and click the Format button once, nothing happens.  I click it a second time and then the font selection options are presented.  This happens consistently on 3 separate installs of Mavericks in our house (two iMacs and a MBP), and it has been this way from OS 10.9.0 through the updates to the current 10.9.2.  Any ideas, or anyone else experiencing this?  Thanks.

    This is very annoying behavior.
    I have a sudo work-around, although it's really just a different set of steps. If you use the new Share button (square with arrow icon) than the resulting email consists of a url at the top and text from the page below that. The first line of the email (empty) and the url are in the default mail font. Now just delete the text that was added from the page.
    I use this method because it seems like if I do it the other way the new message will sometimes go back to Times when I hit Return a couple times.

  • SpeedGrade crashes every time it is launched standalone and never works when using direct link from Premiere.

    SpeedGrade crashes every time it is launched standalone and when using Direct link to Adobe SpeedGrade from Premiere it only closes Premiere. It never try to even open SpeedGrade. All the effects have been removed and I have been successful with this in the past using CC, this is a new problem. Any ideas?

    Process:         sgmacosx [3235]
    Path:            /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
    Identifier:      adobe.SpeedGrade
    Version:         7.2.1 (7.2.1)
    Build Info:      Adobe SpeedGrade CC-0~100
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [227]
    Responsible:     sgmacosx [3235]
    User ID:         501
    Date/Time:       2014-05-25 18:35:44.283 +0200
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  C6B55AB7-DE97-90CE-6ACE-92D597592C3E
    Sleep/Wake UUID: 75C3C35F-4E08-45AE-AEAA-A15D364AED7D
    Crashed Thread:  9
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    Assertion failed: (roundedCrop), function -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:], file /Users/gds/Noise Industries/Development/FxFactory/FxFactoryRuntime/Model/FxFactoryRuntimeRegistrar.m, line 1441.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff90f24746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib       0x00007fff95858779 _pthread_mutex_lock + 372
    2   com.apple.GeForceGLDriver     0x00001234402f473d gldUpdateDispatch + 80
    3   GLEngine                       0x0000000111c172a0 gleDoDrawDispatchCore + 502
    4   GLEngine                       0x0000000111b335e4 glBegin_Exec + 96
    5   sgmacosx                       0x0000000100414fb4 CIrOpenGLBlitter::DrawOverlay(CIrBlitOverlay const*, CIrPoint const&, CIrRect const&, bool, bool, unsigned int, bool) + 668
    6   sgmacosx                       0x000000010024de0b CIrBlitter::DrawWindow(CIrWindow const*, CIrPoint const&, CIrRect const&, bool) + 583
    7   sgmacosx                       0x000000010024d640 CIrBlitter::Blit(bool) + 876
    8   sgmacosx                       0x000000010043eb46 CIrosApp::ScreenUpdate(CIrList<CIrFrameBuffer const>*, bool) + 288
    9   sgmacosx                       0x000000010043c9a4 CIrosApp::CommandLoop() + 3754
    10  sgmacosx                       0x000000010043b743 CIrosApp::iDoRun() + 3565
    11  sgmacosx                       0x000000010001de85 main + 101
    12  sgmacosx                       0x0000000100002fd4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff90f25662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff93d6c421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff93d6c136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 3:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib         0x00007fff90f20a56 semaphore_wait_trap + 10
    1   libdispatch.dylib             0x00007fff93d6e9f9 _dispatch_semaphore_wait_slow + 206
    2   libxpc.dylib                   0x00007fff94ce97ef xpc_connection_send_message_with_reply_sync + 195
    3   libCoreVMClient.dylib         0x00007fff9487d06b cvms_element_build_and_get_internal + 232
    4   libCoreVMClient.dylib         0x00007fff9487cf7d cvms_element_build_from_source + 30
    5   com.apple.GeForceGLDriver     0x00001234402ebc08 0x123440000000 + 3062792
    6   com.apple.GeForceGLDriver     0x00001234402e508f 0x123440000000 + 3035279
    7   com.apple.GeForceGLDriver     0x00001234402e5361 gldBuildComputeProgram + 75
    8   com.apple.opencl               0x00007fff9472f2a4 0x7fff9472b000 + 17060
    9   com.apple.opencl               0x00007fff9473d574 clBuildProgram + 2072
    10  com.adobe.GPUFoundation.framework 0x00000001069ffea3 GF::LoadModule(GF::DeviceFramework, GF::Vendor, double, bool, _cl_device_id*, _cl_context*, std::string const&) + 3027
    11  com.adobe.GPUFoundation.framework 0x00000001069e2095 GF::LoadNextModuleAsync(boost::shared_ptr<GF::DeviceImpl> const&, GF::DeviceFramework, GF::Vendor, double, bool) + 725
    12  com.adobe.dvacore.framework   0x00000001029fe114 dvacore::threads::WrapExecuteTopLevelFunction(void*) + 68
    13  libdispatch.dylib             0x00007fff93d6a28d _dispatch_client_callout + 8
    14  libdispatch.dylib             0x00007fff93d6c082 _dispatch_root_queue_drain + 326
    15  libdispatch.dylib             0x00007fff93d6d177 _dispatch_worker_thread2 + 40
    16  libsystem_pthread.dylib       0x00007fff95856ef8 _pthread_wqthread + 314
    17  libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib         0x00007fff90f24e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff95856f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff95859fb9 start_wqthread + 13
    Thread 9 Crashed:
    0   libsystem_kernel.dylib         0x00007fff90f24866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9585635c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff99421b1a abort + 125
    3   libsystem_c.dylib             0x00007fff993eb9bf __assert_rtn + 321
    4   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c845c8 -[FxFactoryRuntimeRegistrar thumbnailImageFromAsset:withSize:] + 959
    5   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120c99d39 -[FxFactoryRuntimeParameter presetsMenu] + 965
    6   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc2651 -[FxFactoryRuntimeAEPresets initWithParameter:] + 134
    7   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cc25b2 +[FxFactoryRuntimeAEPresets presetsWithParameter:] + 41
    8   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cb6745 -[FxFactoryRuntimeAEParameter addWithInData:] + 592
    9   com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120cacaa3 -[FxFactoryRuntimeAEPlugIn parametersSetupWithInData:outData:parameters:outputLayer:] + 273
    10  com.noiseindustries.FxFactory.PremiereProImporter 0x0000000120caf4f8 -[FxFactoryRuntimeAEPlugIn executeCommand:withInData:outData:parameters:outputLayer:extra:] + 637
    11  com.noiseindustries.FxFactory.AESingle 0x0000000119ff47b3 FxFactoryAEFunc + 419
    12  com.adobe.VideoFilterHost.framework 0x00000001066d4faa ML::AEVideoFilterModule::CallModule(int, PF_InData*, PF_OutData*, PF_ParamDef**, PF_LayerDef*, void*, bool) + 250
    13  com.adobe.VideoFilterHost.framework 0x00000001066d4d8b ML::AEVideoFilterModule::ParamSetup() + 155
    14  com.adobe.VideoFilterHost.framework 0x00000001066d492d ML::AEVideoFilterModule::SetupFilter() + 77
    15  com.adobe.VideoFilterHost.framework 0x00000001066d25f6 ML::AEVideoFilterFactory::CreateUnknownImpl(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 1286
    16  com.adobe.VideoFilterHost.framework 0x00000001066d205a ML::AEVideoFilterFactory::CreateUnknown(ASL::InterfaceRef<ML::IPlugin, ML::IPlugin>, int, int&) + 58
    17  com.adobe.PluginSupport.framework 0x0000000105d2e502 ML::(anonymous namespace)::AddPlugin(ML::PluginEntry const&, bool&) + 11202
    18  com.adobe.PluginSupport.framework 0x0000000105d2a1e1 ML::(anonymous namespace)::LoadPluginList(ML::PluginNameList const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&) + 737
    19  com.adobe.PluginSupport.framework 0x0000000105d291c8 ML::LoadPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 6216
    20  com.adobe.PluginSupport.framework 0x0000000105d44528 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > >&, std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 2984
    21  com.adobe.PluginSupport.framework 0x0000000105d438a9 ML::PluginSupport::LoadAllPlugins(std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&, std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 57
    22  com.adobe.PluginSupport.framework 0x0000000105d43750 ML::PluginSupport::LoadAllPlugins(std::vector<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::allocator<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > > > const&) + 64
    23  sgmacosx                       0x0000000100049f44 CMediaLayerInitializer::CMediaLayerInitializer(void*, void*) + 708
    24  sgmacosx                       0x0000000100049bcd CMediaCoreInitializer::CMediaCoreInitializer(void*, void*) + 93
    25  sgmacosx                       0x0000000100048e67 bIrInitializeMediaCore(void*, void*) + 55
    26  sgmacosx                       0x000000010000e36f CFcApp::OnDoNonUIInitialization(CIrError**) + 47
    27  com.adobe.dvacore.framework   0x00000001029ee018 dvacore::threads::(anonymous namespace)::FunctionQueue::ExecuteOneFunction(boost::shared_ptr<dvacore::threads::(anonym ous namespace)::FunctionQueue>, bool) + 648
    28  com.adobe.dvacore.framework   0x00000001029ee907 boost::detail::function::void_function_obj_invoker0<boost::_bi::bind_t<bool, bool (*)(boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue>, bool), boost::_bi::list2<boost::_bi::value<boost::shared_ptr<dvacore::threads::(anonymous namespace)::FunctionQueue> >, boost::_bi::value<bool> > >, void>::invoke(boost::detail::function::function_buffer&) + 55
    29  com.adobe.dvacore.framework   0x00000001029ee9e4 dvacore::threads::(anonymous namespace)::RunLoopAdaptor::Execute(__CFRunLoopTimer*, void*) + 68
    30  com.apple.CoreFoundation       0x00007fff923d3494 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    31  com.apple.CoreFoundation       0x00007fff923d2fcf __CFRunLoopDoTimer + 1151
    32  com.apple.CoreFoundation       0x00007fff924445aa __CFRunLoopDoTimers + 298
    33  com.apple.CoreFoundation       0x00007fff9238e755 __CFRunLoopRun + 1525
    34  com.apple.CoreFoundation       0x00007fff9238df25 CFRunLoopRunSpecific + 309
    35  com.apple.CoreFoundation       0x00007fff92443811 CFRunLoopRun + 97
    36  com.adobe.dvacore.framework   0x00000001029ecd49 dvacore::threads::RunPlatformEventLoop() + 89
    37  com.adobe.dvacore.framework   0x00000001029efa2b dvacore::threads::(anonymous namespace)::EventLoopExecutor::EventLoopMain(dvacore::threads::SyncPoint&) + 219
    38  com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    39  com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    40  libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    41  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    42  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff90f2564a kevent + 10
    1   com.adobe.dvatransport.framework 0x0000000102f89c24 boost::asio::detail::kqueue_reactor::run(bool, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&) + 228
    2   com.adobe.dvatransport.framework 0x0000000102f898c0 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 304
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f7a387 SkyConnectionEnv::MainLoop() + 167
    5   com.adobe.dvatransport.framework 0x0000000102f79fb9 SkyConnectionEnv::StaticThreadFunc(SkyConnectionEnv*) + 9
    6   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    7   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.adobe.dvatransport.framework 0x0000000102f89b15 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost:: asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   com.adobe.dvatransport.framework 0x0000000102f89389 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 313
    4   com.adobe.dvatransport.framework 0x0000000102f8923a boost::asio::detail::posix_thread::func<boost::asio::detail::resolver_service_base::work_ io_service_runner>::run() + 42
    5   com.adobe.dvatransport.framework 0x0000000102f8a243 boost_asio_detail_posix_thread_function + 19
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x0000000100596ecc CIrSplashWnd::ThreadFunction() + 124
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x000000010037610c CIrFrameCache::ThreadFunction() + 188
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff90f23f22 __connect + 10
    1   sgmacosx                       0x000000010059110c CIrSocket::poConnectToRemote(CIrString, int, bool) + 1568
    2   sgmacosx                       0x000000010059320b CIrSocketFiFoConnection::CConnectRemote::OnPrologue(CIrSocketFiFoConnection*) + 87
    3   sgmacosx                       0x0000000100592f38 CIrSocketFiFoConnection::ThreadFunction() + 52
    4   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    5   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    6   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff90f24a3a __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff99440dc0 nanosleep + 200
    2   sgmacosx                       0x00000001004e55c5 CIrRIServer::ThreadFunction() + 2281
    3   sgmacosx                       0x00000001005ef4e6 CIrThread::ThreadCallback() + 22
    4   sgmacosx                       0x00000001005ef4b5 CIrThread::pThreadCallback(void*) + 9
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libcuda_310.40.15.dylib       0x000000011b1c6286 0x11b000000 + 1860230
    3   libcuda_310.40.15.dylib       0x000000011b12ad14 0x11b000000 + 1223956
    4   libcuda_310.40.15.dylib       0x000000011b1c7de9 0x11b000000 + 1867241
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff90f20a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff90f1fd18 mach_msg + 64
    2   libclh.dylib                   0x00007fff8ca33de9 0x7fff8c424000 + 6356457
    3   libclh.dylib                   0x00007fff8c4e9d42 0x7fff8c424000 + 810306
    4   libclh.dylib                   0x00007fff8ca34c39 0x7fff8c424000 + 6360121
    5   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    6   libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    7   libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff90f24716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff95857c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore 0x00007fff8e640800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore 0x00007fff8e6409ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore 0x00007fff8e611145 MPWaitOnQueue + 192
    5   com.adobe.dvacore.framework   0x00000001029fc83b dvacore::threads::ThreadSafeDelayQueue::PopWithTimeout(std::auto_ptr<dvacore::threads::Al locatedFunctionT<boost::function<void ()> > >&, int) + 171
    6   com.adobe.dvacore.framework   0x00000001029faa4c dvacore::threads::(anonymous namespace)::ThreadedWorkQueue::WorkerMain(boost::shared_ptr<dvacore::threads::ThreadSafeD elayQueue> const&, boost::shared_ptr<dvacore::threads::Gate> const&) + 172
    7   com.adobe.dvacore.framework   0x00000001029f7c79 dvacore::threads::(anonymous namespace)::LaunchThread(std::string const&, boost::function0<void> const&, dvacore::threads::ThreadPriority, boost::function<void ()> const&, boost::function<void ()> const&) + 265
    8   com.adobe.boost_threads.framework 0x00000001029111be thread_proxy + 158
    9   libsystem_pthread.dylib       0x00007fff95855899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff9585572a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff95859fc9 thread_start + 13
    Thread 21:
    0   libsystem_c.dylib             0x00007fff993c6736 strlen + 22
    1   libstdc++.6.dylib             0x00007fff974046cd std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) + 39
    Thread 9 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x000000011508b000  rcx: 0x0000000115086aa8  rdx: 0x0000000000000000
      rdi: 0x0000000000007803  rsi: 0x0000000000000006  rbp: 0x0000000115086ad0  rsp: 0x0000000115086aa8
       r8: 0x00000000fffff800   r9: 0x00000000000005a1  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000120ced874  r13: 0x0000000120ced81f  r14: 0x0000000000000006  r15: 0x0000000120ced072
      rip: 0x00007fff90f24866  rfl: 0x0000000000000206  cr2: 0x00000001191ff000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100a3cfef +sgmacosx (???) <8939E4C1-F6F4-38EC-9C44-E300A0DFA258> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/MacOS/sgmacosx
           0x101589000 -        0x1017e6ff7 +QtCore (4.6) <CE0DF6D7-6F83-1ED7-6411-7AF7FB2FD394> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
           0x101875000 -        0x10219efef +QtGui (4.6) <782E276D-EE76-98E5-FA48-0EFA1DF29A3F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
           0x102420000 -        0x1024cdff7 +QtOpenGL (4.6) <5D09ECAB-1980-65F5-85CB-3D6EF915A208> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
           0x10250b000 -        0x1025d7fef +QtNetwork (4.6) <F0DB9B5B-B832-0E7D-7C5C-0D05CD42EC9C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
           0x102617000 -        0x102653fef +QtXml (4.6) <0D38C829-B350-F496-1690-03A16BA953E3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
           0x10266c000 -        0x102670fff  com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x102677000 -        0x102766fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x102779000 -        0x1027e8ff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1027f3000 -        0x102838ff7 +com.adobe.pip (7.0.0.1768) <F022E031-1429-354F-B718-70F001B342EF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102844000 -        0x102893fff +com.adobe.headlights.LogSessionFramework (2.1.2.1756) <BD518257-970F-344A-92B8-B8BE1A8EB4D8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x1028c9000 -        0x1028dcff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x1028e6000 -        0x1028eaff7 +com.adobe.boost_system.framework (7.0.0 - 7.0.0.0) <55461C2D-5A3B-3202-9071-5A36014840CE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1028f3000 -        0x1028f9ff7 +com.adobe.boost_date_time.framework (7.0.0 - 7.0.0.0) <4142779F-98E1-3123-B3C0-0DF02E49651F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x102910000 -        0x10291cfff +com.adobe.boost_threads.framework (7.0.0 - 7.0.0.0) <8C2011F0-03E2-3383-83EB-876128A387B2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x10293c000 -        0x102b8eff7 +com.adobe.dvacore.framework (7.0.0 - 7.0.0.0) <9EFBD199-CF2B-3362-A848-BFCD5F8E3996> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x102dd4000 -        0x102e02ff7 +com.adobe.dvamediatypes.framework (7.0.0 - 7.0.0.0) <9076CE31-4EBC-39D1-954D-2E3044D7D938> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamediatypes.framework/Versions/A/dvamediatypes
           0x102e35000 -        0x102e39fff +com.adobe.PRM.framework (7.1.0 - 7.1.0.100) <8F3BCA41-00CF-3D6B-9D85-9B7DA129FB4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PRM.framework/Versions/A/PRM
           0x102e47000 -        0x102e91ff7 +com.adobe.ASLFoundation.framework (7.1.0 - 7.1.0.100) <DBC11317-BC05-32B9-9C1C-F94CEB113452> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLFoundation.framework/Versions/A/ASLFoundation
           0x102efd000 -        0x102f0dfff +com.adobe.ASLMessaging.framework (7.1.0 - 7.1.0.100) <568EE824-A019-392F-8C79-8F8FE2A02E4B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLMessaging.framework/Versions/A/ASLMessaging
           0x102f2a000 -        0x102f2cfff +com.adobe.Memory.framework (7.1.0 - 7.1.0.100) <0C4ADC73-1F85-3F0C-8A62-0687BDB3E50B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Memory.framework/Versions/A/Memory
           0x102f35000 -        0x102f44ff7 +com.adobe.ASLUnitTesting.framework (7.1.0 - 7.1.0.100) <D15E6962-80BA-3B91-9ECA-AC8B22B275F1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ASLUnitTesting.framework/Versions/A/ASLUnitTesting
           0x102f63000 -        0x102fc6fff +com.adobe.dvatransport.framework (7.0.0 - 7.0.0.0) <E891EF9D-0F59-3268-9724-508F54E6F8CF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatransport.framework/Versions/A/dvatransport
           0x103066000 -        0x10308efff +com.adobe.dvamarshal.framework (7.0.0 - 7.0.0.0) <D8E4FCCF-CECF-31F3-8E20-2575513C61D7> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvamarshal.framework/Versions/A/dvamarshal
           0x1030d4000 -        0x1032caff7 +com.adobe.dynamiclink.framework (7.0.0 - 7.0.0.0) <60C769D7-BB8B-3746-A8DE-D056D2D1E3DA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dynamiclink.framework/Versions/A/dynamiclink
           0x10353b000 -        0x1035beff7 +com.adobe.MediaFoundation.framework (7.1.0 - 7.1.0.100) <BA3EE13D-0959-3E0B-9B3E-15CA77C0FFAF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaFoundation.framework/Versions/A/MediaFoundation
           0x103678000 -        0x103705fff +com.adobe.AudioRenderer.framework (7.1.0 - 7.1.0.100) <3DFC3F5C-6519-328F-8974-93744FEF8D75> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioRenderer.framework/Versions/A/AudioRenderer
           0x1037d6000 -        0x1038c4fff +com.adobe.dvacaptioning.framework (7.0.0 - 7.0.0.0) <B400DB93-41F0-3039-9FC9-113C1CD4F256> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioning.framework/Versions/A/dvacaptioning
           0x1039a2000 -        0x1039fafff +com.adobe.dvatemporalxmp.framework (7.0.0 - 7.0.0.0) <118CC1C9-5A05-3EA2-B861-920D8C36ED29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvatemporalxmp.framework/Versions/A/dvatemporalxmp
           0x103a34000 -        0x103a3fff7 +com.adobe.boost_signals.framework (7.0.0 - 7.0.0.0) <8FCFA67A-58CF-3BF9-855C-70D1CE169E7C> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x103a5a000 -        0x103ac7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.155241) <107DE42D-16B1-3DBF-88A2-1E017BA733D4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x103afa000 -        0x103c07fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 84 - 79.155241) <D4D421C1-082E-3081-B92B-2005D4C9FE6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x103cb8000 -        0x103d3fff7 +com.adobe.dvametadata.framework (7.0.0 - 7.0.0.0) <FD5C67E5-71EB-3E08-9B7F-0B6A6920D2AF> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvametadata.framework/Versions/A/dvametadata
           0x103e01000 -        0x104b5afff +com.adobe.Backend.framework (7.1.0 - 7.1.0.100) <B0B18AE0-FAAB-3581-979C-47B348D013AA> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/Backend.framework/Versions/A/Backend
           0x1058fc000 -        0x105938fff +com.adobe.MLFoundation.framework (7.1.0 - 7.1.0.100) <174F3D7D-372C-3AA7-BBE2-C4B71EA69C78> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MLFoundation.framework/Versions/A/MLFoundation
           0x1059a0000 -        0x105ad7ff7 +com.adobe.ImageRenderer.framework (7.1.0 - 7.1.0.100) <91838F25-38C5-3224-9B93-AC9D16B22556> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImageRenderer.framework/Versions/A/ImageRenderer
           0x105c2f000 -        0x105ca5ff7 +com.adobe.VideoFrame.framework (7.1.0 - 7.1.0.100) <8AC868D7-44DB-34EE-A252-19CE350F4CAC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFrame.framework/Versions/A/VideoFrame
           0x105d21000 -        0x105d59fff +com.adobe.PluginSupport.framework (7.1.0 - 7.1.0.100) <C5F44933-CD69-3D70-9489-634D3DCF160F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PluginSupport.framework/Versions/A/PluginSupport
           0x105da0000 -        0x105dc9ff7 +com.adobe.SweetPeaSupport.framework (7.1.0 - 7.1.0.100) <2D4F9566-D32C-36AE-83DD-CE78DF347312> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/SweetPeaSupport.framework/Versions/A/SweetPeaSupport
           0x105e0d000 -        0x105e53fff +com.adobe.TransmitHost.framework (7.1.0 - 7.1.0.100) <53FA1DC8-2F74-311E-9D3F-866484851A48> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TransmitHost.framework/Versions/A/TransmitHost
           0x105eb5000 -        0x105fc6ff7 +com.adobe.VideoRenderer.framework (7.1.0 - 7.1.0.100) <B44066D7-0211-3F23-A802-D9A70CBA31EB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoRenderer.framework/Versions/A/VideoRenderer
           0x10611a000 -        0x106163fff +com.adobe.AudioSupport.framework (7.1.0 - 7.1.0.100) <89EA082C-6A19-39C0-9567-95E79FB78CC2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioSupport.framework/Versions/A/AudioSupport
           0x1061b9000 -        0x1061bdfff +com.adobe.MediaUtils.framework (7.1.0 - 7.1.0.100) <323EB871-EC7C-3701-9406-64025BB7ABE8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/MediaUtils.framework/Versions/A/MediaUtils
           0x1061c7000 -        0x106354ff7 +com.adobe.ImporterHost.framework (7.1.0 - 7.1.0.100) <8644515E-EC07-3336-8468-DF3C5AB5D6F5> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ImporterHost.framework/Versions/A/ImporterHost
           0x10650e000 -        0x10657ffff +com.adobe.PlayerHost.framework (7.1.0 - 7.1.0.100) <0176483C-5E4E-3F05-9278-EC010AE6FE23> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/PlayerHost.framework/Versions/A/PlayerHost
           0x10661a000 -        0x106652ff7 +com.adobe.AudioFilterHost.framework (7.1.0 - 7.1.0.100) <DA3E7606-24DF-31C2-934B-B9B20CC296E6> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilterHost.framework/Versions/A/AudioFilterHost
           0x1066a9000 -        0x106795fff +com.adobe.VideoFilterHost.framework (7.1.0 - 7.1.0.100) <75607D6A-F556-3F72-844D-9676A931C3C8> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/VideoFilterHost.framework/Versions/A/VideoFilterHost
           0x106895000 -        0x1068abff7 +com.adobe.ProjectSupport.framework (7.1.0 - 7.1.0.100) <8023EE93-C526-3393-8727-51618C931E55> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectSupport.framework/Versions/A/ProjectSupport
           0x1068da000 -        0x1068edff7 +com.adobe.ProjectConverterHost.framework (7.1.0 - 7.1.0.100) <CE88B542-BC9D-322A-9244-0EA456D50AD1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/ProjectConverterHost.framework/Versions/A/ProjectConverterHost
           0x106914000 -        0x10695cff7 +com.adobe.AudioFilters.framework (7.1.0 - 7.1.0.100) <ACD83C42-8CCA-3584-ACB4-074CE27B8135> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AudioFilters.framework/Versions/A/AudioFilters
           0x1069db000 -        0x106d91fff +com.adobe.GPUFoundation.framework (7.1.0 - 7.1.0.100) <D8D92D9B-4223-3622-82B8-3D6ED38258F4> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/GPUFoundation.framework/Versions/A/GPUFoundation
           0x106f5c000 -        0x1073f4fff +com.adobe.dvaui.framework (7.0.0 - 7.0.0.0) <58655BD3-13AF-38A5-894B-DED0D5B25B36> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x107a0f000 -        0x107a5eff7 +com.adobe.DynamicLinkMedia.framework (7.1.0 - 7.1.0.100) <F79CB60E-488B-3A16-AC27-4FD80AA6D283> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DynamicLinkMedia.framework/Versions/A/DynamicLinkMedia
           0x107b03000 -        0x107b61fff +com.adobe.TitleRenderer.framework (7.1.0 - 7.1.0.100) <310F81CC-E327-3B7E-B212-B6BFC62C2602> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleRenderer.framework/Versions/A/TitleRenderer
           0x107c00000 -        0x107c51fff +com.adobe.BravoInitializer.framework (7.1.0 - 7.1.0.100) <0E405A38-35CE-309F-9CFE-0DC8822EC39F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/BravoInitializer.framework/Versions/A/BravoInitializer
           0x107cc9000 -        0x107e0dfff +com.adobe.ACE (AdobeACE 2.20.02.31468 - 2.20.02.31468) <C55A913C-8009-3A56-BF49-723C61D9444D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x107e20000 -        0x108153fff +com.adobe.AGM (AdobeAGM 4.30.24.31468 - 4.30.24.31468) <AB76DEB5-7698-3F64-8653-3C14504101C1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1081bf000 -        0x1081dcfff +com.adobe.BIB (AdobeBIB 1.2.03.31468 - 1.2.03.31468) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1081e4000 -        0x1084f5fff +com.adobe.CoolType (AdobeCoolType 5.13.00.31468 - 5.13.00.31468) <47F18C1A-71E7-37B2-84C4-2EBF9B7000F3> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x10853d000 -        0x108564fef +libcilkrts.5.dylib (0) <23D6F460-ACEA-1076-CF36-732DA3E1C85D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libcilkrts.5.dylib
           0x10857a000 -        0x108852fe6 +libxerces-c-3.0.dylib (0) <46020284-EEA8-7D7B-388C-BF23A318C997> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/libxerces-c-3.0.dylib
           0x1089d3000 -        0x1089f7fe7 +com.mainconcept.mc.enc.dv (9.6 - 9.6.11.1708) <2BE84582-5AD6-8A08-A681-C255A10F1C99> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_enc_dv.framework/Versions/9/mc_enc_dv
           0x108a0b000 -        0x108a76ff7 +com.adobe.QT32Client.framework (7.1.0 - 7.1.0.100) <ECDDD6F0-716D-3602-8F2F-856084F18507> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QT32Client.framework/Versions/A/QT32Client
           0x108b1e000 -        0x108b26ff7 +com.adobe.dvacaptioningui.framework (7.0.0 - 7.0.0.0) <AA943851-2E4B-3F51-990A-EE3627E995B0> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvacaptioningui.framework/Versions/A/dvacaptioningui
           0x108b36000 -        0x108befff7 +com.adobe.dvaaudiofilterhost.framework (7.0.0 - 7.0.0.0) <AA6FFD44-C9E2-30EF-AAD2-6BFD73C7499B> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaaudiofilterhost.framework/Versions/A/dvaaudiofilterhost
           0x108cdc000 -        0x108d03ff7  com.apple.audio.CoreAudioKit (1.6.6 - 1.6.6) <E6FEB146-1384-3FDE-A9B4-3BC48DCEDC27> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
           0x108d1f000 -        0x108ddcfff +com.adobe.dvaeve.framework (7.0.0 - 7.0.0.0) <813B5DA8-12B5-3A50-B823-0901CFE0F549> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaeve.framework/Versions/A/dvaeve
           0x108f4e000 -        0x109006fff +com.adobe.dvaworkspace.framework (7.0.0 - 7.0.0.0) <58DBD071-9AC3-3DBD-9F16-D876ADAD24BC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x109120000 -        0x10912efff +com.adobe.boost_filesystem.framework (7.0.0 - 7.0.0.0) <51D99656-6256-34AD-A882-2540A1A9F363> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x109143000 -        0x1091a1ff7 +com.adobe.FontEngine.framework (7.1.0 - 7.1.0.100) <FBC436D8-4AC9-3515-B847-2D2BEB701C5E> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FontEngine.framework/Versions/A/FontEngine
           0x10922d000 -        0x109246ff7 +com.adobe.TitleLayer.framework (7.1.0 - 7.1.0.100) <5C1E6FE5-BFB7-39CA-935B-F6D33B83B8CB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayer.framework/Versions/A/TitleLayer
           0x1093e3000 -        0x1093f0ff7 +com.adobe.TitleImageManager.framework (7.1.0 - 7.1.0.100) <CC275264-6304-3876-B7F9-928BCBAEFE73> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleImageManager.framework/Versions/A/TitleImageManager
           0x10940d000 -        0x109489ff7 +com.adobe.TitleCharacterFactory.framework (7.1.0 - 7.1.0.100) <4CDCCFBB-6A32-3F85-AB28-ABC2753D48EE> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCharacterFactory.framework/Versions/A/TitleCharacterFacto ry
           0x1094e8000 -        0x1095ccfff +com.adobe.TitleCG.framework (7.1.0 - 7.1.0.100) <B8C5CBF1-F1B2-3DAB-92A1-7B4924BE0559> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleCG.framework/Versions/A/TitleCG
           0x109666000 -        0x1098f2ff7 +com.adobe.TitleLayout.framework (7.1.0 - 7.1.0.100) <4F84B58E-FD29-38DA-9AD0-554F7C927384> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/TitleLayout.framework/Versions/A/TitleLayout
           0x109ea6000 -        0x109eccfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x109f9f000 -        0x109fa7ff3  libCGCMS.A.dylib (599.23.13) <59F7AEED-90EB-35C2-85A6-5BC44CC9B3FA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
           0x109faf000 -        0x109fd7ffb  libRIP.A.dylib (599.23.13) <FFE421E6-CB15-3F9D-ADF4-679E26B09892> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
           0x109fe9000 -        0x109fecffa  libCGXType.A.dylib (599.23.13) <E459DD26-592F-3DBD-8C47-B342ECE8FFD3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
           0x110100000 -        0x1101a3ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
           0x111b1f000 -        0x111cbfff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x111e00000 -        0x111e29fff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFl oat
           0x111ef7000 -        0x111efbffd  com.apple.audio.AppleHDAHALPlugIn (2.6.1 - 2.6.1f2) <E5405175-7735-3F30-97ED-F44645033DC7> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
           0x113da9000 -        0x113dabff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x113db0000 -        0x113db1fff +libcuda.dylib (5.5.28) <CEFE7C92-DDC8-3454-8BD7-EA3A36FBB635> /usr/local/cuda/lib/libcuda.dylib
           0x1150dd000 -        0x1150eafff +CUDA (5.5.28) <A0D59BBE-5589-3079-A97E-B478F891A507> /Library/Frameworks/CUDA.framework/Versions/A/CUDA
           0x119ff3000 -        0x119ff5fff +com.noiseindustries.FxFactory.AESingle (4.1 - 4.1) <88C6F811-E136-30C2-B2E0-667C753F69D6> /Users/USER/Library/Application Support/Adobe/*/058FA656-7B25-4BC0-B03D-1D848D904BC1.plugin/Contents/MacOS/FxFactoryEffec t
           0x11b000000 -        0x11b2e4fff +libcuda_310.40.15.dylib (5.5.28 - 5.5.28) <B6FEAFB6-08AE-3DF1-81D7-A85E2F9BABF8> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libcuda_310.40.15.dylib
           0x11b340000 -        0x11ba2dfe7 +libgpgpucomp.dylib (0) <F98FF219-E38D-3E6B-9D1E-887E7EBF9B08> /Library/Frameworks/CUDA.framework/Versions/A/Libraries/libgpgpucomp.dylib
           0x11de0d000 -        0x11de1fff7 +com.adobe.ImporterFlash.framework (7.1.0 - 7.1.0.100) <45CE05BD-C69D-3F51-8F3F-A78BE5FC8F6F> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterFlash.bundle/Contents/MacOS/ImporterFlash
           0x11de43000 -        0x11de47ff7 +com.adobe.FlashPlayerWrapper.framework (7.1.0 - 7.1.0.100) <D0CBCBA0-D893-37F5-9CDE-E2632CCA8D79> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/FlashPlayerWrapper.framework/Versions/A/FlashPlayerWrapper
           0x11de54000 -        0x11dea6fff +com.adobe.ImporterQuickTime.framework (7.1.0 - 7.1.0.100) <E402D417-C7FF-3048-916B-AB5A9B697F29> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/ImporterQuickTime.bundle/Contents/MacOS/ImporterQuickTime
           0x11e5a2000 -        0x11e5b9ff7 +com.adobe.QTParser.framework (7.1.0 - 7.1.0.100) <99192FE8-AD60-3474-88C0-64E10E1C5461> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/QTParser.framework/Versions/A/QTParser
           0x11e5d6000 -        0x11e5e4fff +com.adobe.PremiereFiltersMetaPlugin.framework (7.1.0 - 7.1.0.100) <D626386E-4DC7-3195-ADB5-1A844CE4474D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PremiereFiltersMetaPlugin.prmp/Contents/MacOS/PremiereFil tersMetaPlugin
           0x11e700000 -        0x11e774fff +com.mainconcept.mc.dec.mp2v (9.6 - 9.6.11.1708) <F1B12BF9-4B04-DB5D-13BB-D8CEC3144B44> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp2v.framework/Versions/9/mc_dec_mp2v
           0x11e777000 -        0x11e7a6ff7 +com.adobe.RendererCPU.framework (7.1.0 - 7.1.0.100) <EE3E4BBC-A698-3BDE-AB9A-51702AC13A4D> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererCPU.framework/Versions/A/RendererCPU
           0x11f25d000 -        0x11f306fff +com.adobe.IPPMPEGDecoder.framework (7.1.0 - 7.1.0.100) <A19F7243-AD4F-372F-BE89-232A6170DAB1> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/IPPMPEGDecoder.framework/Versions/A/IPPMPEGDecoder
           0x11f5a1000 -        0x11f8c1fff +com.adobe.CodecSupport.framework (7.1.0 - 7.1.0.100) <E707FFFC-871C-3820-8F2A-9E8B1EE9A2E2> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/CodecSupport.framework/Versions/A/CodecSupport
           0x11fa2a000 -        0x11fb85fdf +com.mainconcept.mc.bc.dec.avc (9.6 - 9.6.11.1708) <37D36809-7038-AA28-8925-7295FD5BD165> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_bc_dec_avc.framework/Versions/9/mc_bc_dec_avc
           0x11fb8e000 -        0x11fc3dfff +com.mainconcept.mc.dec.mp4v (9.6 - 9.6.11.1708) <D666559E-6090-6D3B-C7B8-9438A0FE26FB> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/mc_dec_mp4v.framework/Versions/9/mc_dec_mp4v
           0x11fc46000 -        0x11fc98ff7 +com.adobe.PlayerMediaCore.framework (7.1.0 - 7.1.0.100) <F700BFB9-B0B0-380E-80F2-E62BE2271B70> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/PlayerMediaCore.bundle/Contents/MacOS/PlayerMediaCore
           0x11fe00000 -        0x11fe44ff7 +com.adobe.DisplaySurface.framework (7.1.0 - 7.1.0.100) <A403C515-0060-39CC-B9A6-69128F260ACD> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/DisplaySurface.framework/Versions/A/DisplaySurface
           0x11fecf000 -        0x11fee0ff7 +com.adobe.TransitionsMetaPlugin.framework (7.1.0 - 7.1.0.100) <EB9E7415-D000-3CFC-B1C9-6D45CCDB4E10> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Plug-ins/Common/TransitionsMetaPlugin.prmp/Contents/MacOS/TransitionsMeta Plugin
           0x120800000 -        0x120934fff +com.adobe.RendererGPU.framework (7.1.0 - 7.1.0.100) <CA75D2C4-F2F3-3EDF-BB05-34FA07439CBC> /Applications/Adobe SpeedGrade CC/Adobe SpeedGrade CC.app/Contents/Frameworks/RendererGPU.framework/Versions/A/RendererGPU
           0x120c80000 -        0x120d28ff7 +com.noiseindustries.FxFactory.PremiereProImporter (4.1 - 4.1) <649ED8CC-3487-3DA9-B57D-95A4D67B7F4C> /Library/Application Support/Adobe/*/ImporterFxFactory.bundle/Contents/MacOS/ImporterFxFactory
           0x120dc6000 -        0x120e45ff7 +com.noiseindustries.NIKit (1.3.7 - 1.3.7) <8A32DB59-F13E-3B0A-8484-AD25A0C8F42A> /Library/Frameworks/NIKit.framework/Versions/A/NIKit
           0x122350000 -        0x1223a2fff +com.noiseindustries.Units (1.5.9 - 1.5.9) <00A939CA-FF5F-3802-B510-88B9FBC1E42F> /Library/Graphics/Image Units/Noise Industries Units.plugin/Contents/MacOS/Noise Industries Units
        0x123400000000 -     0x12340047bff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (8.26.34 - 8.2.6) <2CE55DC0-8526-319A-A8C2-02076F2A926B> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIn telHD4000GraphicsGLDriver
        0x123440000000 -     0x123440882ff7  com.apple.GeForceGLDriver (8.26.21 - 8.2.6) <0E68237A-C5FF-32D6-A178-80E932C34CF3> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff61376000 -     0x7fff613a9817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
        0x7fff8b86b000 -     0x7fff8b86dfff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dyl ib
        0x7fff8b86e000 -     0x7fff8c3e4ff7  com.apple.AppKit (6.9 - 1265.20) <D2A7AF23-0FEA-3D7D-9CF5-B4E262224577> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff8c40c000 -     0x7fff8c423ffa  libAVFAudio.dylib (32.2) <52DA516B-DE79-322C-9E1B-2658019289D7> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff8c424000 -     0x7fff8cb73fff  libclh.dylib (4.0.3 - 4.0.3) <2638412A-FB15-3BA8-9E11-5A1D778AB52E> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8cb74000 -     0x7fff8cb78ff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8cba6000 -     0x7fff8cbbfff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8cbc0000 -     0x7fff8cc13fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
        0x7fff8cc14000 -     0x7fff8cdccffb  libicucore.A.dylib (511.32) <A7CE7DAD-D3AD-36A2-BE4F-25C5F21FADBB> /usr/lib/libicucore.A.dylib
        0x7fff8cdcd000 -     0x7fff8cdf2ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff8ce0d000 -     0x7fff8ce0dfff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8ce0e000 -     0x7fff8ce14ff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/P

  • Freezing anomalies and Error messages when using MOTU audio interface

    The following problem occurs when using my MOTU 828mk2 audio interface.
    The audio freezes up when playing back in Logic and any other time on the computer I'm attempting to play audio(internet, movie watching, etc.). I'm using a Mac Pro with 3gb ram. The program itself will often freeze up when attempting to play audio as well but works fine if the MOTU is turned off. The same thing goes for the internet and other programs. For instance, if I'm trying to listen to audio via the internet the page will freeze up and I most often wind up force quitting my browser.
    The problem has been getting worse but now audio will not play through the MOTU but for intermittent short second stints or so before the audio in any application freezes up(rainbow spin wheel).
    In Logic Express 7 this message first began to pop up:
    "Error while trying to synchronize audio and MIDI".
    This message is what pops up most often now:
    "Logic Express has detected a possible conflict between one or more third party MIDI or audio drivers. -Be sure to install the latest drivers for all audio and MIDI equipment connected to you computer, and remove any older or unused drivers."
    I have installed the recent Universal audio installer so I should be up to date with the MOTU driver but I don't know now about these, "third party drivers".
    I do have my MOTU install disk so I could remove everything and reinstall..? *Do I have to remove old drivers? If so, how do I do this?*
    NOTE: I had this same problem last year. For some reason I do not recall how it was resolved.

    This is still a major problem for me. Any recommendations?

  • HP Pavilion gets hot and shuts down when using battery

    Have HP Pavilion dv7 and when using it on batter it gets real hot and shuts down.  What is the fix?  Thanks.

    sorry guys i was using the wrong driver i was using the normal one not the powernow k8 or w/e i needed

  • IPhone Wifi and Bluetooth interference when used simultaneously

    I am presently using AirFoiI to stream audio from my PC to my iPhone. AirFoil uses the same protocols as AirPlay. AirFoil/AirPlay streams an Alac audio codec using a bandwith of 1,50 Mbs on average irrespective of the audio codec and bit rate of the source file.
    The audio stream received on my iPhone through WiFi is send over simultaneously to my Bluetooth speaker.
    When using AirFoil/AirPlay, I regularly hear distortions at the beginning of a track and also randomly when a track is playing. The distortions are a lot more when I move the iPhone around.  I am almost 100% sure that these sound distortions are because of Bluetooth interference on the iPhone itself when simultaneously receiving an audio stream from AirFoil/AirPlay and sending an audio stream over bluetooth to my speaker.
    I also have done some tests using "Net Meter" and "TCP-view" from Sysinternals on my Windows 7 PC.  On "Net Meter" I have never seen any WiFi drop outs or distortions regarding my home network.
    My bluetooth speaker supports the A2DP AAC audio codec. This was an important feature for me before I bought the device because the AAC audio codec provides normally a relatively good audio quality over Bluetooth. At the time it did not occur to me that there might be a possible Bluetooth interference coming from my iPhone itself. I presumed that the Bluetooth on the iPhone would use a 2,4 Ghz RF channel not in use by WiFi so that WiFi and Bluetooth used on the same device simultaneously could never distort each other. I was clearly wrong.  Put shortly, the problems I encounter are presumably solely caused by the firmware/software on my iPhone. I hope this will eventually be resolved with some future iOs 8 updates. There were indeed many people having Bluetooth issues since iOs 8.
    I know the best solution would be to wire my speaker optically with an AirPort Express or an Apple TV.  I have not yet decided between the two.
    Even when there exists a "wired" solution, I think an expensive device such as an iPhone should be able to make sure that there is never interference between WiFi and Bluetooth when used simultaneously on the SAME device/iPhone.  
    I hope that some specialists will give their views on my "nonprofessional" analysis and some more in-depth information.

    Now will this work:
    Airport extreme set to BOTH frequencies and my older wifi stuff like Iphone and printer will automatically connect via 2.4GHz and Macbook will connect to 5GHz so that it will not longe be disruppted by bluetooth?
    Unfortunately, no one can predict exactly what will happen in advance with wireless and interference issues. Your chances will improve, though. It might be a good idea to understand the store's return policy before you buy.
    What if the Macbook will not connect automatically to the 5Ghz network because the 2.4 stream may be slightly stronger. Is there a way to force macbook to connect to 5Ghz?
    Yes, use the option to assign a separate wireless network name to the 5 GHz band, and then "point" your MacBook to that network.  The other 2.4 GHz devices will connect to the 2.4 GHz band.

Maybe you are looking for

  • Help! 10.5.5 has been acting up lately on my MacBook Pro!

    Here is the deal! Below are a list of bugs that I notice every so often. Please tell me if you have seen any of them before or think there is a way to fix them: 1) Mail shows that there are two messages at the top of the window, where there is only O

  • Importing a second Index from Word 2010 into InDesign CC

    I am working on a 1000 page book. It was imported from Word 2010. Things imported messy but I am cleaning it up. The second index imported as text but did not attach to the reference in the text. The Index worked as did the table of contents. What ca

  • Problem with Stateful EJB in JBOSS

    Hi, J have a problem with invoking stateful EJB methods from my web application deployed in Jboss 4.0.5.GA both. The same EJB with WebLogic functions perfectly, instead with Jboss it often throws the following exception: ERROR [org.jboss.ejb.plugins.

  • Question about personal smartphone activation

    if I own my phone will Verizon require a 2 year contract to activate? or can I get a shorter contract. I would like to use it seasonally (smartphone) for credit card processing

  • Prerequisites for costing run

    Can anybody tell me the prerequisites for costing run.. I thought the requisites are BOM and routing only.. Is there anything else.. What is a Product cost collector... Please explain the importance of the same..