How do I selectivly close the only not responding window (without closing the other 3 responding windows)

Presently, I have 4 windows opened, each with a bunch of tabs.
Since I restarted firefox this morning, one out these 4 windows, keeps on not displaying.
How do I selectivly close this only window (without closing the 3 others windows)

Here is what the manpage shows:
[ps(1)|http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/p s.1.html]
state The state is given by a sequence of letters, for example, ``RWNA''. The first letter indicates the run
state of the process:
I Marks a process that is idle (sleeping for longer than about 20 seconds).
R Marks a runnable process.
S Marks a process that is sleeping for less than about 20 seconds.
T Marks a stopped process.
U Marks a process in uninterruptible wait.
Z Marks a dead process (a ``zombie'').
Additional characters after these, if any, indicate additional state information:
+ The process is in the foreground process group of its control terminal.
< The process has raised CPU scheduling priority.
<div class="jive-quote"> The process has specified a soft limit on memory requirements and is currently exceeding that
limit; such a process is (necessarily) not swapped.
A the process has asked for random page replacement (VA_ANOM, from vadvise(2), for example,
lisp(1) in a garbage collect).
E The process is trying to exit.
L The process has pages locked in core (for example, for raw I/O).
N The process has reduced CPU scheduling priority (see setpriority(2)).
S The process has asked for FIFO page replacement (VA_SEQL, from vadvise(2), for example, a large
image processing program using virtual memory to sequentially address voluminous data).
s The process is a session leader.
V The process is suspended during a vfork.
W The process is swapped out.
X The process is being traced or debugged.

