X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Eric Mader Subject: Re: Install hangs Date: Fri, 29 Sep 2006 07:16:39 -1000 Lines: 42 Message-ID: References: <001f01c6e194$e3e56970$a501a8c0 AT CAM DOT ARTIMI DOT COM> <451AD645 DOT 9060601 AT cygwin DOT com> <451B361B DOT 5080903 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) In-Reply-To: <451B361B.5080903@cygwin.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 Larry Hall (Cygwin) wrote: > Eric Mader wrote: >> >> In the process of messing around w/ the scripts in /etc/postinstall I >> ran into a problem w/ find. In an attempt to find scripts where both >> the '.sh' and the '.sh.done' versions existed I typed the command: >> >> find . -name "*.sh" -exec ls \{\}.done \; >> >> This caused some strange error messages, and left some stalled >> processes running 'find' behind. (I can't run this command now because >> the successful run of setup.exe cleaned them all up, but here's the >> output of a similar use of '-exec' in find: >> >> $ find . -name "*.sh.done" -exec ls \{\} \; >> 197 [main] find 16764 fhandler_dev_zero::fixup_mmap_after_fork: >> requested 0x >> 430000 != 0x0 mem alloc base 0x430000, state 0x2000, size 1040384, >> Win32 error 4 >> 87 >> 543 [main] find 16764 c:\cygwin\bin\find.exe: *** fatal error - >> c:\cygwin\bi >> n\find.exe: *** recreate_mmaps_after_fork_failed >> >> It takes quite a long time to get a command prompt back after these >> error messages, and it leaves behing a stalled process. >> >> Is this releated somehow to my many failed attempts to run setup.exe, >> or is it a know problem w/ find? >> > > Could be a rebase issue. Try installing the package, read the README, and > follow the instructions for rebasing your system. I ran rebaseall (w/ no arguments) and the above find command still fails in the same way. Anything else I can try? Is there a way to save the list of installed packages and do a clean install? Regards, Eric -- 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/