From owner-freebsd-questions@FreeBSD.ORG Sat Jul 27 18:57:33 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5FC7C34 for ; Sat, 27 Jul 2013 18:57:33 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-wg0-x233.google.com (mail-wg0-x233.google.com [IPv6:2a00:1450:400c:c00::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BA0B20D6 for ; Sat, 27 Jul 2013 18:57:33 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id a12so7683wgh.18 for ; Sat, 27 Jul 2013 11:57:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=jt9hWtfFKbPH9yxbFhSYuEPRpBJ0lwatnABbKWDn7q4=; b=UwEijZhncXv73xtNWUSVaCgWsHiqPimJ7ylGzHvxCfGWTQAYBy9gmcErTGq4j6zYCA H6cDjZKDBshBTHcaq4nnzS9341TNJaPzJY+2JKIoe1juD8Af5fycqYNCinMCkCzXNAkm SJ20WN4qnu2YNI2RVj7759zAnEYm20Xg+da8pLL12fKdSZx9DATQWJDOmP5MlIFntJsR XckgUt6tvLKPkgofWCwNr23nNADfAopOA5jqbrVHulZLNs/o+aLSVgcFkNeLTWxFP2R8 hg1h7PiND+NWcVoiKTWKIIugUu9RKhgKBoHmku0H18jj4/neKiM1dRnSLRd5iDHpkICi +vIA== MIME-Version: 1.0 X-Received: by 10.194.104.74 with SMTP id gc10mr24783621wjb.48.1374951451173; Sat, 27 Jul 2013 11:57:31 -0700 (PDT) Received: by 10.216.180.138 with HTTP; Sat, 27 Jul 2013 11:57:31 -0700 (PDT) In-Reply-To: <51F3F290.9020004@cordula.ws> References: <51F3F290.9020004@cordula.ws> Date: Sat, 27 Jul 2013 13:57:31 -0500 Message-ID: Subject: Re: Delete a directory, crash the system From: David Noel To: cpghost Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jul 2013 18:57:33 -0000 > So the system panics in ufs_rmdir(). Maybe the filesystem is > corrupt? Have you tried to fsck(8) it manually? fsck worked, though I had to boot from a USB image because I couldn't get into single user.. for some odd reason. > Even if the filesystem is corrupt, ufs_rmdir() shouldn't > panic(), IMHO, but fail gracefully. Hmmm... Yeah, I was pretty surprised. I think I tried it like 3 times to be sure... and yeah, each time... kaboom! Who'd have thought. Do I just post this to the mailing list and hope some benevolent developer stumbles upon it and takes it upon him/herself to "fix" this, or where do I find the FreeBSD Suggestion Box? I guess I should file a Problem Report and see what happens from there.