From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103192 invoked by alias); 20 Feb 2018 11:25:36 -0000 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 Received: (qmail 103178 invoked by uid 89); 20 Feb 2018 11:25:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=birth, Birth, Links, H*r:POST X-HELO: lb2-smtp-cloud8.xs4all.net Received: from lb2-smtp-cloud8.xs4all.net (HELO lb2-smtp-cloud8.xs4all.net) (194.109.24.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 20 Feb 2018 11:25:33 +0000 Received: from webmail.xs4all.nl ([IPv6:2001:888:0:22:194:109:20:205]) by smtp-cloud8.xs4all.net with ESMTPA id o639ee6jkar0wo639eSF0X; Tue, 20 Feb 2018 12:25:31 +0100 Received: from a83-162-234-136.adsl.xs4all.nl ([83.162.234.136]) by webmail.xs4all.nl with HTTP (HTTP/1.1 POST); Tue, 20 Feb 2018 12:25:31 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 20 Feb 2018 11:25:00 -0000 From: Houder To: cygwin@cygwin.com Subject: Regression in latest snapshot (x86 arch)? Message-ID: <7c57af5b8908819821b73f4df6b3bb7a@xs4all.nl> X-Sender: houder@xs4all.nl User-Agent: XS4ALL Webmail X-CMAE-Envelope: MS4wfOMVenV8dcePVrw/BwJ7PH/hgXXZ12YI4Zp9n3Y3ujP3L6ymtAJM9Qmto0kIPjOE5S+Yoy5it5tGkCXjenvhZKRjZTkljvH9dqweCxhPPO2PX+ZxQavK qopBX1laXEsVNbiHt1Fwouc2NLQld5d7f/umI5IxT4jaBMUav/FQ2eW7YGar4uH60ZGAO0ROGpsCM9pQgGxwa1OOBv3uI2JyRUs= X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00221.txt.bz2 L.S., As far as I can tell, the latest snapshot (2018-02-16) has a problem in case of the x86 arch. I noticed it when I applied "cp -p" to cygwin1.dll @@ stat cygwin1.dll File: cygwin1.dll Size: 3003413 Blocks: 2936 IO Block: 65536 regular file Device: 33d91880h/869865600d Inode: 15762598695825794 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 1000/ Henri) Gid: ( 513/ None) Access: 1970-01-01 01:01:39.427244800 +0100 Modify: 1970-01-01 01:00:54.998366800 +0100 Change: 2018-02-20 11:41:41.747593600 +0100 Birth: 2018-02-20 10:49:55.031336800 +0100 For some reason 'access time' and 'modify time' default to 1970-01-01. I do not notice this for the x86_64 arch. Anybody NOT experiencing this "regression?" Henri @@ uname -a CYGWIN_NT-6.1-WOW Seven 2.10.1(0.325/5/3) i686 Cygwin @@ strings /usr/bin/cygwin1.dll | grep -m1 -E '/vinschen/|/corinna/|/cygheap\.cc' /ext/build/mknetrel/src/cygwin-snapshot-20180216-1/winsup/cygwin/cygheap.cc @@ pwd /home/Henri @@ rm aap noot @@ touch aap @@ stat aap File: aap Size: 0 Blocks: 0 IO Block: 65536 regular empty file Device: 33d91880h/869865600d Inode: 5629499534242193 Links: 1 Access: (0644/-rw-r--r--) Uid: ( 1000/ Henri) Gid: ( 513/ None) Access: 1970-01-01 00:58:52.-659927900 +0100 Modify: 1970-01-01 00:58:52.-659927900 +0100 Change: 2018-02-20 12:19:28.967976100 +0100 Birth: 2018-02-20 12:19:28.967976100 +0100 @@ cp -p .bashrc noot @@ stat noot File: noot Size: 8309 Blocks: 12 IO Block: 65536 regular file Device: 33d91880h/869865600d Inode: 20829148276589133 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 1000/ Henri) Gid: ( 513/ None) Access: 1970-01-01 00:57:45.-158186600 +0100 Modify: 1970-01-01 00:57:45.-158186600 +0100 Change: 2018-02-20 12:01:52.670520600 +0100 Birth: 2017-05-24 19:42:17.311494900 +0200 @@ stat .bashrc File: .bashrc Size: 8309 Blocks: 12 IO Block: 65536 regular file Device: 33d91880h/869865600d Inode: 37717646879229026 Links: 1 Access: (0755/-rwxr-xr-x) Uid: ( 1000/ Henri) Gid: ( 513/ None) Access: 2018-01-24 15:27:52.646229400 +0100 Modify: 2018-01-24 15:27:52.646229400 +0100 Change: 2018-01-24 15:27:52.677429500 +0100 Birth: 2016-07-19 14:31:42.953010600 +0200 ===== -- 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