Use of XVFB Unix tool

we have got a Java application deployed on a WAS 6.40 SP13 and we want to use the server unix tool xvfb for displaying drawings in the browser of the users.
In a previous step we have got this application running on a IPlanet server and we added these 2 lines:
DISPLAY=:1.0; export DISPLAY
/usr/X11R6/bin/Xvfb :1 -screen 0 1152x900x8 &
in the start file of the application of the IPlanet server.
So my question is: where can i add these lines in a J2EE project developped with SAP Developer Studio to use the tool ?
Thank in advance,
Eric.

Hi
RWD uPerform records your actions in Microsoft Windows,web-based, and enterprise applications, and outputs a professionally formatted document and simulation. You can capture screens, buttons, edit fields, and more in the target application.
The recording process captures information to simultaneously produce both a simulation view and a document view of procedural content.
RWD uPerform captures actions in the following target applications:
❐ Standard Microsoft Windows and web browser applications: Support for these
applications is provided in the uPerform base recorder. Application adherence to
World Wide Web Consortium (W3C) and Microsoft Windows standards will
determine the consistency and quality of recording. Due to the technology involved in
recording, the DOS command window cannot be recorded.
❐ SAP: Support for SAP applications is provided in the uPerform SAP plug-in recorder.
❐ Oracle: Support for this application is provided in the uPerform Oracle plug-in
recorder.
❐ PeopleSoft: Support for this application is provided in the uPerform PeopleSoft plugin
recorder.
❐ Citrix: In addition, support for applications in the Citrix Presentation Server 4.5
environment is also available.
Regards
Manish Bansal

