Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Message-ID: Date: Thu, 25 Nov 2004 01:04:34 +0100 From: Schneelocke Reply-To: Schneelocke To: cygwin AT cygwin DOT com Subject: [BUG] (1.5.12-1) find(1) error message: "WFSO timed out after longjmp" Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, running the following command in a directory with a large number of files (>10000) causes the following error message: $ (find . -type f -print0 | xargs -0 md5sum) >~/md5sums C:\cygwin\bin\find.exe (3000): *** WFSO timed out after longjmp $ This happens with Cygwin 1.5.12-1 (packages last updated on 2004-11-23) running on Windows XP Home Edition with SP2 installed. The output of cygcheck -s -v -r is attached; running this gave another warning message ("cygcheck: dump_sysinfo: GetVolumeInformation() failed: 1"), but I doubt that this is a big problem. Googling for "WFSO timed out after longjmp" finds only one webpage, a log of an IRC session where a similar problem seems to be encountered. FWIW, it seems like the actual output of the find run (the md5sums file) is valid and complete, although I haven't confirmed this yet. If you need further information, want me to try something and so on, please let me know. Also, please Cc me on replies, as I'm not subscribed to the list. Thank you! -- schnee -- 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/