NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/52598 (/proc/self/exe misbehaves if it's on a null mount)



Le 2020-01-15 13:59, Christos Zoulas a écrit :
On Jan 15, 2020, at 4:20 AM, Frédéric Fauberteau <triaxx%NetBSD.org@localhost> wrote:

[stuff deleted]

I admit I don't understand the WARNING message.


The warning is about crash being compiled against what it thinks is a different version of the kernel. This crash is strange; are you using any modules? If you
do, you need to recompile them and re-install them because you changed
struct proc...
Make sure that you have a clean compile (and install) of the kernel
and modules and see if
you can reproduce this.

christos

I do not use module. To compile and install system, I use the following commands:
# sysbuild build (with INCREMENTAL_BUILD="yes")
# sysupgrade auto

Do I rebuild with INCREMENTAL_BUILD="no"?

Thank you Christos,
Fred


Home | Main Index | Thread Index | Old Index