From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E1A3F3858CD1; Fri, 29 Dec 2023 18:56:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1A3F3858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703876180; bh=Ui69SSP5cVdNcx5STgjZCM8+9TYNRszoO+NK8Nui2Y4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ym7V6ERXj3Fb8mywkm7vgXP0Tm4uaRD2KK/wl7PAp22C4AHl8nbEYjMwrheU4CaYZ USvn/wKL3d40UZx1nafx/rTcFDIpjN8DWObBmgJCYtqhj5ws1/hfdJHs2RmrKdPApr hT5Q+lELJrBCCeuadorn4p9VJPofJ1kxIYC18Wh4= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/31186] Some dirent/io tests don't work on xfs Date: Fri, 29 Dec 2023 18:56:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.39 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW 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: 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=3D31186 --- Comment #4 from H.J. Lu --- >From the first __getdents64 call: Breakpoint 2, __readdir_unlocked (dirp=3Ddirp@entry=3D0x5655a5b0) at ../sysdeps/unix/sysv/linux/readdir.c:32 32 { (gdb) next 33 int saved_errno =3D errno; (gdb)=20 37 if (dirp->offset >=3D dirp->size) (gdb)=20 39 ssize_t bytes =3D __getdents64 (dirp->fd, dirp->data, (gdb)=20 41 if (bytes <=3D 0) (gdb)=20 51 dirp->size =3D bytes; (gdb)=20 54 dirp->offset =3D 0; (gdb)=20 78 if (!in_ino_t_range (inp->dp64.d_ino)) (gdb)=20 88 __set_errno (EOVERFLOW); (gdb) p inp->dp64.d_ino $1 =3D 6442498605 (gdb) --=20 You are receiving this mail because: You are on the CC list for the bug.=