X-Spam-Check-By: sourceware.org From: Dave Silvia To: cygwin general mailing list X-Mailer: Barca Pro 2.1 (3650) - Licensed Version Date: Mon, 4 Dec 2006 05:03:10 -0600 Message-ID: <20061245310.211485@privateconcern> Subject: 1.5.21-1 Release: System resources not freed, can lead to system reboot. Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id kB4B3LSB016406 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 scripts and the resources are left allocated. So, by the time it gets to the make, there are not enough resources and the build aborts. When I go into Windows Task Manager, even though the Cygwin (bash) shells have long since terminated, the resources are not freed. If I run the simple script, it shows the same type of behavior, i.e., slowly eroding resources. And, if I just let it keep running, it doesn't see that the resources have been used up and the system reboots. ---------- #!/bin/sh #filename: keepGoing.sh echo Howdy! ./keepGoing.sh ---------- I have a Windows XP Pro SP2 platform with 1024 Mb Ram and about 60 Gb free disk space and a min/max pagefile of 2/6 Gb My question is, does this exhibit expected behavior? I've checked the FAQ and mail archive, but nothing appears to be related. But then, I may not be using the "magic" search phrase. thx, Dave S. wxMS_developers · Development with wxWidgets on MSWindows http://tech.groups.yahoo.com/group/wxMS_developers/join wxMS_developers RSS feed http://rss.groups.yahoo.com/group/wxMS_developers/rss wxWidgets Code Exchange http://wxcodex.net/ -- 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/