From nobody@FreeBSD.org  Mon Oct 14 07:25:30 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8933E37B401
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2002 07:25:30 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4BBDD43EAA
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2002 07:25:30 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9EEPT7R053739
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 14 Oct 2002 07:25:29 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9EEPTcS053738;
	Mon, 14 Oct 2002 07:25:29 -0700 (PDT)
Message-Id: <200210141425.g9EEPTcS053738@www.freebsd.org>
Date: Mon, 14 Oct 2002 07:25:29 -0700 (PDT)
From: thomas klein <thomas.klein@lanterne.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: kernel panic
X-Send-Pr-Version: www-1.0

>Number:         44054
>Category:       kern
>Synopsis:       kernel panic
>Confidential:   no
>Severity:       critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 14 07:30:01 PDT 2002
>Closed-Date:    Wed Oct 08 15:01:48 PDT 2003
>Last-Modified:  Wed Oct 08 15:01:48 PDT 2003
>Originator:     thomas klein
>Release:        4.7 Stable
>Organization:
--
>Environment:
From /var/log/messages

Oct 14 15:01:43 trap /kernel: FreeBSD 4.7-STABLE #0: Mon Oct 14 13:50:35 CEST 2002
Oct 14 15:01:43 trap /kernel: root@trap.myip.org:/usr/obj/usr/src/sys/ATARI
Oct 14 15:01:43 trap /kernel: Timecounter "i8254"  frequency 1193182 Hz
Oct 14 15:01:43 trap /kernel: CPU: AMD Athlon(TM) XP 1900+ (1599.56-MHz 686-class CPU)
Oct 14 15:01:43 trap /kernel: Origin = "AuthenticAMD"  Id = 0x662  Stepping = 2

>Description:
system freeze or reboot.

from var/log/messages : 

panic: ffs_vfree: range: dev = (116,131093), ino = -2147450824, fs = /var
syncing disks... 8 3 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 

reboot...

same problem with a generic kernel

I had problemes with recent 4.7stable (see bug kern/44007 | panic at boot on mounting root)

this new kernel boot but freeze at random moment...

>How-To-Repeat:
Just boot freebsd and wait until crash. Nothing special to notice.

>Fix:
---
>Release-Note:
>Audit-Trail:

From: Thomas Klein <thomas.klein@lanterne.org>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: kern/44054: kernel panic
Date: Mon, 14 Oct 2002 21:01:44 +0200

 workaround : 
 
 problem with /var 
 
 fsck didn't report anything...
 
 if the system have to acces in /var, it freezes... or reboot
 
 *funy* solution : 
 
 mkdir /tmp/var-sav
 mv /var/* /tmp/var-sav 
 
 (tmp is a partition, var is another)
 
 mv /tmp/var-sav/* /var
 
 it works...
 
 I can access /var without crash (???!!!)
 
 regards, 
 

From: "LiuKang" <lazykang@hotmail.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <thomas.klein@lanterne.org>
Cc:  
Subject: Re: kern/44054: kernel panic
Date: Thu, 17 Oct 2002 02:57:33 +0800

 Are you sure there is no bad-sector in your hard disk?
 I think it might be  a hardware problem, not freebsd kernel's....
 
 Liu Kang
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Wed Oct 8 15:01:04 PDT 2003 
State-Changed-Why:  
Feedback timeout 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44054 
>Unformatted:
