delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | Eric Blake <ebb9 AT byu DOT net> |
Subject: | Re: cross-device mv regression in latest snapshot |
Date: | Fri, 31 Aug 2007 14:18:54 +0000 (UTC) |
Lines: | 18 |
Message-ID: | <loom.20070831T161106-229@post.gmane.org> |
References: | <loom DOT 20070831T154456-530 AT post DOT gmane DOT org> |
Mime-Version: | 1.0 |
User-Agent: | Loom/3.14 (http://gmane.org/) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Eric Blake <ebb9 <at> byu.net> writes: > I'm trying to track down a breakage in cross-device moves in the latest cygwin > CVS code, whether it is in coreutils-9.6-5 or due to a recent cygwin change, > although my current suspect is Corinna's changes. I've ruled out my changes in coreutils-9.6-5, as a fresh CVS coreutils build exhibits the same problem. Rather, via a gdb trace, it appears this call is the problem: open("file2", O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0600); It is creating the file on the samba share, then returning -1 as the fd. -- Eric Blake -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |