Date: Sat, 24 Jul 2021 00:19:48 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 257368] ggate(d) misbehaving Message-ID: <bug-257368-227-tAfxAdmn1x@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257368-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257368 --- Comment #3 from johannes@jo-t.de --- $ truss zpool create testvolpool /dev/ggate0 [...snipped...] openat(AT_FDCWD,"/dev/ggate0",O_RDONLY,00) = 7 (0x7) fstat(7,{ mode=crw-r----- ,inode=76,size=0,blksize=4096 }) = 0 (0x0) ioctl(7,DIOCGMEDIASIZE,0x7fffff281960) = 0 (0x0) mmap(0x0,266240,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 42446731808768 (0x269ae65f1000) pread(7,"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,262144,0x0) = 262144 (0x40000) pread(7,"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,262144,0x40000) = 262144 (0x40000) pread(7,"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,262144,0xc7ff80000) = 262144 (0x40000) pread(7,"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...,262144,0xc7ffc0000) = 262144 (0x40000) close(7) = 0 (0x0) Looks fine to me... and shows no weird 2 GB read. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257368-227-tAfxAdmn1x>
