98% CPU when using dbassist

I've installed the database on RedHat 7.0
with the compat-glibc for 2.1.3x. The installation is successful but when I try to
create a starter database using dbassist, I see that the jre just hangs while using 98-99% of the CPU. I'm running an Intel
Pentium III (Coppermine). Here's the info
from /proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 6
cpu MHz : 863.798
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
sep_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr xmm
bogomips : 1723.60
null

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Markus Krieger ([email protected]):
For me dbassist worked only once after applying the patch and unsetting LANG.
<HR></BLOCKQUOTE>
Can you explain "unsetting LANG", pls?
I am also unable to run dbassist and netasst, but the results are different:
[oracle@proton oracle]$ dbassist
/bin/sh: /usr/oracle/lib/libc.so.6: version `GLIBC_2.2' not found (required by /bin/sh)
[oracle@proton oracle]$ ldd /bin/sh
libtermcap.so.2 => /lib/libtermcap.so.2 (0x40018000)
libdl.so.2 => /lib/libdl.so.2 (0x4001c000)
libc.so.6 => /lib/libc.so.6 (0x40020000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[oracle@proton oracle]$
Does dbassist must always use that library file (in /usr/oracle/lib) instead of /lib or /usr/lib? The glibc2.2 libraries are in /lib or /usr/lib, but I installed Oracle with Glibc2.1, thus the outdated libraries in the oracle folder. What should I do?
Oracle runs fine locally (I already created a database during the install), but I really need to get netasst running so I can access Oracle from a remote computer.
Here are the contents of my *.ora file (edited manually, because I could not get netasst running), can anyone proofread it for me?
null

Similar Messages

  • X high CPU when using Java applications

    Only recently, my Freemind program has become extremely sluggish and unresponsive (big lag) when moving my mind map around. Freemind is made with Java. If I move the mind map around, the X process shoots to 20% CPU, doesn't seem a lot but something between X and Java programs are really bringing their performance down.
    I can barely use Freemind now. Freeplane is also affected.
    I noticed if I keep the Freemind window really small, it's responsive. If I maximise it, everything slows down within the application. Adding new notes, or move the map around, shoots X to a high CPU and there is a 5+ second lag in anything I do in the app.
    Is there anything I can do to improve performance? It's only started recently, everything is up-to-date.
    Last edited by nLinked (2013-06-08 13:57:31)

    Hi
    Try to use -Xloggc parameter with the jvm in order to see if problem comes on garbage colector. May be the mem usage is little and the gc thread is in active state. Try, also modify the mem usage with -Xms and -Xmx parameters and see the gc efects.
    You can use the -Xprof to output cpu profiling data.
    Also, find if there is a bug on servlet container / hard /SO you are using.
    Hope this helps

  • High CPU when using zoom fonction - Reader 11.0.03

    Hello,
    I've noticed the following problem on a 2008 R2 remote desktop server.
    When an user make a zoom in a pdf document, the CPU usage reach 100% usage et stay at this level for about 10 secondes and the screen freezes.
    All the users are impacted by CPU's peak and are blocked, they can't work for 10 secondes.
    Did anyone have encounter this problem and solve it ?
    Excuse my english , it's not my native  language.

    C>Programs>Adobe>Reader 11>Reader...
    Look for a file named eula.exe (or just eula)
    Double click it.
    Accept the license agreement.
    You're good to go

  • Xorg using 30% cpu when idle,slow performance and video problems

    I'm having a problem with Xorg, I don't know what it is but I guess it has something to do with configuration problems because in Ubuntu eerything works out of the box.
    My problems are these:
    1. Xorg is using arround 30% cpu when the computer is idle and very simple animations in kde like minimize a window are performed very poorly.
    2. Compiz' performance is very poor and chopy
    3. h264 videos are not wachable. it feels like watching 3fps videos.
    as i mentioned above, i don't have any of these problems with ubuntu.
    Here's my xorg.conf file:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "glx"
    Load "record"
    Load "dbe"
    Load "xtrap"
    Load "extmod"
    Load "synaptics"
    Load "dri"
    Load "GLcore"
    Load "freetype"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "187b"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "130"
    Option "RightEdge" "840"
    Option "TopEdge" "130"
    Option "BottomEdge" "640"
    Option "FingerLow" "7"
    Option "FingerHigh" "8"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "110"
    Option "EmulateMidButtonTime" "75"
    Option "VertScrollDelta" "20"
    Option "HorizEdgeScroll" "off"
    # Option "HorizScrollDelta" "20"
    Option "MinSpeed" "0.25"
    Option "MaxSpeed" "0.50"
    Option "AccelFactor" "0.010"
    Option "EdgeMotionMinSpeed" "200"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "1"
    # Option "CircularScrolling" "1"
    # Option "CircScrollDelta" "0.1"
    # Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    Option "Emulate3Buttons" "on"
    EndSection
    and my hardware (created with hardinfo):
    http://files.nergar.com/hardinfo_report.html
    thanks in advance, I would like to switch to arch!

    Experiment with section module. My i945 is
    load "dbe"
    load "freetype"
    subsection "extmod"
    option "omit xfree86-dga"
    endsubsection
    Try to comment busid in section device and add another section device before your existing one
    section "device"
    identifier "tommy"
    vendorname "unknown"
    boardname "unknown"
    driver "vga"
    endsection
    Try the drivers i810 and vesa in section device
    My file was created by xorgconfig (run this from the console)
    Last edited by 11010010110 (2008-07-30 21:22:35)

  • Mail uses more than 120'%  CPU when fetching headers

    Hello,
    mail uses more than 100% CPU and the system response gets slow, affecting the other processes when mail starts, and the mail activity viewer says: fetching headers.
    It happens when I check my mail with mail client directly in the same server, or when I connect from another machine, my mail Version 2.1 (752/752.2), I have 3 IMAP accounts.
    I have verified and repaired the disk (no errors), I have set up mail from scratch, the first network connection is ethernet,
    I am using mail program on the server trying to check the mail in the same server. when I open the program, and it starts to fetch headers, the 100 % percent or more of CPU is used (128%,etc).
    when I try to conect from another mail program to this server the 100% cpu or more is get when fetching headers (I am using a firewire connection, and the another machine is a MAC PRO (4 processors, 2 x 2.66 GhZ Dual Core Intel Xeon, 1GB ram 667 mhz DDR2 fB/Dimm, MAC OSX 10.4.9, with no other programs running), so the problem is on the server.
    I have booted the machine in safe mode (the red text "safe mode" appeared), and the same things happened, I have some screen shots available
    from the mail forum they told me that I should check this problem in the server forum.
    http://discussions.apple.com/thread.jspa?threadID=957222&tstart=0
    any idea?
    thanks
    Alberto
    Dual 2 GHz PowerPC G5   Mac OS X (10.4.9)   4GB DDR SDRAM, MAC OS X Server

    Hello OgelThorpe,
    Thank you for the suggestion. I will try that soon. My macbook meets well over the hardware requirements for that package. Also only the cpu usage is high, i have 4GB ram and only 500-700 MB of that gets used by adobe premiere.
    I have have run the hardware test in a loop and it passed everytime, so i dont doubt the hardware.
    regards
    Ankit

  • Lion quites when using excessive CPU, Lion quites when using excessive CPU

    When using my computer and have several programs open and reach around 60-80% cpu usage.. my computer will just quite and boot me to the log on page. This is quite a pain since I lose oeverything I was currently working on. Is this a known issue and is apple looking for a partch?

    When using my computer and have several programs open and reach around 60-80% cpu usage.. my computer will just quite and boot me to the log on page. This is quite a pain since I lose oeverything I was currently working on. Is this a known issue and is apple looking for a partch?

  • 2008 Macbook Unibody, CPU running at 86C when using Netflix.  Normal?

    Hey I realize that my macbook is getting a little older.  Just I noticed that while streaming netflix the CPU temp got up ot 86C-88C.  I think I even saw it up to 91 C .   Average temp when using netflix is >80 C.  Are these within normal temperature ranges?
    Sorry if this is a silly question.  It just seems my computer is running hotter than it used to

    Hey I realize that my macbook is getting a little older.  Just I noticed that while streaming netflix the CPU temp got up ot 86C-88C.  I think I even saw it up to 91 C .   Average temp when using netflix is >80 C.  Are these within normal temperature ranges?
    Sorry if this is a silly question.  It just seems my computer is running hotter than it used to

  • Scretching sound when using trackpad/cpu

    I've recently (after installing update 10.9.1) started to notice a scretching sound when i'm using the trackpad.
    It sounds like if there is a non-ssd disk in my Macbook Pro scanning the harddisk.
    The sound only occures when the computer is using more CPU then the idle state.
    When i'm typing this message I dont notice it, when using the touchpad to scroll the page.
    I can reproduce the sound when I run the terminal program "yes" which generated load.
    Thats why I believe the sound comes from the CPU.
    Anyone else experiencing the same?

    I have no suggestions for fixing it your self. Since you do have most of the original 1 years warranty left and the 2 year extended warranty you need to take it in and be looked at.
    It is not probably OK to take it in. It is what you need to do.
    Good Luck.

  • Increased fan noise, CPU temp and random fan rpm bursts when using Leopard

    I have a 2.2 Ghz Macbook Pro that I purchased in August 2007. I was running OS X Tiger on my mac till about a week ago when I decided to upgrade to OS X Leopard. Ever since the install, I've been facing numerous problems and issues with the general functionality of the computer. Specifically, the biggest issue relates to increased fan noise and random bursts of increased fan rpm (as monitored using iStat). I did not have any of these issues when using OS X Tiger. Further upgrading to 10.5.1 wasn't helpful either as it did not resolve the issue.

    Welcome to Apple Discussions!
    It may be worth running the Apple Hardware Test, just in case you have a sensor going out or something like that. Sometimes and upgrade will cause an underlying problem to make itself known.
    Did you do an Upgrade as opposed to an Archive and Install or an Erase and Install? If so, there could be some software problem associated with the issues you are having. I tried an Archive and Install, and had so many issues that I went ahead and did an Erase and Install. I've had no problems since.
    Good luck!

  • Adobe Photoshop CS4/5 Crashes when using the Move Tool

    Hello. I'm here because I'm having an issue with Photoshop.
    I was trying out CS5 when it started to crash every time I tried to use the Move Tool. It was the generic error message: "Adobe Photoshop CS4 has stopped working.
    A problem has caused Adobe Photoshop CS4 to stop working correctly. Windows will close the program and notify you if a solution is available."
    Thinking that it was a CS5 issue, I went back to my copy of CS4, only to find the same thing happening there (I also downgraded because CS5 was also crashing at other random times for some reason, but that's an issue for another time).
    This puzzles me because both were working fine before. Granted, I hadn't opened them for a while, but it was a sudden thing.
    My first impulse was to uninstall and reinstall CS4. No luck. So then, I uninstalled all third-party plugins, thinking that might be it. Still, the same problem. I started looking around on Google for solutions and found the instructions on resetting the Tool preferences (I chose to reset the preferences for ALL of the tools). When that didn't work, I tried deleting the preferences file outright, which said instructions recommended. Nothing.
    I should note that Photoshop crashes when using the Move Tool to move an object without ant lines around it, i.e., a layer. I'll move the object, and after two to three seconds, the mentioned error message will appear and Windows will close Photoshop. This, however, only seems to happen after selecting, copying, and pasting part of a large object with some variation of the Marqee Tool (thus making that part a new layer by default) while working at a zoom of 100%. So, in short, working with a large image like <a href=http://www.wallpaper4me.com/images/wallpapers/ergo_proxy_267_1280-862301.jpeg>This</a> at 100% zoom. The image linked is the image that I was using and am currently using to reproduce the problem. It is 1280x1024 pixels. I have tested this with somewhat smaller, yet comparable images too. Same problem. I have never had this problem working with large images before, and I wonder if anyone has any suggestions short of formatting my hard drive.
    The error code, from Event Viewer:
    Faulting application name: Photoshop.exe, version: 11.0.2.0, time stamp: 0x4bf2d4f6
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x65637275
    Faulting process id: 0xe28
    Faulting application start time: 0x01cb2bb3471d87bf
    Faulting application path: C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe
    Faulting module path: unknown
    Report Id: b412e368-97ab-11df-8f49-001d60b646ef
    Details:
    System
    Provider
    [  Name]
    Application  Error
    EventID
    1000
    [  Qualifiers]
    0
    Level
    2
    Task
    100
    Keywords
    0x80000000000000
    TimeCreated
    [  SystemTime]
    2010-07-25T05:15:57.000000000Z
    EventRecordID
    78845
    Channel
    Application
    Computer
    Gatherum
    Security
    EventData
    Photoshop.exe
    11.0.2.0
    4bf2d4f6
    unknown
    0.0.0.0
    00000000
    c0000005
    65637275
    e28
    01cb2bb3471d87bf
    C:\Program  Files\Adobe\Adobe Photoshop CS4\Photoshop.exe
    unknown
    b412e368-97ab-11df-8f49-001d60b646ef
    Details in XML View:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2010-07-25T05:15:57.000000000Z" />
    <EventRecordID>78845</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Gatherum</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>Photoshop.exe</Data>
    <Data>11.0.2.0</Data>
    <Data>4bf2d4f6</Data>
    <Data>unknown</Data>
    <Data>0.0.0.0</Data>
    <Data>00000000</Data>
    <Data>c0000005</Data>
    <Data>65637275</Data>
    <Data>e28</Data>
    <Data>01cb2bb3471d87bf</Data>
    <Data>C:\Program Files\Adobe\Adobe Photoshop CS4\Photoshop.exe</Data>
    <Data>unknown</Data>
    <Data>b412e368-97ab-11df-8f49-001d60b646ef</Data>
    </EventData>
    </Event>
    System Specifications:
    Operating System: Windows 7 Ultimate 32-bit (6.1, Build 7600)
    System Manufacturer: HP-Pavilion
    System Model: GN697AA-ABA a6214x
    Processor: Intel Pentium Dual CPU E2160 @ 1.80 GHz (2 CPUs)
    Memory: 2048MB RAM
    DirectX Version: DirectX 11
    Display Device:
    Name: NVIDIA GeForce 8600 GTS
    Manufacturer: NVIDIA
    DAC Type: Integrated RAMDAC
    Approx. Total Memory: 1010 MB
    Current Display Mode: 1440 x 900 (32 bit) (60 Hz)
    Photoshop Version: CS4 Extended 11.0.2

    Even a decent RAM upgrade is usually only a few hundred dollars nowadays, but it's not a trivially simple process.  That said, with a little research and care you can do it.  Alternatively, you can hire people (e.g., "Geek Squad") to do such an upgrade.
    First, you'll need to know what your operating system capacity is.  For example, a 32 bit Windows system can really only use up to a bit more than 3 GB of RAM, while a 64 bit Windows system can use all the RAM you can find a place to plug in.  What version of Windows are you running?
    Then you'll need to determine what RAM you have installed and what your computer's maximum RAM capacity is - usually you can do this through internet research, either by visiting your computer manufacturer's web site or doing google searches.  There are even RAM manufacturer web sites that will tell you what kind of RAM your computer needs and suggest sources, for example:
    http://www.kingston.com/
    It may be that you can just plug additional chips into currently empty sockets, or it is possible you'll need to replace the RAM chips you have installed in your computer to make room for an upgrade.  Every computer is different.
    If you list your computer model and current RAM that you have installed here, it may be that someone can help with more specific advice.
    -Noel

  • Has anyone experienced there computer freezing up when useing Photoshop CS4 or SC5

    My two computers both freeze up when I am useing Photoshop (working with a large file 82-120 megs with  multiple layers, channels and paths) it only ocurred when useing Photoshop. Otherwise the computrs works fine for every day tasks for buseniss and personal use, admittedly, I do not have any other resource intnsive applications other then QuickBooks or maybe a large Excel spreadsheet but I have no problem with these large files. I am not a gamer or I could try a game I hear that they can be resorce intensive.
    My first computer is used for personal and business. this computer has a number of programs on it, including Kaspersky internet security but it is not lacking in resorces, It is a Intel based computer, sporting Intel quad core 2.5 GHz CPU. running on a  32 bit Windows 7 operating system, its list of components are 4 gig ram, Nvidia Geforce 9600 GT graphics card (on the Adobe approval list sporting open GL) 4 sata hard drives, 750 watt power supply, Asus P5N-D SLI motherboard, the tower case has 7 fans and the CPU is water cooled.
    I run Photoshop CS4 on this unit.
    after I experienced this loss of critical files I call the tech support line to see if they could help with recovery of the file and to ask if they had a way to prevent this from occuring again.
    They said that I could wave bye bye to the file and the work, additionaly they said if I was working with large files like that, I should be runing a 64 bit system that could utilize additional memory.
    I really like working with the large files so I bit the bullet and spent the money for the 2nd computer that I would use as a dedicated Photoshop workstation.
    the second system has many of the same components because they have worked admirably. the key difference is as followes. 8gig ram, 64 bit Windows 7 operating system, Photoshop CS5 and the only other software is the drivers for the wacom intos4 tablet. I desided not to install any type of antivirus program because I will not be useing it on the internet except when it needs to connect to Adobe for whatever. my decision not to install antivirus can be reversed but I did not want any questions about it slowing up the computer.
    This system with Photoshop CS5, freezes up faster then the CS4 system.
    When I say Freezes up what I am referring to is the mouse and keyboard will not respond. Control/alt/delete will not bring up the task manager. Eventually I give up and have to force a shut down by pushing and holding the case start button for about 5 to 8 seconds.
    when I restart the system I check the file that I have been working and several times the file that I was working on is corrupted beyond Photoshops ability to open.
    I have used the windows 7, on board, memory diagnostics and it claims that all of the memory is fine I have reviewed the event logs and the only critacal errors are about the system being improperly shuting down. I even went to the trouble to click on the link for each error that will take you to Microsofts website and will serch for anything they have about that event and they had no help on the event.
    People with mac computers have had a similar problem that had to do with there fonts and plugins, but I do not have a mac and I have not installed any plugins. The CS5 is as it came from the factory and the Mac people kicked me out telling me to get over on my side of the street where the rest of the windows outcast are but that was only after they thought they had there problen solved. Its so funny, but losing these files is not, Please Help

    Thanks everyone for jumping in with both feet.
    Let me review what I have already done.
    (1). I have already witnessed how the wround driver for the tablet will wrack havoc. when I first started the 64 bit version of CS5 it would not recognize any PSD files at all and if you went to the file and right clicked looking for the (open with) dialog box forget-about-it the option for Photoshop was not an option.
    I called Adobe tech support and they told me that I was not going to be able to use the Wacom tablet with the 64 bit versionof Photoshop. I found that a little suspicious seeing how Wacom tablets  are the most preferred pen tablets for professional illustrators.
    I contacted Wacom and they explained that I needed to uninstall the Wacom tablet, reboot the computer, go to the website, download the new 64 bit drivers and then reinstall the tablet. after I did that. Photoshop found all of my files and opened just fine.It was only then that I found out about the freezing proplem with the 64 Bit version.
    A number of the helpful people here have tried to advise this to me but I have already be down tha road.
    (2). I have the latest drivers for the BFG Nvidia Geforce 9600 Gt, released in April of this year and I had already new that the were necessary for the open GL so this is one of the first things that I tried.
    Some one from our cousin Mac's side of the famaly and (Noel just suggested) that I try turning off the open GL. As soon as cousin Mac asked us to try this I did it (Them being famaly and all).
    I was able to give it a try on the 32 bit system on Thursday 7/8/2010.
    I was able to work on a very large file with a multitude of layers, channels and paths for about 5 hours before if froze. after the reboot I found that the file was fine and retained everything up to my last save.
    But this test is only good as circumstantial evidence because the freezes are somwhat random. They mosly happen after I have been working with a large file for quite some time but some times it can happen very quickly, maybe 25 or 30 minutes.
    Bye the way I really enjoy the humor, the Mac people are very serious people.
    the Mac users are just grouchy because they expect their computers to "just work", and of course they don't.
    We PC users have been given no such expecatations. THANKS NOEL
    Oh, don't worry about them mean old grumpy PC wanna be Mac peoples. Gota luv it THANKS dec9
    and Eight thousand dollar papper weight says it all. THANKS $8000paperweight.
    (3) the memory, CPU and mother board can not be ruled out  completly, just yet
    As for the memory I have used the on board windows 7 diagnostics and it passed. but this is a unreliable test for hevy-resource dependent applications and a load or stress test would need to be done to be confidend.
    I have a number of computers with the same kind of ram but after swaping them around I can not say that I have had any lasting results and it is compecated by experiences like what happened to me after turning off the open GL. What if I had of only worked for 4 hours? I would of thought that the problem was solved thats what would of happened
    Do any of you work with files like I have been talking about? and if so do you experience any problems?
    The motherboard can not be rulled out by any tests that I know of other then process of elimination which is at the heart of all sound diagnostics.
    I downloaded a utility that is helpful called (Cupid Z) that gives real time monitoring and idenification of components.All the voltages seem fine.A.
    I hope I will be able to up load the screen shots so you all can have a look see.
    The CPH is more than likely not the problem.
    I do have the option to install Photoshop on a third computer that has most of the same components but has a different Intel CPU. this would rull out any compatability issues (CPU with the Board) but if that were the case I dought that every other progrem under the sun works fine except Photoshop.
    dec9, I did delete the prefs on the 32bit system but I have not had time to test the operation of Photoshop as of yet.
    Lastly I will try to upload the screen shots of (Cupid Z) you will see that the latencys and the frequency are correct. Under the SPDscreen the plausible timinigs for verious common frequencies are given,, all seem to be with in range. The lantency are inside the spec.given by Corsair;s website
    Asus provides a utility that allows you to monitor Temptures and voltages and I hope to send you a screen shot of this and you can see that they all are correct.
    I would like to send the event log but I am not sure how to do that if someone could give me the 411 on how to do this I will send them to you I have saved the errors in several file formats but I cant see how you cold read them on this little page Thanks again POBOX119 signing off

  • With TSM adware removal tool I was able to remove unknown software that was making ads pop up when using Safari. So the y don't pop up anymore. The problem now is that when I open safari It is still downloading websites and after awhile it

    With TSM adware removal tool I was able to remove unknown software that was making ads pop up when using Safari. So the y don't pop up anymore. The problem now is that when I open safari It is still downloading websites and after awhile it freezes the browser. I have to constantly go to Safari Preferences to remove them and then the browser will start working again. What can I do to stop this?

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts SerialATA 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports ' com.clark.\* \*dropbox \*GoogleDr\* \*k.AutoCAD\* \*k.Maya\* vidinst\* ' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB com.apple.AirPortBaseStationAgent 464843899 51 );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n-\t%s\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { print "'${p[41]}'";if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$|'${p[41]}'/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1100) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/ { next;} /(etc|Preferences|Launch[AD].+)\// { sub(".(/private)?","");n++;print;} END { print "'${p[41]}'.plist\t'${p[42]}'";if(n<500) print "Launch";} ' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| |\n","\\|\\|kMDItem'${p[35]}'=");sub("^...."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[43]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|BKAg|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' /^ +[NP].+ =/h;/^( +D.+[{]|[}])/{ g;s/.+= //p;};' 's/0/Off/p' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / / { print "'"${p[28]}"'";exit;};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' ' /l: /{ /DVD/d;s/.+: //;b0'$'\n'' };/s: /{ /V/d;s/^ */- /;H;};$b0'$'\n'' d;:0'$'\n'' x;/APPLE [^:]+$/d;p;' ' /^find: /d;p;' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil 'PlistBuddy 2>&1 -c "Print' whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '" /L*/P*/loginw*' '" L*/P*/*loginit*' 'L*/Ca*/com.ap*.Saf*/E*/* -d 1 -name In*t -exec '"${c1[14]}"' :CFBundleDisplayName" {} \;|sort|uniq' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' :${p[35]}\" :Label\" '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'bad |Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,J,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,{[lp],sy}*.conf,pam.d/*,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t /S*/L*/Lau*/*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..9};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching SATA );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;D13 0 $((N1+9)) 59 50;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A2 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D13 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D13 14 2 48 43;D13 4 5 32 1;D13 4 3 60 5;D12 26 48 49 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D22 4 4 50 0;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "Syntax error" or "Event not found," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with the words "Start Time." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • Problem description: Computer takes a long time to fire up. Spinning ball is seen during start up, sometimes when login dialog box, and sometimes after entering login password. My mac freeze often, especially when using Lightroom-.

    Problem description:
    Computer takes a long time to fire up. Spinning ball is seen during start up, sometimes when login dialog box, and sometimes after entering login password. My mac freeze often, especially when using Lightroom….     Help is much appreciated!
    EtreCheck version: 2.0.11 (98)
    Report generated 3. november 2014 kl. 01.23.41 CET
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2010) (Verified)
      MacBook Pro - model: MacBookPro7,1
      1 2.4 GHz Intel Core 2 Duo CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1067 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1067 MHz ok
      Bluetooth: Old - Handoff/Airdrop2 not supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      NVIDIA GeForce 320M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 2:49:19
    Disk Information: ℹ️
      Samsung SSD 840 EVO 500GB disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Macintosh HD (disk0s2) /  [Startup]: 499.25 GB (260.35 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
      Apple Inc. Built-in iSight
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Configuration files: ℹ️
      /etc/sysctl.conf - Exists
      /etc/hosts - Count: 15
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/IPVanish.app
      [not loaded] foo.tap (1.0) Support
      [not loaded] foo.tun (1.0) Support
      /Applications/LaCie Desktop Manager.app
      [not loaded] com.LaCie.ScsiType00 (1.2.13 - SDK 10.5) Support
      [not loaded] com.jmicron.driver.jmPeripheralDevice (2.0.4) Support
      [not loaded] com.lacie.driver.LaCie_RemoteComms (1.0.1 - SDK 10.5) Support
      [not loaded] com.oxsemi.driver.OxsemiDeviceType00 (1.28.13 - SDK 10.5) Support
      /Applications/Private Eye.app
      [loaded] com.radiosilenceapp.nke.PrivateEye (1 - SDK 10.7) Support
      /Library/Application Support/HASP/kexts
      [not loaded] com.aladdin.kext.aksfridge (1.0.2) Support
      /System/Library/Extensions
      [loaded] com.hzsystems.terminus.driver (4) Support
      [not loaded] com.nvidia.CUDA (1.1.0) Support
      [not loaded] com.roxio.BluRaySupport (1.1.6) Support
      [not loaded] com.sony.filesystem.prodisc_fs (2.3.0) Support
      [not loaded] com.sony.protocol.prodisc (2.3.0) Support
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) Support
    Startup Items: ℹ️
      CUDA: Path: /System/Library/StartupItems/CUDA
      ProTec6b: Path: /Library/StartupItems/ProTec6b
      Startup items are obsolete and will not work in future versions of OS X
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [running] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.adobe.CS5ServiceManager.plist Support
      [running] com.digitalrebellion.EditmoteListener.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [loaded] com.intego.backupassistant.agent.plist Support
      [running] com.mcafee.menulet.plist Support
      [invalid?] com.mcafee.reporter.plist Support
      [loaded] com.nvidia.CUDASoftwareUpdate.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [running] com.orbicule.WitnessUserAgent.plist Support
      [loaded] com.xrite.device.softwareupdate.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [running] com.aladdin.aksusbd.plist Support
      [failed] com.aladdin.hasplmd.plist Support
      [running] com.edb.launchd.postgresql-8.4.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.intego.BackupAssistant.daemon.plist Support
      [loaded] com.ipvanish.helper.openvpn.plist Support
      [loaded] com.ipvanish.helper.pppd.plist Support
      [invalid?] com.mcafee.ssm.ScanFactory.plist Support
      [invalid?] com.mcafee.ssm.ScanManager.plist Support
      [running] com.mcafee.virusscan.fmpd.plist Support
      [loaded] com.mvnordic.mvlicensehelper.offline.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] com.orbicule.witnessd.plist Support
      [loaded] com.radiosilenceapp.nke.PrivateEye.plist Support
      [running] com.xrite.device.xrdd.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [invalid?] com.digitalrebellion.SoftwareUpdateAutoCheck.plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.scheduledScan.plist Support
      [loaded] com.macpaw.CleanMyMac2Helper.trashWatcher.plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Skype Program (/Applications/Skype.app)
      GetBackupAgent Program (/Users/[redacted]/Library/Application Support/BeLight Software/Get Backup 2/GetBackupAgent.app)
      PhoneViewHelper Program (/Users/[redacted]/Library/Application Support/PhoneView/PhoneViewHelper.app)
      EarthDesk Core UNKNOWN (missing value)
      Dropbox Program (/Applications/Dropbox.app)
      AdobeResourceSynchronizer ProgramHidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
      i1ProfilerTray Program (/Applications/i1Profiler/i1ProfilerTray.app)
    Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.0 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      iPhotoPhotocast: Version: 7.0
      SiteAdvisor: Version: 2.0 - SDK 10.1 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      GarminGPSControl: Version: 3.0.1.0 Release - SDK 10.4 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    User Internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 6.2 Support
      F5 Inspection Host Plugin: Version: 6031.2010.0122.1 Support
      f5 sam inspection host plugin: Version: 7000.2010.0602.1 Support
    Safari Extensions: ℹ️
      Facebook Cleaner
      Better Facebook
      SiteAdvisor
      Incognito
      Bing Highlights
      YouTube5
      AdBlock
      YoutubeWide
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
    3rd Party Preference Panes: ℹ️
      CUDA Preferences  Support
      EarthDesk  Support
      Editmote  Support
      Flash Player  Support
      FUSE for OS X (OSXFUSE)  Support
      Growl  Support
      Java  Support
      Witness  Support
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          13% taskgated
          12% WindowServer
          1% WitnessUserAgent
          1% sysmond
          1% Activity Monitor
    Top Processes by Memory: ℹ️
      327 MB com.apple.WebKit.WebContent
      137 MB softwareupdated
      94 MB Safari
      82 MB VShieldScanner
      82 MB Dock
    Virtual Memory Information: ℹ️
      65 MB Free RAM
      1.58 GB Active RAM
      1.54 GB Inactive RAM
      647 MB Wired RAM
      2.95 GB Page-ins
      260 MB Page-outs

    You have SCADS of extensions and the things running. McAfee, Intego, Orbicule, CleanMyMac, and others I've not ever even heard of. My first recommendation would be to remove all of these and see if things improve.

  • Blue Screen When using Magic Bullet Instant HD in Premiere Pro CC

    When using Adobe Premiere Pro CC, using Magic Bullet Instant HD to convert a 720p video to a 1080p. The system will blue screen and the problem dll file seems to be hal.dll.
    What is the cause of this?
    and how to fix it?
    System Specs:
    OS: Win 7 Ultimate 64 bit
    CPU: i7 3770k 3.5 Ghz
    RAM: 16 GB
    GRAPHICS: AMD Radeon HD 7700
    MOTHERBOARD: ASRock Z77 Extreme6
    STORAGE: 1 TB local disk, 3 2TB Expanded driver attached to 3.0 port
    Wireless mouse and keyboard

    Hi Kris,
    I have checked all the three dumps, they all showed the same bugcheck 124.
    * Bugcheck Analysis *
    Use !analyze -v to get detailed debugging information.
    BugCheck 124, {0, fffffa8010821028, be200000, 21136}
    Probably caused by : GenuineIntel
    Followup: MachineOwner
    6: kd> !analyze -v
    * Bugcheck Analysis *
    WHEA_UNCORRECTABLE_ERROR (124)
    A fatal hardware error has occurred. Parameter 1 identifies the type of error
    source that reported the error. Parameter 2 holds the address of the
    WHEA_ERROR_RECORD structure that describes the error conditon.
    Arguments:
    Arg1: 0000000000000000, Machine Check Exception
    Arg2: fffffa8010821028, Address of the WHEA_ERROR_RECORD structure.
    Arg3: 00000000be200000, High order 32-bits of the MCi_STATUS value.
    Arg4: 0000000000021136, Low order 32-bits of the MCi_STATUS value.
    Debugging Details:
    BUGCHECK_STR: 0x124_GenuineIntel
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
    PROCESS_NAME: Adobe Premiere
    CURRENT_IRQL: f
    ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
    STACK_TEXT:
    fffff880`0350ab58 fffff800`03413a3b : 00000000`00000124 00000000`00000000 fffffa80`10821028 00000000`be200000 : nt!KeBugCheckEx
    fffff880`0350ab60 fffff800`035d6463 : 00000000`00000001 fffffa80`10817950 00000000`00000000 fffffa80`108179a0 : hal!HalBugCheckSystem+0x1e3
    fffff880`0350aba0 fffff800`03413700 : 00000000`00000728 fffffa80`10817950 fffff880`0350af30 fffff880`0350af00 : nt!WheaReportHwError+0x263
    fffff880`0350ac00 fffff800`03413052 : fffffa80`10817950 fffff880`0350af30 fffffa80`10817950 00000000`00000000 : hal!HalpMcaReportError+0x4c
    fffff880`0350ad50 fffff800`03412f0d : 00000000`00000008 00000000`00000001 fffff880`0350afb0 00000000`00000000 : hal!HalpMceHandler+0x9e
    fffff880`0350ad90 fffff800`03406e88 : 000007ff`fda7f140 00000000`00000b40 00000000`00000000 00000000`00000000 : hal!HalpMceHandlerWithRendezvous+0x55
    fffff880`0350adc0 fffff800`034be4ac : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : hal!HalHandleMcheck+0x40
    fffff880`0350adf0 fffff800`034be313 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KxMcheckAbort+0x6c
    fffff880`0350af30 00000000`0352f2c9 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiMcheckAbort+0x153
    00000000`36c0cdd0 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x352f2c9
    STACK_COMMAND: kb
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: GenuineIntel
    IMAGE_NAME: GenuineIntel
    DEBUG_FLR_IMAGE_TIMESTAMP: 0
    IMAGE_VERSION:
    FAILURE_BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_CACHE
    BUCKET_ID: X64_0x124_GenuineIntel_PROCESSOR_CACHE
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:x64_0x124_genuineintel_processor_cache
    FAILURE_ID_HASH: {270f58cb-a20a-a72d-6d81-eb8c82f01f7a}
    Followup: MachineOwner
    Information for Bugcheck 124:
    Bug Check 0x124: WHEA_UNCORRECTABLE_ERROR.
    Bugcheck 124, This bug check indicates that a fatal hardware error has occurred. This bug check uses the error data that is provided by the Windows Hardware Error Architecture (WHEA).
    Which is probably caused by "GenuineIntel". Make sure we have updated the BIOS drivers, take a check with the hardware tool provided by the manufacturer, or you may take a check with them.
    Best regards
    Michael Shao
    TechNet Community Support

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

