> Anti Virus?
Yes, I'll wager that's it - the program I saw this in was lstat'ing DLL
files...
Chris
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: h
Anti Virus?
Bye, Heribert ([EMAIL PROTECTED])
> -Original Message-
> From: Chris January [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, April 18, 2002 18:30
> To: [EMAIL PROTECTED]
> Subject: Re: cygwin randomly pauses under Win2k
>
> > >> Every now and
On Thu, Apr 18, 2002 at 06:01:55PM +0200, Corinna Vinschen wrote:
>On Thu, Apr 18, 2002 at 11:52:43AM -0400, Chris Faylor wrote:
>>On Thu, Apr 18, 2002 at 04:31:56PM +0100, Chris January wrote:
Every now and again (every 15-30 minutes or so), my cygwin apps pause
for 1-2 MINUTES I hav
> >> Every now and again (every 15-30 minutes or so), my cygwin apps
> >> pause for 1-2 MINUTES I have written a simple script to capture
> >> this behaviour:
> >
> >Yes, I've seen this behaviour. It's something to do with file I/O IIRC.
100%
> >reproducible in a small program I have. Here's
Chris J (Not to be confused with Chris F),
How about sending along the source code for your small program,
so I can give it a wiz-bang. So far, running strace on my system
seems to make the problem I have go away, so if you can readily
reproduce the behaviour, I would like to try it on my syste
On Thu, Apr 18, 2002 at 11:52:43AM -0400, Chris Faylor wrote:
> On Thu, Apr 18, 2002 at 04:31:56PM +0100, Chris January wrote:
> >> Every now and again (every 15-30 minutes or so), my cygwin apps
> >> pause for 1-2 MINUTES I have written a simple script to capture
> >> this behaviour:
> >
>
On Thu, Apr 18, 2002 at 04:31:56PM +0100, Chris January wrote:
>> Every now and again (every 15-30 minutes or so), my cygwin apps
>> pause for 1-2 MINUTES I have written a simple script to capture
>> this behaviour:
>
>Yes, I've seen this behaviour. It's something to do with file I/O IIRC. 1
> I have this wierd behaviour, and it is causing some stats that I
> run to whack out.
>
> Every now and again (every 15-30 minutes or so), my cygwin apps
> pause for 1-2 MINUTES I have written a simple script to capture
> this behaviour:
> What's interesting is that between seconds 42
Marc,
Yes.
% strace --version
trace V1.0, Copyright (C) 2001, 2002 Red Hat Inc., Feb 25 2002
% strace --help
Usage: strace [OPTIONS]
-b, --buffer-size=SIZE set size of output file buffer
-d, --no-delta don't display the delta-t microsecond timestamp
-f, --trace-childr
is strace/ltrace available on cygwin ??? :)
I've just run the setup.exe but i don't find it !
not more on the web :(
Marc
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ
Ah yes. My instructor for our Advanced Unix course
was always fond of stating: "It is perfectly acceptable
to smother your performance problems with hardware."
On Wed, 17 Apr 2002 12:59:10 -0400, Larry Hall (RFK Partners, Inc) wrote:
>Yep. That's the occasional detriment of strace. It hides
Yep. That's the occasional detriment of strace. It hides the problem you're
looking to track. I wouldn't dismiss it's potential as a solution for your
problem so quickly though. strace with a much larger disk and a top-of-the-
line processor is a clear win! ;-)
Sorry it wasn't more help to yo
Great!
I set up a strace on the 'doit script', and the very act of
running strace seems to make everything behave as
expected. But, I can't run this thing all the time, as
strace generates a small quantity of output.
Oh well, I'll keep monitoring it for a while and see what
comes out.
/ "Mark Paulus" <[EMAIL PROTECTED]> wrote:
| I have this wierd behaviour, and it is causing some stats that I
| run to whack out.
|
| Every now and again (every 15-30 minutes or so), my cygwin apps
| pause for 1-2 MINUTES I have written a simple script to capture
| this behaviour:
Jus
At 12:03 PM 4/16/2002, Mark Paulus wrote:
>I have this wierd behaviour, and it is causing some stats that I
>run to whack out.
>
>Every now and again (every 15-30 minutes or so), my cygwin apps
>pause for 1-2 MINUTES I have written a simple script to capture
>this behaviour:
If you're
I have this wierd behaviour, and it is causing some stats that I
run to whack out.
Every now and again (every 15-30 minutes or so), my cygwin apps
pause for 1-2 MINUTES I have written a simple script to capture
this behaviour:
$ cat doit
#!/usr/bin/bash
while [ 1 ]
do
echo `date`
16 matches
Mail list logo