Re: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-08 Thread Dave Silvia
> -- On Thu, 07 Dec 2006 06:36:05 -0700 Eric Blake wrote -- > >> Are you SURE you don't have a buggy driver installed? Known >> culprits include Agnitum outpust, Mcafee virus scanners, Logitech >> webcam, ... In other words, the leak is not caused by cygwin, but >> by your buggy driver leaking me

Re: 1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Silvia
-- On Thu, 07 Dec 2006 06:36:05 -0700 Eric Blake wrote -- > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Dave Silvia on 12/7/2006 6:08 AM: >> Hi! >> >> On further investigation an looking more closely at the areas in >> the configure script

1.5.21-1 Release: Windows memory resources do not recover.

2006-12-07 Thread Dave Silvia
Hi! On further investigation an looking more closely at the areas in the configure script where they errors and/or reboot was occurring, and with some helpful pointers from responders on this list, I've constructed the following bash shell script (exhaustMem.bsh): -- #!/bin/sh if [ "$1"

Re: Help for debug and pause

2006-12-05 Thread Dave Silvia
Hi! You could be talking about two different things, I'm not sure. If you mean pause a running program from a command line then you use: Ctrl-Z If you use Ctrl-C, it quits the program. Once you've paused a program from the command line, you type: fg Which brings it back to the foreground. If

Where does Cygwin store its parameters?

2006-12-04 Thread Dave Silvia
Hi! I'm trying to write a script that knows what the user selected for parameters at installation. For example, What type of line endings (CRLF, LF, etc.). Where does Cygwin store this sort of information, if anywhere? thx, Dave S. wxMS_developers ยท Development with wxWidgets on MSWindows http:

1.5.21-1 Release: System resources not freed, can lead to system reboot.

2006-12-04 Thread Dave Silvia
Hi! I have a simple script that illustrates a problem I'm dealing with in installing a software package which operates under Cygwin. It uses a modified configure/config.status scripting and then runs a make. The problem is that when the scripts are running, it seems they keep invoking other script