From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 198393858D35; Sun, 5 Mar 2023 17:55:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 198393858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1678038948; bh=kRnmNOyM4+oacoj8N4gAAKStSwkFBLdC89Q8W2Sy2CI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Oxug6Hm3xxe3ZgN9MTxu5n3NXVyNh599fv6ryMiLoWs6zwBdbS1FsS5LHvMmx7nD4 SOWS1xaDPTCT1oCteA+M8k6ewwOq1M/0xzcf+UtXSb/sEYyt38mNow+13H1dvBRbP9 82kYpK3REBKy5ppf8nBMEm0i1gns8bxy0rQwEIrw= From: "girish946 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug time/30200] time sometimes appears to go backwards Date: Sun, 05 Mar 2023 17:55:47 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: time X-Bugzilla-Version: 2.35 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: girish946 at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30200 girish changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |girish946 at gmail dot com --- Comment #2 from girish --- Getting the same output: $ for i in `seq 10000`; do ./a.out ; done ts1 =3D { tv_sec =3D 1678038427, tv_nsec =3D 701070 } tt2 =3D 1678038426 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038428, tv_nsec =3D 362023 } tt2 =3D 1678038427 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038429, tv_nsec =3D 823507 } tt2 =3D 1678038428 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038430, tv_nsec =3D 629951 } tt2 =3D 1678038429 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038431, tv_nsec =3D 543252 } tt2 =3D 1678038430 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038432, tv_nsec =3D 665985 } tt2 =3D 1678038431 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038433, tv_nsec =3D 263170 } tt2 =3D 1678038432 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038434, tv_nsec =3D 1015063 } tt2 =3D 1678038433 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038435, tv_nsec =3D 616891 } tt2 =3D 1678038434 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038436, tv_nsec =3D 421832 } tt2 =3D 1678038435 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038437, tv_nsec =3D 552004 } tt2 =3D 1678038436 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038438, tv_nsec =3D 742045 } tt2 =3D 1678038437 Aborted (core dumped) ts1 =3D { tv_sec =3D 1678038439, tv_nsec =3D 82622 } tt2 =3D 1678038438 Aborted (core dumped) System: (GNU libc) 2.36 Linux fedora 6.1.13-200.fc37.x86_64 --=20 You are receiving this mail because: You are on the CC list for the bug.=