X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=HVnPnTj tAHE9wMi4HJ+Wl9o6wjvYYeQlWo9jMjwZDtRHc6gm7SeTq3SAVagXNHFseb7Opdi slSdq0yg7rwcfcLzltOWCpwqeSYsyUjNZ/wV23lnmEWUUtWmgRcRQ1pCaw/MEPw1 7u3RK1JfABsK0gJuYaoVk/FS+7iRhzmT9wa4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=QbZiLZgVDUm9b mIJ6+I4w/MG3a8=; b=dTPjfygTrB9jRtRD6T5dp37Vl1xx/Afmuw9HNhxFCVCTR OhrKcmK+SUg+9r7CthJzfRan356wN/sZRZeREYxPCFiszw+uiGeYYVZus4ZL0MW5 sU7DGW83jBBoBlru0dNqr+O7Hwa24+/+/2um1Db9E3wNisUR2IKEZ4pLvj9gKM= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,TIME_LIMIT_EXCEEDED autolearn=unavailable version=3.3.2 spammy=kegel, Kegel, H*r:a17, H*r:sk:a14-v6s X-HELO: mail-pf0-f182.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=AW6pwNlbOKD1fbmBd2wZYiDM+yumdwgCzB0j+Lr0X8E=; b=DxsogUXQVwNn2DlXlTs+JtsctWiiHlHD/wHZET0xI7DVPiQhLGdG9yqKMQjXl/45wR p4g5eoljk3KSn9IPEjrysJzdCgudRzuf2KJdbpYyU3lsLAfGhOrVzZ1nNZtU72XE8iT3 fh2k4zOqYteBiUX6eiWHf9qoeLR+p2LDp6PlJXkLtNRYiLrDjBv16e2EWB1Yv3i9LTPP EJQ0BdBdD2FdAs5s+mDMvFxg+RUyXxFwpU/H/EP5otr92q9IoC2h8OABwBLTQEgntfxb hnunxK7Dwdwx+jQflpacebyGPYCKzY6OrWDDekYj1WY/ewpXC3ssUPi2SJK5crN1bUjN 1A3Q== X-Gm-Message-State: ALKqPweo3oyX/HJSOohYMM788UJLuLNKGJiHWFmyE0mgTXtlWbAZXpoU i9/qHs1Bp01FuCN28K43X1htANnxpQi97ozMVhxPBA== X-Google-Smtp-Source: AB8JxZq1HepAuCj8V4nTmljyihSpC+ibV1tQMmnH4IgDduGatGKfrMuyUPe7RaOewkBmGAp5/TkSpN9jBHhHvA8Opzk= X-Received: by 2002:a63:794d:: with SMTP id u74-v6mr18891660pgc.328.1526991897901; Tue, 22 May 2018 05:24:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Dan Kegel Date: Tue, 22 May 2018 05:24:57 -0700 Message-ID: Subject: Re: du core dump if run on directory being deleted? To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" (Oh, and running du sometimes causes the delete to emit warnings like build.deleteme.8300\src\THIRD_~1\webgl\src\sdk\tests\CONFOR~1\ogles\GL - The directory is not empty. Evidently du holds the directory open, or something. ) On Mon, May 21, 2018 at 7:58 PM, Dan Kegel wrote: > Hi! Given a rather large directory build.deleteme, doing > rmdir /s /q build.deleteme > in a CMD window, and then doing > du build.deleteme > in a cygwin window, seems to result in a reproducible crash; > at least, it happened the two times I tried it :-) > > Log of the cygwin window: > > buildbot AT rbb-win10-1 /cygdrive/c/builds/xxxxx > $ du build.deleteme > du: cannot access > 'build.deleteme/src/third_party/pdfium/testing/resources/pixel/bug_543018_1.in': > No such file or directory > Aborted (core dumped) > > buildbot AT rbb-win10-1 /cygdrive/c/builds/xxxxx > $ du build.deleteme > 0 build.deleteme/src/third_party/pdfium/testing/resources > 4 build.deleteme/src/third_party/pdfium/testing > 8 build.deleteme/src/third_party/pdfium > 4 build.deleteme/src/third_party/perl/perl/lib/Module > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/mro.pm': No such file or > directory > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/NDBM_File.pm': No such > file or directory > 0 build.deleteme/src/third_party/perl/perl/lib/Net/FTP > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/Net/netent.pm': No such > file or directory > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/Net/Netrc.pm': No such > file or directory > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/Net/NNTP.pm': No such > file or directory > du: cannot access > 'build.deleteme/src/third_party/perl/perl/lib/Net/Ping.pm': No such > file or directory > Aborted (core dumped) > > Here are du.exe.stackdump and cygcheck.out. > > FWIW, this was a few minutes after rebooting to turn off windows defender. > - Dan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple