Re: [0T] need a url that crashes netscape

2001-01-15 Thread Cliff Sarginson
On Mon, Jan 15, 2001 at 02:47:19PM -0200, Francisco M . Neto wrote: > » Jonathan D. Proulx disse isso e eu digo aquilo: > > > On Sat, Jan 13, 2001 at 01:15:30PM -0800, Xucaen wrote: > > -- > #!/bin/bash > netscape > if ( -f ~/.netsc

Re: [0T] need a url that crashes netscape

2001-01-15 Thread Francisco M . Neto
» Jonathan D. Proulx disse isso e eu digo aquilo: > On Sat, Jan 13, 2001 at 01:15:30PM -0800, Xucaen wrote: > :but if you kill the netscape process, then it > :isn't still running somewhere on your machine and > :deleting the lock file is perfectly valid. > :isn't it? > :comments anyone? > > Perf

Re: Thanks - [0T] need a url that crashes netscape

2001-01-13 Thread ktb
Thanks to everyone who gave input, especially Ethan. This is the latest version and seems to work well - --- #!/bin/sh # mynet # used to remove netscape's lockfile and kill it's pid after a #freeze. lock_file=~/.netscape/lock net_pid=$(ps x|grep net

Re: [0T] need a url that crashes netscape

2001-01-13 Thread Jonathan D. Proulx
On Sat, Jan 13, 2001 at 01:15:30PM -0800, Xucaen wrote: :but if you kill the netscape process, then it :isn't still running somewhere on your machine and :deleting the lock file is perfectly valid. :isn't it? :comments anyone? Perfectly true however, in the following case (removal before starting)

Re: [0T] need a url that crashes netscape

2001-01-13 Thread Xucaen
but if you kill the netscape process, then it isn't still running somewhere on your machine and deleting the lock file is perfectly valid. isn't it? comments anyone? xucaen --- Jens Gecius <[EMAIL PROTECTED]> wrote: > Andre Berger <[EMAIL PROTECTED]> writes: > > > ktb <[EMAIL PROTECTED]> writes:

Re: [0T] need a url that crashes netscape

2001-01-13 Thread ktb
On Thu, Jan 11, 2001 at 10:31:40PM -0500, Christopher W. Aiken wrote: > > Why not just open up another window and "kill" the netscape pid? Because I'm tiered of doing that for the 100th time. Why not write a script to save keystrokes? kent -- "In order to make an appl

Re: [0T] need a url that crashes netscape

2001-01-12 Thread Jens Gecius
Andre Berger <[EMAIL PROTECTED]> writes: > ktb <[EMAIL PROTECTED]> writes: > > > This may be a strange request but I'm trying to write a little > > wrapper of sorts for Netscape that removes the lock file > > automatically after killing the browser when it hangs. The > > problem

Re: [0T] need a url that crashes netscape

2001-01-12 Thread Xucaen
--- ktb <[EMAIL PROTECTED]> wrote: > This may be a strange request but I'm trying > to write a little > wrapper of sorts for Netscape that removes the > lock file > automatically after killing the browser when > it hangs. The > problem I'm having is finding a site that > h

Re: [0T] need a url that crashes netscape

2001-01-12 Thread Andre Berger
ktb <[EMAIL PROTECTED]> writes: > This may be a strange request but I'm trying to write a little > wrapper of sorts for Netscape that removes the lock file > automatically after killing the browser when it hangs. The > problem I'm having is finding a site that hangs Netsca

Re: [0T] need a url that crashes netscape

2001-01-11 Thread Christopher W. Aiken
Why not just open up another window and "kill" the netscape pid? -- Christopher W. Aiken, Scenery Hill, Pa, USA chris at cwaiken dot com, www.cwaiken.com Current O/S: Debian GNU/Linux 2.2_r2 On Thu, 11 Jan 2001, ktb wrote: -> This may be a strange request but I'm trying to write a littl

[0T] need a url that crashes netscape

2001-01-11 Thread ktb
This may be a strange request but I'm trying to write a little wrapper of sorts for Netscape that removes the lock file automatically after killing the browser when it hangs. The problem I'm having is finding a site that hangs Netscape. I usually have no tr