Similar Messages

  • Is it possible to re-use Unix tools?

    Hi I have done some programming in C on Linux, lately I had some ideas for Mac apps and now I had some questions...
    I suppose I'll had to learn Obj-C and Cocoa as that's the standard tool for programming on Mac? Now, what about Unix tools it came with, can I reuse it to some degree? I believe some GUI Tools that OS X came with reuses stuff from Darwin... like how Disk Utility uses diskutil...
    So I am wondering, if I want to start programming, what should I learn first? As I said I am comfortable with C and coming from Linux background, I know a fair a bit about Unix, shell script, cron jobs, etc... but I like to know what's the way to make GUI Apps on OS X that possibly reuses functionality from Darwin Unix tools? Like, does Cocoa provides this functionality or?
    And I do have set aside some money to invest in a Cocoa book or something.
    Thanks.
    Message was edited by: Sunnnz
    Message was edited by: Sunnnz

    Sunnnz,
    One option is to use standard C calls to execute other command line tools, such as system(), fork()/exec(), popen()/pclose().
    But if your intent is to build full fledged GUI applications then you probably will need to learn some of the other APIs and frameworks. Cocoa gives you NSTask that wraps much of the complexity of executing other tools into an Objective-C class.
    AppleScript (using Script Editor) provides a "do shell script" command that can be used to execute shell scripts or command line tools from within your AppleScripts. However, plain vanilla AppleScript doesn't give you very much versatility for creating a GUI interface for your application.
    But, you can also use AppleScript Studio (within Xcode). AS Studio merges AppleScript with Cocoa interface components and allows you to easily create fairly complex GUI applications that wrap calls to command line tools (using "do shell script").
    One drawback of using "do shell script" within AppleScript or AS Studio is that you can't create an interactive session with the tool you launch. In other words, "do shell script" expects the tool it runs to run to completion before the "do shell script" call returns control to your AppleScript. In many cases this is not a problem since you can pass the tool or shell script all the command line options it needs and then get the result of the execution back into an AppleScript variable. But if your app truly needs to interact with the other process while it's running then you'll have to use something like Cocoa's NSTask or the lower level C functions mentioned above.
    Steve

  • Using Unix tools with Oracle on Windows

    I currently have an Oracle database installed on Windows, but would like to use Unix scripting tools and commands when connecting with my database.
    Can anyone advise a good way to configure my system so that I can connect to my database from a Unix-like system?
    Thanks in advance!

    If getting a unix like system installed is not feasible (or is not an option), use this:
    http://cygwin.com/
    http://www.cygwin.com/mirrors.html
    This is not exactly like running unix tools against the Oracle db, but allows you access to unix type shell for almost all of your unix shell scripting needs.
    Message was edited by:
    Kamal Kishore

  • Advantages of using Oracle with Unix over Windows server

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

  • Updating preinstalled UNIX tools

    Dear all,
    I am using UNIX tools such as svn on several machines including Solaris servers and when installing from the source on the server I realized that the version of svn shipped with Mac OS X Leopard 10.5.6 is quite outdated.
    I used fink to compile an up to date version and set a symbolic link in /usr/bin to the new svn executable.
    It works fine. How I saw that also the sqlite3 client is kind of old and I also would like to update this. I could take the same route, but I do not feel good about changing stuff in system folders like /usr/bin. I have the bad feeling that it could hit me later when updating the OS or so.
    Is there an alternative, clean and recommended way to update command line tools shipped with the OS?
    Thanks
    Thomas

    bash is still bash, and PATH is still PATH
    The changes Apple has made relate more to traditional admin stuff, not the basic interactive terminal environment.
    And of course every Unix implementation by a different vendor has different admin stuff (which is why POSIX and X/Open have not created a standard for it), each implementation has its own driver implementations, they all seem to have their own special file system implementations, etc... But the shells are generally cross platform, and while some variation on which options are supported, most core Unix commands are available across all platforms (bash, ksh, zsh, sh, csh, tcsh, being a part of that group).
    While I'm sure you will run into some hiccups from what you know about a previous Unix experience, you will also find that for the most part the Unix side of Mac OS X is extremely familar (especially if you come from a BSD Unix background).
    The best source for additional already ported Mac OS X Open Source packages is fink.sf.net (which you already know about), and MacPorts.org (which I favor these days).
    And as has been pointed out, DO NOT mess with Mac OS X installed versions, you could break a Mac maintenence script, a Mac update, or some other Open Source package ported to Mac OS X that depended on the Mac OS X installed standard tool, which you changed. Rather just mess with your own account's PATH.

  • IPhone SDK Beta and Unix Tools

    Does anyone know how to compile Unix tools for the iPhone with the SDK? All I seem to be able to find is, "install the toolchain". That doesn't help.
    Specifically, I'd like to compile ettercap-ng. I know ettercap has ARM sources and even an ARM .deb in the apt-get repo (for debian). Given all that, it shouldn't be hard to do.
    I've already got some dev tools on my actual iPhone, and I can use a terminal emulator to issue the compile and make commands.
    I'm trying to compile ettercap-NG 0.7.3, and every time I do, (cd /{ettercap source here} && ./configure) I get:
    checking whether make sets $(MAKE)... (cached) yes
    checking how to run the C preprocessor... /lib/cpp
    configure: error: C preprocessor "/lib/cpp" fails sanity check
    See `config.log' for more details.
    Seeing as that's as far as I seem to be able to get on the actual handset, does anyone know how to use the SDK on a MacBook (Leopard 10.5.3 so on and so forth) to do it, and then transfer it over?

    Mark, You have to be a registered iPhone developer to have the beta level firmware that allows direct access to the iPhone via the SDK. As far as accessing the BSD file structures the only way AFAIK thats currently possible is to hack the phone. And of course we cannot discuss that on this forum....
    Try over here: http://www.appstoredeveloper.com/forum/index.php?sid=fdd5a5f29c264bd57440ba989ee 4b054
    or here: http://www.modmyifone.com/forums/iphone-ipod-touch-sdk-development-discussion/

  • How do I use the cookie cutter tool?

    I have a lot of questions to ask on how to use this program. I have Adobe Photoshop Elements 8, and I can't seem to get the tools to work. I click things on and nothing happens or I get a buzz indicating that whatever it is I want to do, I can't. I went to the cookie cutter tool and clicked that on. I figured out how to pick a shape, but then what? No matter what I clicked, nothing happened. How do I get it to work? I have a book called 'Teach Yourself Visually Adobe Photoshop Elements 8' and the pages are very clear, but whatever options are given in the book, I can't find in my program. I am sure part of the problem is that i have this program on a Mac. Maybe the Mac version doesn't work like the PC version. I can't seem to find any directions for this. I clicked on help and it brought me to a web page for Mac Photoshop Elements 8, and I did a search for 'cookie cutter' and nothing came up. I also looked at all the options available for help and didn't see any 'cookie cutter' tool instructions. How can I learn how to use this software? Thanks for any help.

    I don't remember what the directions were yesterday, when I was experimenting with Photoshop, but I believe that the directions told me to use the custom shape tool, but I couldn't find it. It said to click on the rectangle, and a menu would come up, but no menu came up. So I thought I would just experiment and click on 'cookie cutter' and see what would happen when I clicked on it. I tried using some keyboard shortcuts to see what would happen (just trying to figure out how to get something to work) and at the web site for Photoshop for Mac, it said to click 'Q' (I can remember what was supposed to happen), but I clicked 'Command' and 'Q' at the same time and it closed the program! The web site didn't say which other key to use with the Q, and nothing happened when I just clicked the Q. Another thing I was trying to do was to make something in Photoshop (this was on another web site) and I had to go to 'window' then the next step was to go to 'channel' and click it on. I went to window and there was no 'channel' in the drop down menu. There were other options, but no 'channel'.

  • I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?

    I scanned an image and want to use the image trace tool, but it doesn't pick up all the lines.  Is there a way to darken the lines before using the image trace tool?  Help!

    If the scan is in B&W, then play with the Threshold setting here
    If it's in Color, then you will have to open the scan in a Raster editing software (like Photoshop) and play with the Brightness/Contrast settings to make the lines bolder.

  • I am using the pattern stamp tool. when i select my pattern it adds a hatching to teh source pattern and copies that hatching to the destination image

    I am using the pattern stamp tool. when i select my pattern it adds a hatching to the source pattern and copies that hatching to the destination image

    Please post screenshots to illustrate what you are talking about.

  • Is there a way to prevent ibooks author from shutting down after just one or two uses of the alpha tool?

    Is there a way to prevent ibooks author from shutting down after just one or two uses of the alpha tool?

    Hello One Job at a time,
    Deleting the application will not delete your projects.
    Normally I keep all my work files on a separate drive.
    If you command click on the title name of your project you will get a drop down path to show you the location of your book project.
    or you can click on the drop down triangle beside its name to duplicate.
    Just remember where you saved the file too.
    In your applications folder on your computer select the iBA icon and press delete and also erase / empty the trash can.
    You can then go back to the APP STORE and install iBA from new again.
    I hope this helps.
    Regards,
    Nigel

  • Issue while creating BPEL artifacts using BPEL command line tool

    All
    I am trying to create BPEL artificats for SQL server stored procedure for SQO Server 2005 using BPEL Command line tool.
    My demo.properties is
    ProductName=Microsoft SQL Server
    DriverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver
    ConnectionString=jdbc:sqlserver://10.10.20.2:1433;databaseName=dAP
    Username:apcdb
    Password:password1
    SchemaName:dev
    ProcedureName:spiSOATesting
    ServiceName:SQLServerSPService
    DatabaseConnection:MSSQLServer
    Destination:c:/temp/sqlprocedure
    and I have create a batch file called as generate.bat and it contains following information
    java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\jlib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts %1
    and when I try to run the command at BPEL PM Developer Prompt, I am getting Procedure not found, Can one please tell, what is the cause of this error. and how does this command line tool exactly work.
    Following is the output from command prompt.
    D:\product\10.1.3.1\OracleAS_1\bpel\samples>D:\temp\sqlprocedure\generate.bat D:\temp\sqlprocedure\demo.properties
    D:\product\10.1.3.1\OracleAS_1\bpel\samples>java -cp D:\jdevstudio10134\integration\lib\DBAdapter.jar;D:\jdevstudio10134\integration\lib\bpm-infra.jar
    ;D:\jdevstudio10134\integration\lib\orabpel.jar;D:\jdevstudio10134\lib\xmlparserv2.jar;D:\jdevstudio10134\lib\xschema.jar;D:\jdevstudio10134\toplink\j
    lib\toplink.jar;D:\jdevstudio10134\integration\lib\connector15.jar;D:\temp\sqlprocedure\JDBC\sqljdbc.jar oracle.tip.adapter.db.sp.artifacts.GenerateArtifacts D:\temp\sqlprocedure\demo.properties
    Procedure not found: dAP.spiSOATesting
    Thank you

    HI
      Pricing will be carried basing on the pricing
    procedure.
    Case1: Prices will be carried out automatically if
    necessary condition records are maintained for the
    condition type.
      For this you can go to Sales Order-> Item Conditions
    In the screen you can click on command button Analysis,
    which gives you the list of condition types associated
    to the pricing procedure. By clicking on the condition
    type you can know the action that has taken place.
    Case2: Manually forcing prices for Items.
      To do this, you have to populate ORDER_CONDITIONS_IN &
    ORDER_CONDITIONS_INX. Also note to identify the item
    numbers, you manually pass the item number for each item
    in the sales order, use the same item number for
    populating conditions.
      Parameters required:
    ORDER_CONDITIONS_IN:
      ITM_NUMBER, COND_TYPE, COND_VALUE, CURRENCY
    ORDER_CONDITIONS_INX:
      ITM_NUMBER, COND_TYPE, UPDATEFLAG, COND_VALUE,CURRENCY.
       Hope the above info helps you. Do revert back if you
    need more info.
    Kind Regards
    Eswar

  • How to unpartition D and its recovery partition and add to C using Windows 8.1 tools

    I have a new Fujitsu Lifebook, Windows 8.1 with a 600gb disk and when I go into Disk management I see the following partitions in this order.
    Healthy (Recovery Partition) 768 mb  100% free
    Healthy (OEM Partition) 768 mb   100% free
    Healthy (EFI Partition) 260 mb    100% fre
    C: Healthy (Boot, Page File, Crash dump, primary Partition)  340 GB  88% free
    Healthy (Recovery Partition) 350 mb  100% free
    D: Healthy (Primary Partition) 340 GB  100% free
    Disk Management does not let me free up the second recovery partition (between C: and D:) so I am not able expand C: after I free up D: because they are not contiguous.  How, using Windows 8.1 tools can I safely expand C: so that it'll be 680 GB (taking
    the space from D:)?

    Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.  This is a standard response I’ve written up in advance to help many people (thousands, really.)
    who post their question in this forum in error, but please don’t ignore it.  The links I share below I’ve collected to help you get right where you need to go with your issue.
    For technical issues with Microsoft products that you would run into as an
    end user of those products, one great source of info and help is
    http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products. Office related forums are also here:
    http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
    For Technical issues with Microsoft products that you might have as an
    IT professional (like technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
    http://social.technet.microsoft.com/forums/en-us, and search for your product name.
    For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
    http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
    If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
    http://community.dynamics.com/
    If you really think your issue is related to the subscription or the TechNet Website, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots
    of the issue (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
    If you really had no idea where to post this question but you still posted it here, you still shouldn’t have because we have a forum just for you!  It’s called the Where is the forum for…? forum and it’s here:
    http://social.msdn.microsoft.com/forums/en-us/whatforum/
    Moving to off topic. 
    Thanks, Mike
    MSDN and TechNet Subscriptions Support
    Read the Subscriptions Blog!

  • "Could not use the clone stamp tool because of a program error". How to fix this fault?

    When I try to use the Clone Stamp Tool I am met with the message shown above. I have tried in all the ways I could find to beat this: different photos, switched the computer off and on again, run a de-bugging program through it (Advanced System Care 5 Pro) and Microsoft's own stuff. The problem exists solidly and, without one of its most important picture repair tools Photoshop is pretty much useless.
    I have just set this new Photoshop Elements 10 program up on my Windows 7 (64) laptop. I have plenty of memory and a large enough hard drive; the machine is fairly new, stable and does not usually suffer from programming problems. I have found nothing on any of the Adobe Forums, or in other sites, to give me a hint as to what has caused the problem other than a bad program disk. My first conclusion was that I should reinstall the program, but it appears that I will then lose one of my two registration rights, that strikes me as being ridiculous as reinstallation is surely the most logical thing to do with a potentially faulty program disk! But I would have to uninstall to reinstall, and that's when the the second registration cuts in I am advised. I have tried every way I can think of to beat this to no avail. I'll be truly grateful if someone can help me out on this. Thank you!

    Thanks guys! I'm afraid that I'm still not sure: I've been told that uninstalling - after of course deactivating - amounts to a life gone... Yet according to the set of licence rules Adobe has, you're allowed to copy programs in a mirror image which, of course, would be used for a clean wipe - and surely that contradicts their set of rules? The rules seem to imply that that would be okay: no life lost. My concern is that through no fault of my own I have what appears to be a duff program; it's out of warranty now (my fault - I didn't install it until I could buy a more heavy-duty laptop). If the rule is "two-strikes-and-your-out, then I lose my last reactivation after THIS installation. I will get in touch with Adobe - but I live in the UK, and therein lies the problem: the equivalent of $39 dollars for the chat and whatever else it might cost is off-putting to me I'm afraid. If I could find out whether or not Adobe has a patch or something I would be a lot more happy about it all - the reinstallation after all may NOT cure the problem and I'd be stuck with a bunch of coffee cup coasters! Hey, ho...

  • 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.

  • Best practice for modelling rediects using the threat modelling tool

    I'm in the process of modelling systems using the threat modelling tool.
    There services in question do a lot of redirecting and handing off to one another on the client side, including things like ACS and identify providers.
    If Web App A redirects to Web App B what is the best way to draw this?
    1) App A (process) > HTTPs redirect > browser > request > App B (process) or 
    2) Can I just model it as HTTPS from A to B?
    Obviously 2 simplifies diagrams hugely , but does that then exclude a range of potential threats or does the tool cater for this implicitly?

    Storing documents outside the web root and using
    <cfcontent> to push their contents to the users is the most
    secure method.
    Putting the documents in a subdirectory of the web root and
    securing that directory with an Application.cfm will only protect
    .cfm and .cfc files (as that's the only time that CF is involved in
    the request). That is, unless you configure CF to handle every
    request.
    The virtual directory is no safer than putting the documents
    in a subdirectory. The links to your documents are still going to
    look like:
    http://www.mysite.com/virtualdirectory/myfile.pdf
    Users won't need to log in to access these documents.
    <cfcontent> or configuring CF to handle every request
    is the only way to ensure users have to log in before accessing
    non-CF files. Unless you want to use web-server
    authentication.

Maybe you are looking for