From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 17:10:22 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC27416A4CE for ; Sun, 25 Jul 2004 17:10:22 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BD3A43D55 for ; Sun, 25 Jul 2004 17:10:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PHAM8t093655 for ; Sun, 25 Jul 2004 17:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PHAM2H093654; Sun, 25 Jul 2004 17:10:22 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 17:10:22 GMT Message-Id: <200407251710.i6PHAM2H093654@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Kientzle Subject: Re: bin/59095: tar(1) process hangs in endless loop X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Kientzle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 17:10:22 -0000 The following reply was made to PR bin/59095; it has been noted by GNATS. From: Tim Kientzle To: freebsd-gnats-submit@freebsd.org, wosch@freebsd.org Cc: Subject: Re: bin/59095: tar(1) process hangs in endless loop Date: Sun, 25 Jul 2004 10:08:49 -0700 Could you tell me how to reproduce this? Could you get a core dump? I'm going through old tar PRs and using them as test cases for the new bsdtar. While I'm at it, I'll probably be closing non-reproducible bugs. Thanks for your help, Tim Kientzle From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 17:20:16 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4EA216A4CF for ; Sun, 25 Jul 2004 17:20:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD05543D49 for ; Sun, 25 Jul 2004 17:20:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PHKDhC094116 for ; Sun, 25 Jul 2004 17:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PHKDqT094115; Sun, 25 Jul 2004 17:20:13 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 17:20:13 GMT Message-Id: <200407251720.i6PHKDqT094115@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Matthias Schuendehuette Subject: Re: kern/68698: vinum(4) broken in 5.2-current X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Matthias Schuendehuette List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 17:20:17 -0000 The following reply was made to PR kern/68698; it has been noted by GNATS. From: Matthias Schuendehuette To: "Greg 'groggy' Lehey" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/68698: vinum(4) broken in 5.2-current Date: Sun, 25 Jul 2004 19:16:51 +0200 =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 08 July 2004 01:32, Greg 'groggy' Lehey wrote: > A ddb stack trace is barely helpful. As stated at > http://www.vinumvm.org/vinum/how-to-debug.html, we really need a > dump. Well, finally here it is: =2D --------8><------------------------------------------------------------ GNU gdb 5.3 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you=20 are welcome to change it and/or distribute copies of it under certain=20 conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for=20 details. This GDB was configured as "i386-portbld-freebsd5.2"... panic: unmount: dangling vnode panic messages: =2D --- panic: unmount: dangling vnode syncing disks, buffers remaining... 208 208 208 208 208 208 208 208 208=20 208 208 208 208 208 208 208 208 208 208 208=20 giving up on 176 buffers Uptime: 34s Dumping 255 MB 16 32 48 64 80 96 112 128 144 160 176 192 208 224 240 =2D --- #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:236 warning: Source file is more recent than executable. 236 * (if 'panic' can not dump) add symbol table from file "/boot/kernel/vinum.ko" at .text_addr =3D 0xc08817c0 (kgdb) bt #0 doadump () at /usr/src/sys/kern/kern_shutdown.c:236 #1 0xc055a9ed in boot (howto=3D0x100)=20 at /usr/src/sys/kern/kern_shutdown.c:381 #2 0xc055b018 in panic (fmt=3D0xc0726bd6 "unmount: dangling vnode")=20 at /usr/src/sys/kern/kern_shutdown.c:559 #3 0xc05b68a0 in vfs_mount_destroy (mp=3D0xc1630800, td=3D0x0)=20 at /usr/src/sys/kern/vfs_mount.c:534 #4 0xc05b8935 in getdiskbyname (name=3D0xc1706100 "/dev/da3s1a")=20 at /usr/src/sys/kern/vfs_mount.c:1502 #5 0xc088d11e in sdio () #6 0xc088d49b in vinum_bounds_check () #7 0xc088d9d2 in revive_block () #8 0xc088db50 in revive_block () #9 0xc088e567 in initsd () #10 0xc088f316 in vpstate () #11 0xc04f9085 in spec_ioctl (ap=3D0x1)=20 at /usr/src/sys/fs/specfs/spec_vnops.c:357 #12 0xc04f8718 in spec_vnoperate (ap=3D0x0)=20 at /usr/src/sys/fs/specfs/spec_vnops.c:118 #13 0xc05ca2ed in vn_ioctl (fp=3D0xc17559d4, com=3D0xc400464b,=20 data=3D0xc16ff800, active_cred=3D0xc14f8d80, td=3D0xc15be000) at vnode_if.h:503 #14 0xc0581997 in ioctl (td=3D0xc15be000, uap=3D0xcc5c4d14) at file.h:258 #15 0xc06dc040 in syscall (frame=3D {tf_fs =3D 0x2f, tf_es =3D 0x2f, tf_ds =3D 0x2f, tf_edi =3D 0x0, tf_e= si =3D=20 0xbfbfe540, tf_ebp =3D 0xbfbfe958, tf_isp =3D 0xcc5c4d74, tf_ebx =3D=20 0xbfbfe990, tf_edx =3D 0x0, tf_ecx =3D 0x8059c00, tf_eax =3D 0x36, tf_trapn= o=20 =3D 0x16, tf_err =3D 0x2, tf_eip =3D 0x2814f66f, tf_cs =3D 0x1f, tf_eflags = =3D=20 0x246, tf_esp =3D 0xbfbfe52c, tf_ss =3D 0x2f})=20 at /usr/src/sys/i386/i386/trap.c:1004 (kgdb) quit =2D --=20 Ciao/BSD - Matthias Matthias Schuendehuette , Berlin (Germany) PGP-Key at and ID: 0xDDFB0A5F =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBA+sNf1BNcN37Cl8RAoXvAJ912tThXDexm1FWGzbPthfANFFpXQCfUZ2F ukWKo7qZ1N+1v2InczFNeIE=3D =3DFvwy =2D----END PGP SIGNATURE----- From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 17:40:26 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D510316A4CE for ; Sun, 25 Jul 2004 17:40:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC86643D4C for ; Sun, 25 Jul 2004 17:40:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PHeQUv095907 for ; Sun, 25 Jul 2004 17:40:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PHeQGk095906; Sun, 25 Jul 2004 17:40:26 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 17:40:26 GMT Message-Id: <200407251740.i6PHeQGk095906@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Kientzle Subject: Re: bin/9123: pax can't read tar archives that contain files > 4GB X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Kientzle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 17:40:27 -0000 The following reply was made to PR bin/9123; it has been noted by GNATS. From: Tim Kientzle To: freebsd-gnats-submit@freebsd.org, rtm@eecs.harvard.edu Cc: Kris Kennaway Subject: Re: bin/9123: pax can't read tar archives that contain files > 4GB Date: Sun, 25 Jul 2004 10:32:21 -0700 http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/9123 Is this still a problem? I've tested it and it looks fixed in -CURRENT (as of a couple of years ago). (Of course, pax still can't handle entries >=8g, a limitation not present in bsdtar, star, or even gtar. Maybe it's time to start on a libarchive-based pax implementation. ;-) If there are no objections, I'll close this. Tim From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 17:40:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEACD16A4CE for ; Sun, 25 Jul 2004 17:40:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F7FA43D46 for ; Sun, 25 Jul 2004 17:40:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PHeXom095948 for ; Sun, 25 Jul 2004 17:40:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PHeXHp095947; Sun, 25 Jul 2004 17:40:33 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 17:40:33 GMT Message-Id: <200407251740.i6PHeXHp095947@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Kientzle Subject: Re: bin/43368: pkg_create fails if target directory does not exist X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Kientzle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 17:40:33 -0000 The following reply was made to PR bin/43368; it has been noted by GNATS. From: Tim Kientzle To: freebsd-gnats-submit@freebsd.org, tbridges@sandvine.com Cc: Subject: Re: bin/43368: pkg_create fails if target directory does not exist Date: Sun, 25 Jul 2004 10:38:14 -0700 This is a couple of years old now, but I'm trying to at least look at all of the tar-related PRs. a) Is this still broken? b) Is it still broken if you have bsdtar installed as the default system tar? http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/43368 Tim Kientzle From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 18:30:29 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A360516A4CF for ; Sun, 25 Jul 2004 18:30:29 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C8BF43D1F for ; Sun, 25 Jul 2004 18:30:29 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PIUSjk001694 for ; Sun, 25 Jul 2004 18:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PIUSn7001690; Sun, 25 Jul 2004 18:30:28 GMT (envelope-from gnats) Date: Sun, 25 Jul 2004 18:30:28 GMT Message-Id: <200407251830.i6PIUSn7001690@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tim Kientzle Subject: Re: bin/5284: pkg_create uses an unstandard tar X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tim Kientzle List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 18:30:29 -0000 The following reply was made to PR bin/5284; it has been noted by GNATS. From: Tim Kientzle To: freebsd-gnats-submit@freebsd.org, giffunip@asme.org Cc: Subject: Re: bin/5284: pkg_create uses an unstandard tar Date: Sun, 25 Jul 2004 11:25:24 -0700 Reported in 1997, finally being fixed in 2004 with the introduction of bsdtar as a replacement for gtar. ;-) FWIW, gtar 1.14 now supports --format=posix, which would also address this issue. Tim Kientzle From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 21:41:41 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CCDD16A4CE for ; Sun, 25 Jul 2004 21:41:41 +0000 (GMT) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 5021543D1D for ; Sun, 25 Jul 2004 21:41:40 +0000 (GMT) (envelope-from Moritz.Sisenop@gmx.de) Received: (qmail 13538 invoked by uid 65534); 25 Jul 2004 21:41:39 -0000 Received: from p5487C0F5.dip.t-dialin.net (EHLO [192.168.0.2]) (84.135.192.245) by mail.gmx.net (mp013) with SMTP; 25 Jul 2004 23:41:39 +0200 X-Authenticated: #19046888 Message-ID: <4104275B.8050502@gmx.de> Date: Sun, 25 Jul 2004 23:34:19 +0200 From: Moritz User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-bugs@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: panic vm_fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 21:41:41 -0000 whenever trying to transfer some large amount of data (several 100 mb) from my linux to my fbsd box via nfs i get the error: panic vm_fault fault on nofault entry on my fbsd box. what kind of error is this and how can i prevent it? then the fbsd box starts disc syncing, gives up and reboots. From owner-freebsd-bugs@FreeBSD.ORG Sun Jul 25 23:10:16 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 158D616A4CE for ; Sun, 25 Jul 2004 23:10:16 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E69CE43D41 for ; Sun, 25 Jul 2004 23:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PNAFmg036243 for ; Sun, 25 Jul 2004 23:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6PNAFwX036242; Sun, 25 Jul 2004 23:10:15 GMT (envelope-from gnats) Resent-Date: Sun, 25 Jul 2004 23:10:15 GMT Resent-Message-Id: <200407252310.i6PNAFwX036242@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Radigan Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A0C616A4CE for ; Sun, 25 Jul 2004 23:01:06 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FAE143D1F for ; Sun, 25 Jul 2004 23:01:06 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i6PN16e9063936 for ; Sun, 25 Jul 2004 23:01:06 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i6PN16AH063934; Sun, 25 Jul 2004 23:01:06 GMT (envelope-from nobody) Message-Id: <200407252301.i6PN16AH063934@www.freebsd.org> Date: Sun, 25 Jul 2004 23:01:06 GMT From: Timothy Radigan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: misc/69596: When logging in or su'ing to root, I noticed that if you type the correct password but add characters to the end of the correct password, the password still passes validation and allows you to login X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jul 2004 23:10:16 -0000 >Number: 69596 >Category: misc >Synopsis: When logging in or su'ing to root, I noticed that if you type the correct password but add characters to the end of the correct password, the password still passes validation and allows you to login >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jul 25 23:10:15 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Timothy Radigan >Release: 5.1 >Organization: New Revolutions >Environment: FreeBSD nr-fbsd-01.newrevolutions.net 5.1-RELEASE-p16 FreeBSD 5.1-RELEASE-p16 #2: Sat May 15 14:35:21 EDT 2004 radigan@nr-fbsd-01.newrevolutions.net:/usr/obj/usr/src/sus/nr-fbsd-01 i386 >Description: When logging into my FreeBSD server, I logged on as my regular user and typed the password correctly but added a few extra characters after I entered my password. Suprisingly, the machine let me in. I tried to log in with a completely wrong password and it denied access. This problem also occurs when su'ing to root. I type su, then type the password (correctly) and add extra characters on the end and it granted me root access. >How-To-Repeat: Log in using an account, type the correct password and a few extra characters after the correct password and try to log in. You will be validated and access is granted. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 26 08:00:42 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64F3D16A4CF for ; Mon, 26 Jul 2004 08:00:42 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C8543D1F for ; Mon, 26 Jul 2004 08:00:42 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6Q80g0d001993 for ; Mon, 26 Jul 2004 08:00:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6Q80gi3001988; Mon, 26 Jul 2004 08:00:42 GMT (envelope-from gnats) Resent-Date: Mon, 26 Jul 2004 08:00:42 GMT Resent-Message-Id: <200407260800.i6Q80gi3001988@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Josef Pojsl Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB02C16A4CE for ; Mon, 26 Jul 2004 07:52:34 +0000 (GMT) Received: from bns.tns.cz (bns.tns.cz [80.188.15.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6DFD43D2D for ; Mon, 26 Jul 2004 07:52:31 +0000 (GMT) (envelope-from jp@tns.cz) Received: from bns.tns.cz (localhost [127.0.0.1]) by bns.tns.cz (Postfix) with ESMTP id 7E15B7632F for ; Mon, 26 Jul 2004 09:52:28 +0200 (CEST) Received: by bns.tns.cz with ESMTP id 4215O7G00007PYQ9I6E; Mon, 26 Jul 2004 09:52:28 +0200 (CEST) Message-Id: <20040726075402.0518554983@bertik.tns.cz> Date: Mon, 26 Jul 2004 09:54:02 +0200 (CEST) From: Josef Pojsl To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/69607: system crashes in if_tap module X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Josef Pojsl List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2004 08:00:42 -0000 >Number: 69607 >Category: kern >Synopsis: system crashes in if_tap module >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 26 08:00:41 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Josef Pojsl >Release: FreeBSD 4.10-RELEASE-p2 i386 >Organization: Trusted Network Solutions, a.s., Czech rep. >Environment: uname -a: FreeBSD 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #2: Thu Jul 22 13:28:42 CEST 2004 root@:/usr/src/sys/compile/GENERIC i386 dmesg.boot: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.10-RELEASE-p2 #2: Thu Jul 22 13:28:42 CEST 2004 root@:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2392.29-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf25 Stepping = 5 Features=0xbfebfbff Hyperthreading: 2 logical CPUs real memory = 2147418112 (2097088K bytes) avail memory = 2086227968 (2037332K bytes) Warning: Pentium 4 CPU: PSE disabled Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 19 entries at 0xc00f3460 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: (vendor=0x8086, dev=0x2541) at 0.1 pcib1: at device 3.0 on pci0 pci2: on pcib1 pci2: (vendor=0x8086, dev=0x1461) at 28.0 pcib2: at device 29.0 on pci2 pci4: on pcib2 pcib3: at device 2.0 on pci4 pci5: on pcib3 em0: port 0x3040-0x307f mem 0xfeac0000-0xfeadffff irq 9 at device 4.0 on pci5 em0: Speed:N/A Duplex:N/A em1: port 0x3000-0x303f mem 0xfeae0000-0xfeafffff irq 9 at device 4.1 on pci5 em1: Speed:N/A Duplex:N/A em2: port 0x30c0-0x30ff mem 0xfea80000-0xfea9ffff irq 9 at device 6.0 on pci5 em2: Speed:N/A Duplex:N/A em3: port 0x3080-0x30bf mem 0xfeaa0000-0xfeabffff irq 9 at device 6.1 on pci5 em3: Speed:N/A Duplex:N/A pci2: (vendor=0x8086, dev=0x1461) at 30.0 pcib4: at device 31.0 on pci2 pci3: on pcib4 ahd0: port 0x2400-0x24ff,0x2000-0x20ff mem 0xfe9e0000-0xfe9e1fff irq 9 at device 3.0 on pci3 aic7901A: Ultra320 Wide Channel A, SCSI Id=7, PCI-X 67-100Mhz, 512 SCBs pci0: (vendor=0x8086, dev=0x2546) at 3.1 uhci0: port 0x4040-0x405f irq 11 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x4020-0x403f irq 5 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x4000-0x401f irq 10 at device 29.2 on pci0 usb2: on uhci2 usb2: USB revision 1.0 uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered pcib5: at device 30.0 on pci0 pci1: on pcib5 fxp0: port 0x1400-0x143f mem 0xfe4a0000-0xfe4bffff,0xfe4e0000-0xfe4e0fff irq 11 at device 3.0 on pci1 fxp0: Ethernet address 00:03:47:32:85:2f inphy0: on miibus0 inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto em4: port 0x1440-0x147f mem 0xfe460000-0xfe47ffff irq 11 at device 4.0 on pci1 em4: Speed:N/A Duplex:N/A pci1: at 12.0 irq 11 isab0: at device 31.0 on pci0 isa0: on isab0 atapci0: port 0x3a0-0x3af,0-0x3,0-0x7,0-0x3,0-0x7 irq 0 at device 31.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x8086, dev=0x2483) at 31.3 irq 0 orm0: