This is the mail archive of the cygwin 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 1.5.19 / sh.exe progressively drives a server to freeze ...


Emmanuel TORRE wrote:

[snip]
> If anyone has some advice to help me finding out this problem. Is gbd
> sufficient to allow me to debug the execution ?

1. Upgrade to 1.5.22 to avoid bugs that have already been fixed.

2. Simplify: don't run your compiled script, run the script (for testing).

3. If the script has the problem, debug with bashdb (bash debugger).  Gdb is not
useful in your situation, non responsive programs and the whole system is a
Windows fault, the only thing you can do is run your program at low priority
(try `nice your-program`).

4. Monitor the computer with more detail.  Since the problem only appears on 2
machines, it is likely that those 2 have resource problems not related to Cygwin
(number of files open, sockets open, paging, etc.)

HTH
-- 
René Berber


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]