Maybe you are looking for

  • Parameter form using LOV based on SQL  to pass param to Discoverer portlet

    Hi all I have a design issue:- I want to create a parameter form in Oracle Portal to allow users to select the department using searchable LOV (like the torch that is there in various oracle products) and pass the selected parameter to the Oracle Dis

  • My iMac is working with my Airport Extreme, but Macbooks cannot connect.

    After a number of power outages, we lost wireless throughout the house. ISP and modem all checked and okay. Reset Airport Extreme to factory settings. I am connected on my iMac (wirelessly via the Airport), but Macbooks and iPad cannot connect. They

  • Indesign cs4 update error

    Hi, We are working in Indesign cs4..i am getting error while updating the xml in Indesign cs4.but it is working fine in Indesign cs5.5 and cs6...i have added my script below, function ReLink() myDoc = app.activeDocument; myLinks = myDoc.links; for (j

  • How do I make a random order of songs in iTunes?

    it's been a long time since I have made a playlist in iTunes and I know see that creating a playlist with a random order seems no longer possible. No, I DO NOT want to shuffle on my iPod because I have other playlists that I want o segregate from the

  • Vendor Quality Score

    I want to map the following scenario related to vendor score calculation. During GR, score is calculated using (1* Accepted Qty + 0.4* Conditionally accepted Qty+ 0* Rejected Qty) / (whole divided by) Total quantity. How can we configure this in cust