public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ps | grep hangs intermittently
@ 2014-01-30  3:30 Steven Penny
  2014-01-30  3:42 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Steven Penny @ 2014-01-30  3:30 UTC (permalink / raw)
  To: cygwin

I can run "ps | grep" and it will run smooth

    $ time ps | grep bash
         2312    1908    3252       2312  cons0   1000 21:20:11 /usr/bin/bash

    real    0m0.031s
    user    0m0.015s
    sys     0m0.030s

and then other times it will hang

    $ time ps | grep bash
         3144    1908       0       3144  pty0    1000   Dec 31 /usr/bin/bash
         1908       1    1908       1908  cons0   1000 21:20:04 /usr/bin/bash

    real    0m11.189s
    user    0m0.015s
    sys     0m0.015s

What is causing this?

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ps | grep hangs intermittently
  2014-01-30  3:30 ps | grep hangs intermittently Steven Penny
@ 2014-01-30  3:42 ` Christopher Faylor
  2014-01-30  3:46   ` Steven Penny
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2014-01-30  3:42 UTC (permalink / raw)
  To: cygwin

On Wed, Jan 29, 2014 at 09:30:28PM -0600, Steven Penny wrote:
>I can run "ps | grep" and it will run smooth
>
>    $ time ps | grep bash
>         2312    1908    3252       2312  cons0   1000 21:20:11 /usr/bin/bash
>
>    real    0m0.031s
>    user    0m0.015s
>    sys     0m0.030s
>
>and then other times it will hang
>
>    $ time ps | grep bash
>         3144    1908       0       3144  pty0    1000   Dec 31 /usr/bin/bash
>         1908       1    1908       1908  cons0   1000 21:20:04 /usr/bin/bash
>
>    real    0m11.189s
>    user    0m0.015s
>    sys     0m0.015s
>
>What is causing this?

http://cygwin.com/ml/cygwin/2013-12/threads.html#00262

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ps | grep hangs intermittently
  2014-01-30  3:42 ` Christopher Faylor
@ 2014-01-30  3:46   ` Steven Penny
  2014-01-30  3:47     ` David Boyce
  2014-01-30  4:44     ` Christopher Faylor
  0 siblings, 2 replies; 5+ messages in thread
From: Steven Penny @ 2014-01-30  3:46 UTC (permalink / raw)
  To: cygwin

On Wed, Jan 29, 2014 at 9:42 PM, Christopher Faylor wrote:
> http://cygwin.com/ml/cygwin/2013-12/threads.html#00262

With all due respect, so what? That is for 1.7.25, I have 1.7.27

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ps | grep hangs intermittently
  2014-01-30  3:46   ` Steven Penny
@ 2014-01-30  3:47     ` David Boyce
  2014-01-30  4:44     ` Christopher Faylor
  1 sibling, 0 replies; 5+ messages in thread
From: David Boyce @ 2014-01-30  3:47 UTC (permalink / raw)
  To: cygwin

On Wed, Jan 29, 2014 at 7:46 PM, Steven Penny <svnpenn@gmail.com> wrote:
> On Wed, Jan 29, 2014 at 9:42 PM, Christopher Faylor wrote:
>> http://cygwin.com/ml/cygwin/2013-12/threads.html#00262
>
> With all due respect, so what? That is for 1.7.25, I have 1.7.27

It was reported in 1.7.25, fixed for 1.7.28.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ps | grep hangs intermittently
  2014-01-30  3:46   ` Steven Penny
  2014-01-30  3:47     ` David Boyce
@ 2014-01-30  4:44     ` Christopher Faylor
  1 sibling, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2014-01-30  4:44 UTC (permalink / raw)
  To: cygwin

On Wed, Jan 29, 2014 at 09:46:15PM -0600, Steven Penny wrote:
>On Wed, Jan 29, 2014 at 9:42 PM, Christopher Faylor wrote:
>> http://cygwin.com/ml/cygwin/2013-12/threads.html#00262
>
>With all due respect, so what? That is for 1.7.25, I have 1.7.27

I pointed you at a thread so that you could read the thread.

cgf

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-01-30  4:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-30  3:30 ps | grep hangs intermittently Steven Penny
2014-01-30  3:42 ` Christopher Faylor
2014-01-30  3:46   ` Steven Penny
2014-01-30  3:47     ` David Boyce
2014-01-30  4:44     ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).