Date: Mon, 08 Apr 2024 13:49:52 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 274538] panic: vrefact: wrong use count 0 Message-ID: <bug-274538-227-ZxCTSwKUIA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-274538-227@https.bugs.freebsd.org/bugzilla/> References: <bug-274538-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274538 Alex S <iwtcex@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iwtcex@gmail.com --- Comment #3 from Alex S <iwtcex@gmail.com> --- I get the same panic. It's reproducible with: #define _GNU_SOURCE #include <assert.h> #include <stdio.h> #include <fcntl.h> #include <sys/stat.h> int main() { int fd =3D open("/dev/dri/card0", O_RDWR | O_CLOEXEC); assert(fd !=3D -1); struct stat st; fstatat(fd, "", &st, AT_EMPTY_PATH); return 0; } --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274538-227-ZxCTSwKUIA>