Date: Mon, 4 Mar 2019 23:54:38 -0800 From: Matthew Macy <mmacy@freebsd.org> To: Alan Somers <asomers@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r344487 - in head/sys: conf gnu/gcov Message-ID: <CAPrugNrKBQr27dmPR5RgOH-9azKiO2tSEymSCrmU3J2yABL3wQ@mail.gmail.com> In-Reply-To: <CAOtMX2j5tFdapsHr3WwVAG3PjUNBuuvoZSiy9L=_7c925M=zRQ@mail.gmail.com> References: <201902232114.x1NLE0cH085345@repo.freebsd.org> <CAOtMX2hD=o%2BF1z1sErDuBxaL8qm%2BS-BDAwvLr=1z0MhmAJ8ang@mail.gmail.com> <CAPrugNrnKeDkqsqDtPyTCsPBK6rUsAThog1KO1u3FPCGihD3sw@mail.gmail.com> <CAOtMX2j5tFdapsHr3WwVAG3PjUNBuuvoZSiy9L=_7c925M=zRQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
World? It looks like there's a version mismatch between the kernel and modules. -M On Thu, Feb 28, 2019 at 7:11 PM Alan Somers <asomers@freebsd.org> wrote: > > On Thu, Feb 28, 2019 at 6:40 PM Matthew Macy <mmacy@freebsd.org> wrote: > > > > to config add: > > options LINDEBUGFS > > options GCOV > > > > compile kernel with gcc (otherwise it will be a no-op) > > > > sysctl debug.gcov.enable=1 > > > > mount -t debugfs debugfs /sys/kernel/debug > > > > (or wherever) and the output artifacts will appear under gcov/<kernel > > build path> - you need to be root to see the artifacts > > > > gcov can then generate the results as it would normally from the > > profiling and the build time artifacts > > > > bug reports welcome > > > > > > -M > > Here's a bug report: I rebuilt the kernel but boot fails with this > error. Do I need to rebuild world too? > > Mounting local filesystems:kldload: fdescfs.ko: lost base for reltab > linker_load_file: /boot/kernel/fdescfs.ko - unsupported file type > mount: fdescfs: Operation not supported by device > Mounting /etc/fstab filesystems failed, will retry after root mount hold release > kldload: fdescfs.ko: lost base for reltab > linker_load_file: /boot/kernel/fdescfs.ko - unsupported file type > mount: fdescfs: Operation not supported by device > . > Mounting /etc/fstab filesystems failed, startup aborted
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPrugNrKBQr27dmPR5RgOH-9azKiO2tSEymSCrmU3J2yABL3wQ>