From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill Nottingham Date: Wed, 06 Dec 2000 22:18:50 +0000 Subject: [Linux-ia64] Re: Fault 26? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org David Mosberger (davidm@hpl.hp.com) said: > Bill> What is fault type 26? I'm getting a few of these recently. > > It's the "NaT consumption fault". Either buggy code is trying to eat > a NaT value or something else goes wrong and a NaT value is created > when it shouldn't be. It's happening in strcpy(), of all places, with two seemingly valid arguments. Bill