From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22128 invoked by alias); 10 Jan 2009 23:39:53 -0000 Received: (qmail 22120 invoked by uid 22791); 10 Jan 2009 23:39:53 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_63,J_CHICKENPOX_66,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from qmta02.emeryville.ca.mail.comcast.net (HELO QMTA02.emeryville.ca.mail.comcast.net) (76.96.30.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Jan 2009 23:39:13 +0000 Received: from OMTA09.emeryville.ca.mail.comcast.net ([76.96.30.20]) by QMTA02.emeryville.ca.mail.comcast.net with comcast id 1sB41b00A0S2fkCA2zfCU4; Sat, 10 Jan 2009 23:39:12 +0000 Received: from [192.168.0.101] ([67.166.125.73]) by OMTA09.emeryville.ca.mail.comcast.net with comcast id 1zfA1b00i1b8C2B8VzfBCT; Sat, 10 Jan 2009 23:39:12 +0000 Message-ID: <496931AD.4090907@byu.net> Date: Sun, 11 Jan 2009 01:49:00 -0000 From: Eric Blake User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: find assert (was Re: [1.7] System reboot (udfs.sys),...) References: <495A4B87.3080009@partners.org> <20081230170638.GB5230@ednor.casa.cgf.cx> <20081230174104.GD5230@ednor.casa.cgf.cx> <20081230175246.GE5230@ednor.casa.cgf.cx> <20081230190603.GA13443@ednor.casa.cgf.cx> <20090108153111.GA18089@calimero.vinschen.de> <20090109114535.GG19133@calimero.vinschen.de> In-Reply-To: <20090109114535.GG19133@calimero.vinschen.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2009-01/txt/msg00267.txt.bz2 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Corinna Vinschen on 1/9/2009 4:45 AM: > That's what happens in gnulib's fts in case of returning FTS_NS: > > memset(sbp, 0, sizeof(struct stat)); > return (FTS_NS); > > So st_mode is 0 here, too and the same problem occurs. Here's what I'm reporting upstream: when d_type directory traversal is enabled, the following sequence is okay: $ mkdir example $ ln -s /nowhere example/n $ find -L example example example/n but the following asserts: $ rm example/n $ ln -s //nowhere example/n $ find -L example example assertion "state.type != 0" failed: file "/usr/src/findutils-4.5.3-1/src/findutils-4.5.3/find/ftsfind.c", line 475, function: consider_visiting Aborted (core dumped) - -- Don't work too hard, make some time for fun as well! Eric Blake ebb9@byu.net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAklpMa0ACgkQ84KuGfSFAYAffgCgy5y0VEA/ACr3v0AX9li0/iYy Bg8AoIrgALf8b75OZdqDIDfcC2+H/PI/ =DvwO -----END PGP SIGNATURE----- -- 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/