Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 18:11:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 238035] Divide by zero in kern_fcntl_freebsd
Message-ID:  <bug-238035-227-Gt2pmuIKxq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238035-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=238035

--- Comment #5 from Conrad Meyer <cem@freebsd.org> ---
Hm, devfs_statfs() does fill f_iosize, and it looks like we did that, so how is
this dividing by zero?

0xfffff8000377d000 devfs on /dev (devfs)
    mnt_flag = MULTILABEL, LOCAL
    mnt_kern_flag = EXTENDED_SHARED, LOOKUP_SHARED
    mnt_opt =
    mnt_stat = { version=538182936 type=113 flags=0x0000000000000000 bsize=512
iosize=512 blocks=2 bfree=0 bavail=0 files=0 ffree=0 syncwrites=0 asyncwrites=0
syncreads=0 asyncreads=0 namemax=255 owner=0 fsid=[1895890688, 113] }

It's definitely "Fatal trap 18: integer divide fault while in kernel mode" and
that line, though.

-- 
You are receiving this mail because:
You are the assignee for the bug.

help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238035-227-Gt2pmuIKxq>