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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=WDH UAB0NkEGy1mZ/ZYG9v8DjFoCsd2vPPQyhp8uoVq/AU+L9c6dIgc6OpvQWZR//Yd4 PXoQR+FHSVQy/+Q+BarGTj+mMny4JYTPZSFECLBugSDl6t1yN2KrT7ZpxdGfviRt l7aP3j1Ibi10aDMs2rgTIKJLR7L9k0WlgX9idG9k= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=TdFu/Z6Fs 0mtDXHNX7QrvDad+0Q=; b=B994yKxmbKRkaZr8PZPdRSmK1Tcwx0E7NkcP7aHBc Y5/Q6W9kdhYnbIVNossUBRgqmqeS6xYXXzKuF3+ksY0eyed3PVDbW0LjCSAKgTC1 dM3Cf8phs3fh+2alN39QFs+lZVrniOsJs5Y93yCFg0KEhZQGcHzPAGkk4quR5DkI iA= 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=-0.0 required=5.0 tests=BAYES_20 autolearn=ham version=3.3.2 spammy=2-3, H*r:8.14.7, H*F:U*cygwin X-HELO: Ishtar.sc.tlinx.org Message-ID: <5AE28B9C.9070209@tlinx.org> Date: Thu, 26 Apr 2018 19:31:56 -0700 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: odd behavior(bug?) during run of setup Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes When running setup -- a few time have gotten an error saying that it couldn't create /llvm-objdump.exe.stackdump (setup-x86-64-2.891) I looked, and there is no such file in the root dir, so I traced it with process monitor and first saw it try to CreateFile C:\llvm-objdump.exe.stackdump (Name not found) Then CreateFile C: ACCESS DENIED. Since that's the only ref to llvm-objdump.exe.stackdump and the only place with an access denied right after it, I suspect that's where the error is coming from. So for some reason it seems to be trying to create a stackdump, but first it's trying to create the hard drive (C:). Weird. Told it to ignore -- and setup went on an finish w/no further probs. So maybe there was a stackdump during setup and it tried to create the dir that is topmost? Just a guess... Has happened 2-3 times now in running setup... -- 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