This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin randomly pauses under Win2k


> >> 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 an strace demonstrating
the
> >problem:
>
>  From the code, the only thing here that I can see which could take any
time
> is the set_security_attribute() call, which is only invoked if you have
> CYGWIN=ntsec.

I inserted some extra syscall_printf statements and it actually stalls on
this line... (!)
  x = CreateFile (get_win32_name (), access, shared, &sa,
creation_distribution,
          file_attributes, 0);
This is with a local drive, not a network one. I have no idea why CreateFile
is taking so long.

>
> >   97 7911229 [main] base 2872 fhandler_base::open:
> >(C:\cygwin\opt\kde2\lib\cygkatecore.dll, 0x110000)
> >*** big long pause ***
> >11237820 19149049 [main] base 2872 fhandler_base::open: 0x19C =
CreateFileA
> >(C:\cygwin\opt\kde2\lib\cygkatecore.dll, 0x8
> >0000000, 0x7, 0x22F764, 0x3, 0x2000080, 0)



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]