Re: INVARIANTS doesn't work?

2000-03-27 Thread Peter Wemm
Matthew Dillon wrote: :Is there any good reason why we have two different options if they can :only be used together? : :Greg I think it's so you can compile a kernel with INVARIANT_SUPPORT in in order to support dynamic load modules which may have been compiled with

Re: INVARIANTS doesn't work?

2000-03-24 Thread Greg Lehey
On Thursday, 23 March 2000 at 9:45:31 -0800, Matthew Dillon wrote: (Brad Knowles [EMAIL PROTECTED]) Folks, It looks to me like setting INVARIANTS in your kernel doesn't work in 4.0-STABLE. ... reference to `zerror' /usr/src/sys/compile/AUDREY/../../vm/vm_zone.h:91: undefined

Re: INVARIANTS doesn't work?

2000-03-24 Thread Matthew Dillon
:Is there any good reason why we have two different options if they can :only be used together? : :Greg I think it's so you can compile a kernel with INVARIANT_SUPPORT in in order to support dynamic load modules which may have been compiled with INVARIANTS.

INVARIANTS doesn't work?

2000-03-23 Thread Brad Knowles
Folks, It looks to me like setting INVARIANTS in your kernel doesn't work in 4.0-STABLE. This one drove me batty for most of the day, until I remembered that I had also enabled this stuff as well as a couple other changes I had wanted to make to my kernel config. In

Re: INVARIANTS doesn't work?

2000-03-23 Thread Matthew Dillon
I just did a full buildworld/installworld and complete recompile of RELENG_4 last night with INVARIANTS turned on, and I use makeoptions DEBUG=-g. It worked fine. Make sure you also specify the INVARIANT_SUPPORT options (note: this one is not plural).

Re: INVARIANTS doesn't work?

2000-03-23 Thread Bosko Milekic
On Thu, 23 Mar 2000, Brad Knowles wrote: Folks, It looks to me like setting INVARIANTS in your kernel doesn't work in 4.0-STABLE. [...] reference to `zerror' vm_zone.o: In function `zfreei': The kernel config is a bit large, so I will transmit it on request to interested

Re: INVARIANTS doesn't work?

2000-03-23 Thread Brad Knowles
At 9:45 AM -0800 2000/3/23, Matthew Dillon wrote: Make sure you also specify the INVARIANT_SUPPORT options (note: this one is not plural). DOH!!! open mouthinsertfoot/insert/open Rebooting now. We'll see if it works. Sigh ;-) Thanks guys!