On Tue, Oct 08, 2002 at 09:35:04AM +0800, kechie wrote:
> Mozilla 1.0.1 sometimes freezes on me and consumes all of the idle CPU
> cpu cycles.  Any similar experiences?  Any ideas on thawing-out the
> frozen process?

You can try to force kill it:

    $ ps ax | grep mozilla

    <some output here which will tell you what the actual process names
    of mozilla are, the next commands assume a Debian setup, where the
    processes are mozilla-bin. I don't know how things are with other
    distributions>

    $ kill `pidof mozilla-bin`

    <wait a few seconds>

    $ ps ax | grep mozilla

    <if they're still there>

    $ kill -9 `pidof mozilla-bin`

 --> Jijo

-- 
Federico Sevilla III   :  http://jijo.free.net.ph
Network Administrator  :  The Leather Collection, Inc.
GnuPG Key ID           :  0x93B746BE
_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to