This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Regression in latest snapshot (x86 arch)?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]