Preview app not responding after having multiple images open

Several images were opened using the preview app, the app stopped responding and I can't send the images to either iphoto or even delete the images.
I can force quit the program but evertime I open an image the preview app opens and stops responding. Is there anything that can be done to prevent this?

I can't seem to reproduce this with 10 connections. Can you start from a console and post a stace trace?
run from a console.
<sdev>/jdev/bin/sqldeveloper
-kris

Similar Messages

  • My Adobe acrobat X Pro does not respond after a minute I open up a pdf file

    I recently have installed Adobe Master Suite CS6 Collection. My Adobe acrobat X Pro does not respond after a minute I open up a pdf file. This happens every time when open a new pdf file. My operating system is Windows 7 pro ( Lenovo-64 bits). Any suggestions would be appreciated !!

    Mylenium
    Thank you for the suggestions.
    I checked the WIndows log files. It reported the following error:
    The program Acrobat.exe version 10.1.1.33 stopped interacting with Windows and was closed. To see if more information about the problem is available, check the problem history in the Action Center control panel.
    Process ID: 4770
    Start Time: 01d0079a09bba381
    Termination Time: 13
    Application Path: C:\Program Files (x86)\Adobe\Acrobat 10.0\Acrobat\Acrobat.exe
    Report Id: 4f145db6-7391-11e4-8fc1-005056c00001
    I ran for the memory diagnostics as it showed the error with video card error. My NVDIA graphics card is not working properly. Do you think that could be a problem?I am running on Windows 7 64 bit computer. It also complains about the incompatibility with 64 bits.
    Thank you.

  • Sql developer will not close after having multiple database sessions open

    when ever I have multiple session open, I can't close the application. I have to perform a cntl-alt-del and kill the application.

    I can't seem to reproduce this with 10 connections. Can you start from a console and post a stace trace?
    run from a console.
    <sdev>/jdev/bin/sqldeveloper
    -kris

  • Mail app not responding after latest update

    I updated to the latest (10.9.2) on my 2012 air and mail stopped responding. Won't open.

    Hi macpro2009 & welcome to the forums
    Try this - find the /Library/Preferences folder in your user/Home folder and then locate and delete this file:
    com.apple.mail.plist
    *Caution* - doing this may clear your account settings so be sure to note those first in the event you are required to reconfigure, etc

  • Server app not responding after upgrading Mac Mini Server

    Hi all,
    I (like many of you) upgraded my Mac Mini Server yesturday. The install went well, except that when I start the Server.app, I end up with the default Server.app window and an eternal beach ball cursor...  it checked into the apps and system logs and nothing coming out of Sever.app.  However, there is a possible trace on slad...  Anyone with similar problem or suggestions ?
    thanks!

    The program is unresponsive.
    I looked at the console. I don't what it means but the screenshot is attached

  • ITunes Store app not responding?

    iTunes Store app not responding?
    When attempting to open the iTunes Store app, pre installed, ... all happening is a short glimpse/flash ... and then nothing?
    Any suggestions ... very annoying!
    Brgds

    When attempting to connect earleir the same thing was happening to me, but I got through a little bit ago.

  • Is anyone having trouble with the "home" button not responding after upgrading to 5.1.1 OS?

    Is anyone having problems with the "home" button not responding after upgrading to 5.1.1?

    You will not belive how I accidently solved this - !!!
    Yes I had the problem immediately after the 5.1.1 'cloud' upgrade, the problems started (on my iphone 4) ... I followed the 'get power down button, then hold HOME for 30 secs' solution, but no result, nothing seemed to work and I was starting to get a bit agressive with the keep it pushed, multiple double click frustrations, icopybot multigesture solutions etc. and paid money ... but this comedy solution now works ...
    I discovered it because I ordered a waterproof case for my iphone for my motorcycle ... I've just fitted it to my iphone and all the problems have gone ??? what! ... so wondering why I looked at what the home button on the casing was doing - it was pressing ACROSS the home button i.e. it converted my finger point into a wider 'PRESS
    so taking the new case off, instead of using the point of my thumb to press HOME, I used the flat of my thumb to emulate it ....and initially nothing, so I wondered if it wa making better 'cross button' contacts, so I licked my thumb, wiped it and then tried again! - it worked!
    I can't explain it but it seems to work - try it! if the double click on HOME doesn't work lick your thumb dry it and try again! I've just done it again
    what a mad techno world we live in! :-)
    Dave

  • App Store not responding after upgrade to OS X Mavericks and installing free Keynote, Pages and Numbers app

    My App Store is not responding after upgrading to Mavericks and installing free Keynote, Pages and Numbers Apps.
    Also I tried to reboot and restart and nothing happens still unresponsive.
    Tried to click as many times as I can the App Store and it won't open.
    Please Help.

    Dongski
    I had the same problem and solved it myself.
    Please see discussion  https://discussions.apple.com/message/23556072#23556072
    Hope it helps

  • BC4j/JSP Application not responding after some time - when deployed on 9ias BC4j/JSP

    Hi,
    We are using BC4j/jsp application on 9ias. The application is not responding
    after some time. We have installed 9ias on PIII(384MB RAM). We tried to accesses
    with 10 users, and server is not responding to BC4J/JSP application.
    However the server could able to publish the JSP pages with standerad JDBC code even after that.
    Please....help us.........
    many many thanks in advance

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Is there any mechanism that cleans up these connections (back down to the initial or some other minimum I would guess) or do they hang around until either the app server or database shuts down?<HR></BLOCKQUOTE>
    There is currently no mechanism for reducing the connection pool size after a period of high activity. Recently this has been frequently requested and as such will be implemented in the next production release.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>We have verified this in manual testing. However, when the load tool script exits it doesn't seem to release resources. We know this because we keep seeing our database connections go up and up as more tests are run. Further, we also seem to see more than one connection per "virtual user". For example, when I connect 5 users to the app in manual testing, I get 5 connections. But, when we run a test using the tool, we get 395 database sessions for 200 users. We are having a bit of difficulty understanding why the behavior is different.<HR></BLOCKQUOTE>
    Assuming that the you are performing your manual testing against the same instance of the application on which you are performing your load testing, I would assume that the connections are being released to the pool at the end of the request. One possible reason for the approximate 2:1 ratio between connections and virtual users may be BC4J's use of internal connections. What version of BC4J are you using?
    BC4J requires an internal connection to support state management and spill to disk. The internal connections are pooled with the transaction connection and only held for the duration of the persistence operation. However, if the web server is very busy then a large number of synchronous persistence requests may be received which would explain the eventual 2:1 ratio in the pool's high water mark.
    If the user start times and think times are staggered in order to reduce the incidence of synchronous persistence requests does the ratio of connections to web sessions stabilize at some lower number (i.e. 1.5:1)

  • Garageband not responding after upgrade to MacOS 10.5.8

    Garageband is not responding after an upgrade from Mac 10.4 to 10.5.8. how can I fix this

    Hello,
    Do you have some Sound amplifying App installed?
    If so remove it & reboot.

  • Continuous with the problem, the headphone does not work after having my iphone ios 8.0.2 updated

    the headset does not work after having my iphone ios 8.0.2 updated to me is very annoying to have to be answering speakerphone is not private and can not go with the hands-free all the time

    I had the same issue until I updated my apps through iTunes. I had over 100 updates, but none of them showed on my iPod. After they updated everything started syncing like it is supposed. Go to the apps library and check for updates. After everything syncs leave your iPhone/ipod/ipad connected if the spinning arrows at the top is still spinning. It means that things are still being added. If you go to settings > general > about, you will see it loading songs, videos, photos, etc. If you back out of "about" and then go back to it you will see the numbers for each one change.

  • Garageband not responding after Yosemite upgrade

    Garageband will not fully load  on Mac mini (Mid 2011) and is not responding after Yosemite install and upgrade (10.10.2).  Can you advise me on how to get Garageband working again?
    Thank you

    Hello,
    Do you have some Sound amplifying App installed?
    If so remove it & reboot.

  • Maps not responding after ios6 upadation on ipad2

    Maps not responding after ios6 upadation on ipad2

    Close the Map app on the Task Bar and re-launch.
    1. Double-click the Home button to reveal Task Bar
    2. Hold Map app down for a second or two until you see the minus sign
    3. Tap the minus sign to close app
    4. Tap area above Task Bar to return to Home screen

  • Apps "not responding" and general lag

    More than ever it seems apps are freezing and then the message that the app "not responding" comes up and do we want to wait or close. Is there any fix ? Also, my phone still has lag which is possibly uncurable ?  Sony making no friends here - a kitkat upgrade would be welcome but isn't coming ! One thing I did do was disable Chrome and install CM browser for android - makes searching less painful and would recommend.

     You could reinstall the latest update with PCC Keep in mind that apps are getting heavier and hardware demanding, chrome its known to have an issue at the moment, memory leak, and the Xperia SP has only 1GB of RAM not an ideal combination with this latest updates on apps. 

  • Problem with new version 4.3.2 apps not working " after update to the new version "

    Problem with new version 4.3.2 apps not working " after update to the new version "
    i was in 4.3.1 then i do the update , but now after update i face this problem , so what i Supposed to do ?!!

    Hi There
    Had the same problem as you. App would terminate when launched.
    Solution to working You Tube app:
    -Go to playstore
    - Uninstall app (it doesn't remove the app, only removes the update)
    - "Et Voila", working again.
    This doesn't correct the problem, it's just a workaround for you to be able to use youtube app again.
    Hope it helped.
    Best Regards

Maybe you are looking for

  • Windows 10 Preview fails to install on Windows 8.1 64-bit Azure VM...

    Hello, I have created a Windows 8.1 64-bit on an Azure VM and downloaded the Preview ISO. I created an E: drive and copied the ISO over to the E: drive. From there I ran the setup.exe. The setup runs just fine until it comes to a restart. There the V

  • Command line parameters...

    I want to run my report from a Java application... Does anyone know how, or if it's possible to have a the report go both to a .PDF file and to the screen so the user can see the reoport they just generated, and also can I pass in the destination fil

  • Wireless Mighty Mouse vs. Wired Mighty Mouse

    Hello, I am looking to buy a mouse and saw someone selling a wireless one on ebay mentioning they are selling theirs because of the lag the bluetooth has. Is this true? Is there a lag between moving the mouse and the pointer moving because of the blu

  • No WebService Provider is registered at this URL

    Hi all, I receive a "No WebService Provider is registered at this URL" error message when clicking on a SOAP Endpoint URI for an ESB routing service in the ESB console definition tab. I am running Oracle SOASuite 10.1.3.5.1. ESB is configured as a 3

  • Error when logging in using sqlplus

    I installed client software on a Sun Solaris machine. I try connecting via sqlplus to the server which is Oracle 8i runnin on linux but when i type in the username and password i get: Error while trying to retrieve text for error ORA-12545 Please hel