From owner-freebsd-current@FreeBSD.ORG Wed Oct 23 12:46:21 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7E5E4E85 for ; Wed, 23 Oct 2013 12:46:21 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 431D22BE4 for ; Wed, 23 Oct 2013 12:46:21 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id l13so399952qcy.4 for ; Wed, 23 Oct 2013 05:46:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=rEf5nrITlzNneg41mtVi+qDutOmhwEC7H1e47OakmOc=; b=C2aFmWQXtRMAt/i9IZxUmgOqeHn4AYRxqr9DswyBRKiRfVGyX1Ez16s2611KKXpVzU D+5gIvC0fXvlnDaOyO1fF+CmfK1E3u2VukBpeNW84rdO9eW1MCNaNCNHBdWI4gVfu4NK SFN5N0o2nO6mpQnsnrxW5F2aIVadnD5E2eWKLPhZ0fS+6gv/VIBn5T83wEuma9C0bZYU llxzn0uv+Fk4B/oNO56xSS1FccvImKTM05rdlUQZA9GdtiabFpzG1SFkhCIsXVNkECdB Y/sqpA9Kxx4M1SHS5TFgbl3OC6INPfYoafOS9XoLq6/EtfanLtyOgX6CnHfR+mDeVGCx BTGw== MIME-Version: 1.0 X-Received: by 10.224.66.193 with SMTP id o1mr3753210qai.14.1382532380446; Wed, 23 Oct 2013 05:46:20 -0700 (PDT) Received: by 10.96.180.233 with HTTP; Wed, 23 Oct 2013 05:46:20 -0700 (PDT) In-Reply-To: <5267B7D8.7020006@gmx.com> References: <20131023042641.GA95132@regency.nsu.ru> <5267B7D8.7020006@gmx.com> Date: Wed, 23 Oct 2013 15:46:20 +0300 Message-ID: Subject: Re: panic: softdep_deallocate_dependencies: unrecovered I/O error From: Kimmo Paasiala To: dt71@gmx.com Content-Type: text/plain; charset=UTF-8 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Oct 2013 12:46:21 -0000 On Wed, Oct 23, 2013 at 2:49 PM, wrote: > Alexey Dokuchaev wrote, On 10/23/2013 06:26: > >> panic: softdep_deallocate_dependencies: unrecovered I/O error > > > I've seen similar panics relatively often in the last few months, but I > deemed them to be the cause of worn IDE cables and old (>10 year old) hard > drives. > > In fact, I have a core dump (which I apparently forgot to remove -- it's > probably useless anyway) with the following panic string: > > softdep_deallocate_dependencies: dangling deps > I had similar problems on a stable/10 10.0-BETA1 system that was running as a guest on VirtualBox. I switched the system to real hardware and the problems went away immediately. Now I have two different i386 stable/10 systems running on real hardware, neither has had any crashing problems so far. -Kimmo