Similar Messages

  • How do I create both endnotes and footnotes in same doc in Pages? I have iWork 2008. I understand how to create one or the other, but not both.

    How do I create both endnotes and footnotes in same doc in Pages? I have iWork 2008. I understand how to create one or the other, but not both.

    You have to select one or the other.
    Try making two documents and see if you can merge the .pdfs, but their will be problems with page flow, making the pages shift. Can't see it working really.
    Pages is not the only solution out there or the best for most jobs (let alone the safest). Try Word for Mac, LibreOffice (free) or any App that has the features you need.
    Peter

  • How can I open/close the switches of HP34903A independently via the subvi "HP34970A switch.vi"separated from "HP34970A GP Switch DEMO.vi" in HP34970A driver?

    I separated the subvi HP34970A switch.vi from the HP34970A GP Swich DEMO.vi in HP34970A driver. But I found that first I ran the subvi to close switch2 and switch3, then I ran the subvi to open switch3,but the result is both channels were open. Finally I found whenever you run the subvi HP34970A switch to close some switches, all other switches will be open. Can anyone tell me how I can open/close the switches of HP34903A independently?

    I use this VI and have no problem independently opening and closing the relays. Check that the Close Exclusive input is set to "Normal". Also, are you sure that the Channel List input only has a single entry? Using your example, the first time you run it, the channel list should be 102,103 with Open/Close set to close. The second time, the channel list should be 103 and Open/Close set to open.

  • How can i let my java application closes the other opened windows

    how can i let my java application closes the other opened windows: like any other Microsoft Internet Explorer windows ... provided that my java application is not the one i used to open those other windows.... thanks in advance

    you'll have to use JNI to access the windowAPI
    then you need a list of window handles ... I think there was a function called getWindow and in order to close them you use sendMessage .... for details check out msdn (microsoft developer network)
    somwhere I saw a tool called JUtil, which might help you getting started on accessing the win api from java
    regards
    Spieler

  • How do you print in black only (not color) on Canon MG3520 printer?

    How do you print in black only (not color as I want to conserve color)  on Pixma MG3520 printer.

    No, sorry.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I have Pages 09 and I have  created a business card using the template but can't figure out how to duplicate it to the other 9 on the page Am and sure I am going to look daft coz its only the click of a button but I can't work it out Thanks

    I have Pages 09 and I have  created a business card using the template but can't figure out how to duplicate it to the other 9 spaces on the page. I am and sure I am going to look daft coz its only the click of a button but I can't work it out Thanks

    I do the following: Hold down the command key and highlight all the items to be reproduced. Then hold down option and drag the items from the first to each subsequent card.

  • HT4946 I have had my iPhone for about a year, and I have a photo file from my old blackberry. When I go to back up my photos, it only backs up the camera roll. How do I back up the other album? The laptop where I had those photos broke, please can someone

    I have had my iPhone for about a year, and I have a photo file from my old blackberry. When I go to back up my photos, it only backs up the camera roll. How do I back up the other album? The laptop where I had those photos broke, please can someone help.

    You're going to have to email those photos to yourself.

  • How can I quit (close) Photoshop and keep all windows so that the next time I open Photoshop the fil

    How can I quit (close) Photoshop and keep all windows so that the next time I open Photoshop all the files that I had open are there already in the same position as when I closed Photoshop?
    I've been a Fireworks user for over 10 years and just switched to Photoshop. I cannot find a setting that will enable all my file windows to reopen when I quit Photoshop. This is really a problem since I often work on several files at the same time.
    Please let me know if the feature exists or point me to where I can post a message for a new feature to be implemented. The feature is a must for any designer working on large projects.
    Thanks!

    There is no such functionality. You could perhaps create a script that stores that info in a custom text file and arranges them accordingly in the workspace, but that's as good as it gets...
    Mylenium

  • How to get folder(directory path only not file path) from local file system

    Hi Firends,
    How to get folder(directory path only not file path) from local file system , whenevr i will click on browse button.
    Please give reply for this one , if anybody knows.
    Thanks,
    Anderson.

    Hi Anderson,
    if you're using flash.filesystem.FileReference - then it is run in black box - except of filename, size and creation data (and few other properties available after some operation succeeded). This is part of security features in Flash runtime (described in header section):
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference .html
    This for example implies that user can download a content to local machine - but that content cannot be loaded back into Flash runtime. For this you would need either Air runtime flash.filesystem.File:
    http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/filesystem/File.h tml
    (so you would created Air runtime based application: desktop or mobile but not web, even as standalone project) or you would need one of 3rd party tools that add file access/file information features to standard Flash runtime applications converted to standalone native applications.
    hth,
    kind regards,
    Peter

  • How does a servlet close the browser window?

    How can a servlet close the browser window it is running in?

    I'm running the servlet by calling it in a browser window, passing parameters using POST, with the parameters appearing at the end of the url.
    Is there another way to run the servlet, without it affecting the browser window? That would be a better solution.

  • How do I close all tabs at one time without closing Firefox completely?

    How do I close all tabs at one time without closing Firefox completely?

    Open a new window. Go to the other window with all the tab. Close it. You now only have that newly open window.
    Hub

  • How to get rid of the "other" memory

    I need steps to find a way how to get rid of the "other" memory. Ive tried deleting my photos. But my memory is still low. My iphone 4 is a 8GB and still that isnt much, and to have this "other" memory take most of it up is making me mad. HELP PLEASE!!!!!!

    About “Other”:
    http://support.apple.com/en-us/HT202867
    Go step by step and test.
    1. Start up in Safe Mode.
        http://support.apple.com/kb/PH11212
    2. Backup your computer.
    3. Empty Trash.
       http://support.apple.com/kb/PH13806
    4. Disk space / Time Machine ?/ Local Snapshots
      Local backups
       http://support.apple.com/kb/ht4878
    5. Delete old iOS Devices Backup.
        iTunes > Preferences > Devices
        Highlight the old Backups , press “Delete Backup” and then “OK”.
        http://support.apple.com/kb/HT4946?viewlocale=en_US&locale=en_US
    6. Re-index Macintosh HD.
        This will take a while. Wait until it is finished.
        System Preferences > Spotlight > Privacy
        http://support.apple.com/kb/ht2409
    7.Try OmniDiskSweeper. This will give the storage size details of the items.
       https://www.omnigroup.com/more
       Select Macintosh HD and click  “Sweep Selected Drive” at the bottom.
       Be careful. Delete only the files that can be safely  deleted. If you are not sure about any file, don’t touch it.
    8. Move iTunes, iPhoto and iMovie media folders to an external drive.
        iTunes
        http://support.apple.com/en-us/HT201562
        iPhoto
        http://support.apple.com/kb/PH2506
        iMovie
        http://support.apple.com/kb/ph2289

  • How to get rid of the other from the MacBook Air Memory?

    How to get rid of the other from the MacBook Air Memory? I reviewed my newly purchased MBA ear;y 2014 i7 8GB RAM and there was 24+ GB of "Other". I have Yosemite. I have restored to factory with no luck. is there a memory cleaner or process to eliminate what is not needed in Other? I know some files there are settings, and such but not 24+ GB worth is such of stuff.

    About “Other”:
    http://support.apple.com/en-us/HT202867
    Go step by step and test.
    1. Start up in Safe Mode.
        http://support.apple.com/kb/PH11212
    2. Backup your computer.
    3. Empty Trash.
       http://support.apple.com/kb/PH13806
    4. Disk space / Time Machine ?/ Local Snapshots
      Local backups
       http://support.apple.com/kb/ht4878
    5. Delete old iOS Devices Backup.
        iTunes > Preferences > Devices
        Highlight the old Backups , press “Delete Backup” and then “OK”.
        http://support.apple.com/kb/HT4946?viewlocale=en_US&locale=en_US
    6. Re-index Macintosh HD.
        This will take a while. Wait until it is finished.
        System Preferences > Spotlight > Privacy
        http://support.apple.com/kb/ht2409
    7.Try OmniDiskSweeper. This will give the storage size details of the items.
       https://www.omnigroup.com/more
       Select Macintosh HD and click  “Sweep Selected Drive” at the bottom.
       Be careful. Delete only the files that can be safely  deleted. If you are not sure about any file, don’t touch it.
    8. Move iTunes, iPhoto and iMovie media folders to an external drive.
        iTunes
        http://support.apple.com/en-us/HT201562
        iPhoto
        http://support.apple.com/kb/PH2506
        iMovie
        http://support.apple.com/kb/ph2289

  • Please, advice how to optimize optimizer_index_cost and the other optimizer

    I need to tune my performance. I have too many db_file_sequential read due to index lookups. The tables are Large and indexes are also large. I would like to only cache the indexes that are actually used.
    Please, advice how to tune optimizer_index_cost and the other optimizer_index parameters.
    Thanks a lot,
    MJ

    Oracle will only cache blocks from objects that are used. I'm not sure, therefore, what it is you are trying to cache (or not cache) here.
    What version of Oracle are you using? Assuming you're using 9i or later, gathering system statistics is generally preferrable to adjusting optimizer initialization parameters.
    You are also in the somewhat unique position of, apparently, complaining that the CBO is using too many indexes rather than doing full table scans. While it is certainly true that full table scans may be more efficient than index lookups, it is pretty rare for the CBO to erroneously use indexes when it shouldn't-- it tends to be much less index hungry than the RBO was, for example. It sounds like you likely have inefficient SQL that needs to be tuned, not that you have initialization parameters to tune.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How can I get back the other version of itunes?

    It was much easier to use and way more confortable, How can I get back the other version of itunes? It was much easier to use and way more confortable
    I can't pass playlists from itunes to my i-pod, and the sthetic of the new itunes is not a good one.
    Could I get back an older version? those were easier to use, more simplier

    Apple wisely leaves a copy of iMovie version 9 installed in the Application folder when you download version 10.

Maybe you are looking for

  • MB5B report values not consistent

    Hi, Everytime when run MB5B report for same set of input and periods we are getting different values for opening and end /closing value. when we execute the same report we are getting different values for opening and closing/end values this differenc

  • Creating Essbase measure hierarchy in OBIEE

    Hi All, I have imported Essbase cube(11.1.2) to OBIEE 11.1.1.7 . In RPD i have clicked on "convert measure dimension to flat measures" in physical layer. Now measures are showing up as                                               Meas1              

  • How to modify template

    Hi.  I am new to ITS. I need to modify a template at location Internet services => System => Theme DM => HTML Templates => GENERATOR How do I modify this template, SE80? Once modified, is the change active?  Do I need to publish the changes? Thanks,

  • Printing to video error

    I am using the latest version of Final Cut Pro. Whenever I finish a video, I print it back to a DV so I have an original. It continues to play on the computer and I do not see any errors when it plays on the computer. However, sometimes on the DV, th

  • How auto-renewal works

    How can I turn auto renewal off of my creative cloud subscription? Adobe FAQ says that there is an option for that in account management but I can't find such option. I have one year subscription.