From root@venus.hub.org  Sat May  3 21:06:22 2003
Return-Path: <root@venus.hub.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A9C1237B404
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 21:06:19 -0700 (PDT)
Received: from venus.hub.org (venus.hub.org [64.49.215.3])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0882743F85
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  3 May 2003 21:06:19 -0700 (PDT)
	(envelope-from root@venus.hub.org)
Received: by venus.hub.org (Postfix, from userid 0)
	id 30BBE462050; Sun,  4 May 2003 00:03:09 -0400 (EDT)
Message-Id: <20030504040309.30BBE462050@venus.hub.org>
Date: Sun,  4 May 2003 00:03:09 -0400 (EDT)
From: scrappy@hub.org
Reply-To: scrappy@postgresql.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ffs_valloc: dup alloc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51743
>Category:       kern
>Synopsis:       ffs_valloc: dup alloc
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 03 21:10:15 PDT 2003
>Closed-Date:    Sat May 10 17:45:37 PDT 2003
>Last-Modified:  Tue May 13 17:00:17 PDT 2003
>Originator:     Marc G. Fournier
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
Hub.Org Networking Services
>Environment:
System: FreeBSD venus.hub.org 4.8-STABLE FreeBSD 4.8-STABLE #4: Fri Apr 11 14:58:21 EDT 2003 root@venus.hub.org:/usr/obj/usr/src/sys/kernel i386


	
>Description:

#0  dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487
#1  0x8014a623 in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316
#2  0x8014aa95 in panic (fmt=0x8025b3e1 "ffs_valloc: dup alloc") at /usr/src/sys/kern/kern_shutdown.c:595
#3  0x801e5eb4 in ffs_valloc (pvp=0xb761b800, mode=33152, cred=0x867c7680, vpp=0xb7630c9c) at /usr/src/sys/ufs/ffs/ffs_alloc.c:620
#4  0x801f2e63 in ufs_makeinode (mode=33152, dvp=0xb761b800, vpp=0xb7630ed8, cnp=0xb7630eec) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2069
#5  0x801f0868 in ufs_create (ap=0xb7630df8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:195
#6  0x801f3199 in ufs_vnoperate (ap=0xb7630df8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2376
#7  0x8017fbc4 in vn_open (ndp=0xb7630ec4, fmode=2563, cmode=384) at vnode_if.h:106
#8  0x8017bdc0 in open (p=0xb26d4a00, uap=0xb7630f80) at /usr/src/sys/kern/vfs_syscalls.c:1029
#9  0x80236565 in syscall2 (frame={tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 2143284976, tf_esi = 2143286164, tf_ebp = 2143286100, tf_isp = -1218244652,
      tf_ebx = -255, tf_edx = 1, tf_ecx = 2143286028, tf_eax = 5, tf_trapno = 12, tf_err = 2, tf_eip = 675113940, tf_cs = 31, tf_eflags = 535, tf_esp = 2143284904,
      tf_ss = 47}) at /usr/src/sys/i386/i386/trap.c:1175
#10 0x802239eb in Xint0x80_syscall ()
#

>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <scrappy@postgresql.org>
Cc:  
Subject: Re: kern/51743: ffs_valloc: dup alloc
Date: Fri, 9 May 2003 02:50:02 -0700

 Could you please add some more information such as what were you
 doing when this happened, is this problem repeatable, etc.?
 
 Ted Mittelstaedt                                       tedm@toybox.placo.com
 

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: "The Hermit Hacker" <scrappy@postgresql.org>
Cc: <freebsd-gnats-submit@FreeBSD.org>
Subject: RE: kern/51743: ffs_valloc: dup alloc
Date: Fri, 9 May 2003 18:43:01 -0700

 How often does the crash happen?

From: "Ted Mittelstaedt" <tedm@toybox.placo.com>
To: "The Hermit Hacker" <scrappy@postgresql.org>
Cc: <freebsd-gnats-submit@FreeBSD.org>
Subject: RE: kern/51743: ffs_valloc: dup alloc
Date: Fri, 9 May 2003 23:34:48 -0700

 This PR should be combined with PR/51584, they are the same submitter,
 same problem, and appear to be same system.  
 
 Ted Mittelstaedt                                       tedm@toybox.placo.com
 
State-Changed-From-To: open->closed 
State-Changed-By: keramida 
State-Changed-When: Sat May 10 17:44:18 PDT 2003 
State-Changed-Why:  
Looks like a duplicate of kern/51584.  I've add the text of this PR to the 
audit trail of the older PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51743 

From: The Hermit Hacker <scrappy@postgresql.org>
To: Ted Mittelstaedt <tedm@toybox.placo.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/51743: ffs_valloc: dup alloc
Date: Fri, 9 May 2003 10:24:30 -0300 (ADT)

 these servers are multi-user, and multi-jail'd ... there is nothing
 specific that is/was done to trigger these crashes that I can isolate,
 else I would provide more data then I do ... all i have to work with is a
 core file, so if there is something specific I can provide out of that,
 please let me know ...
 
 
 
 On Fri, 9 May 2003, Ted Mittelstaedt wrote:
 
 > Could you please add some more information such as what were you
 > doing when this happened, is this problem repeatable, etc.?
 >
 > Ted Mittelstaedt                                       tedm@toybox.placo.com
 >
 >
 
 Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
 Systems Administrator @ hub.org
 primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org

From: The Hermit Hacker <scrappy@postgresql.org>
To: Ted Mittelstaedt <tedm@toybox.placo.com>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: RE: kern/51743: ffs_valloc: dup alloc
Date: Fri, 9 May 2003 22:46:20 -0300 (ADT)

 totally random ... I can't remember the last time it happened, and it
 hasn't happened since :(
 
 
 On Fri, 9 May 2003, Ted Mittelstaedt wrote:
 
 > How often does the crash happen?
 >
 >
 
 Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
 Systems Administrator @ hub.org
 primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>Unformatted:
