Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 13:40:25 GMT
From:      "Richard Legault" <rlegault@SANDVINE.com>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/82285: kernel panic during reboot
Message-ID:  <200507051340.j65DePsj070283@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/82285; it has been noted by GNATS.

From: "Richard Legault" <rlegault@SANDVINE.com>
To: <bug-followup@FreeBSD.org>,
	"Richard Legault" <rlegault@SANDVINE.com>
Cc:  
Subject: Re: i386/82285: kernel panic during reboot
Date: Tue, 5 Jul 2005 09:36:00 -0400

 Yep this fixed the fact that p_ucred is null.
 Now the fact that p_sigacts is null is causing the panic. Need=20
 to place the setting of p_sigacts ahead of adding p2 to the proclist.
 This also means placing the malloc of p_sigacts ahead of the
 proclist which goes inside the "protected section".
 Once both the p_ucred and p_sigacts fixes were done, the
 reboot script was able to run for 20 hours without a panic.
 I stopped the testing at 20 hours.
 The script was able to reboot the system once every 3 minutes.
 Richard Legault
 Senior Engineer
 519-880-2400 ext 2722
 www.sandvine.com
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507051340.j65DePsj070283>