From owner-freebsd-bugs@freebsd.org Tue Jul 18 13:20:44 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 73097D7D6D8 for ; Tue, 18 Jul 2017 13:20:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 612306E006 for ; Tue, 18 Jul 2017 13:20:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v6IDKieD013529 for ; Tue, 18 Jul 2017 13:20:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 220828] date(1) segmentation fault. print the date and time of the last modification of filename Date: Tue, 18 Jul 2017 13:20:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: egypcio@googlemail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2017 13:20:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220828 Bug ID: 220828 Summary: date(1) segmentation fault. print the date and time of the last modification of filename Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: egypcio@googlemail.com HEAD (12.0-CURRENT, r320640) [ino64] % uname -mirK ; date ; date -r -67769588800000000 12.0-CURRENT amd64 GENERIC-NODEBUG 1200037 Tue Jul 18 14:59:15 CEST 2017 Segmentation fault (core dumped) STABLE/11 (11.1-PRERELEASE, r319119) % uname -mirK ; date ; date -r -67769588800000000 11.1-PRERELEASE amd64 GENERIC 1100513 Tue Jul 18 14:49:17 CEST 2017 Segmentation fault (core dumped)=20 STABLE/11 (11.0-STABLE, r315133) % uname -mirK ; date ; date -r -67769588800000000 11.0-STABLE amd64 GENERIC 1100509 Tue Jul 18 14:48:47 CEST 2017 Segmentation fault (core dumped) % env TZ=3D date -r -67769588800000000 Segmentation fault (core dumped) % date -r date.core=20 Tue Jul 18 15:05:26 CEST 2017 % ident /bin/date /bin/date: $FreeBSD: stable/11/lib/csu/amd64/crt1.c 292000 2015-12-08 19:32:58Z emaste $ $FreeBSD: stable/11/lib/csu/common/crtbrand.c 232832 2012-03-11 20:04:= 09Z kib $ $FreeBSD: stable/11/lib/csu/common/ignore_init.c 245133 2013-01-07 17:58:27Z kib $ $FreeBSD: stable/11/lib/csu/amd64/crti.S 217105 2011-01-07 16:07:51Z k= ib $ $FreeBSD: stable/11/bin/date/date.c 282608 2015-05-07 20:54:38Z delphi= j $ $FreeBSD: stable/11/bin/date/netdate.c 244538 2012-12-21 15:54:13Z kev= lo $ $FreeBSD: stable/11/bin/date/vary.c 133381 2004-08-09 13:43:39Z yar $ $FreeBSD: stable/11/lib/csu/amd64/crtn.S 217105 2011-01-07 16:07:51Z k= ib $ STABLE/10 (10.3-STABLE, 1003501) % uname -mirK ; date ; date -r -67769588800000000 10.3-STABLE amd64 GENERIC 1003501 Tue Jul 18 15:13:29 CEST 2017 Sun Jan 0 00:00:00 LMT 1900 % ident /bin/date /bin/date: $FreeBSD: stable/10/lib/csu/amd64/crt1.c 245133 2013-01-07 17:58:27Z k= ib $ $FreeBSD: stable/10/lib/csu/common/crtbrand.c 232832 2012-03-11 20:04:= 09Z kib $ $FreeBSD: stable/10/lib/csu/common/ignore_init.c 245133 2013-01-07 17:58:27Z kib $ $FreeBSD: stable/10/lib/csu/amd64/crti.S 217105 2011-01-07 16:07:51Z k= ib $ $FreeBSD: stable/10/bin/date/date.c 283258 2015-05-21 18:59:11Z delphi= j $ $FreeBSD: stable/10/bin/date/netdate.c 244538 2012-12-21 15:54:13Z kev= lo $ $FreeBSD: stable/10/bin/date/vary.c 133381 2004-08-09 13:43:39Z yar $ $FreeBSD: stable/10/lib/csu/amd64/crtn.S 217105 2011-01-07 16:07:51Z k= ib $ --=20 You are receiving this mail because: You are the assignee for the bug.=