From owner-freebsd-current Mon Nov 26 16:34: 7 2001 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id DF84337B405; Mon, 26 Nov 2001 16:34:03 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id F0CF514C52; Tue, 27 Nov 2001 01:34:01 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: John Baldwin Cc: Martin Blapp , freebsd-current@freebsd.org Subject: Re: Still panic() with userland binary on CURRENT References: From: Dag-Erling Smorgrav Date: 27 Nov 2001 01:34:01 +0100 In-Reply-To: Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG John Baldwin writes: > On 24-Nov-01 Martin Blapp wrote: > > - realitexpire, td); > > + realitexpire, td->td_proc); > > > > Fixes the panic 100%. > Ouch, something this simple definitely caused a warning, it looks > like warnings are being ignored. :( No, the last argument is a void * (it's a cookie that's passed to the function specified by the second-last argument) so it escapes normal compiler diagnostics. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message