From owner-freebsd-current@freebsd.org Tue Oct 10 21:25:05 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B78D4E3D798 for ; Tue, 10 Oct 2017 21:25:05 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-qt0-f175.google.com (mail-qt0-f175.google.com [209.85.216.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6B0516DA3A; Tue, 10 Oct 2017 21:25:04 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-qt0-f175.google.com with SMTP id n61so27623738qte.10; Tue, 10 Oct 2017 14:25:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=ljEW7EBiTVx1CfnfQXH6vHJPl/yCyPfegI1T4lvdYDI=; b=i/5/eRilHgLiYc8W+XPVu+Itbxdp3j+BuFSGvzFdFh73lHqnKQPe8QhJiYjIGL+Sq5 Sst0HllLrB7NJHPbjiHIyF6pMvcrKnh/vTO179f6mEH4bgqzOx9DJ5hzKcTWl1wjkrxQ hlJ5rlNsjAND5Nu/n4Byzh+x5F5Avh2KFZv5kfduXScnHWYot9DhQnm2MyaH7FMfOmKq Gt7t5FpUa7M2X/O3A0Nf5fcTq/Sv8SOZ0A58VQZD5xVshzjSqSygfZ/9tGDMnv9ck5v/ +VxBzNmTFMbI/EP98kW5D//AYpTyevZGFe9qnkYI7ecv8ChryLqyCnEtnapvW/fb8VCX edsg== X-Gm-Message-State: AMCzsaX7e9+t0cF5pGzl5r1k3fGqgYJ0xgnivKeRevx+7jzm6CgvQWAI Tn9UngJYo5koifvDfCsLSFdb4/z4 X-Received: by 10.37.113.5 with SMTP id m5mr3258522ybc.184.1507670703378; Tue, 10 Oct 2017 14:25:03 -0700 (PDT) Received: from mail-io0-f174.google.com (mail-io0-f174.google.com. [209.85.223.174]) by smtp.gmail.com with ESMTPSA id q16sm5342177ywa.2.2017.10.10.14.25.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Oct 2017 14:25:02 -0700 (PDT) Received: by mail-io0-f174.google.com with SMTP id h66so246604ioh.11; Tue, 10 Oct 2017 14:25:02 -0700 (PDT) X-Google-Smtp-Source: AOwi7QCDsKpJxoBZgLE0uDcegKjF70CelaiExrXXHo5N2A+NLPezgK0Q5JnzzZOR38kcQtVwV+NWm6gO5wF7KQbmNEs= X-Received: by 10.107.201.144 with SMTP id z138mr6425712iof.223.1507670702266; Tue, 10 Oct 2017 14:25:02 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.164.130 with HTTP; Tue, 10 Oct 2017 14:25:01 -0700 (PDT) In-Reply-To: <20171010212003.GA35726@mail.laus.org> References: <332f479e-87ab-8d5b-58f1-c7ee9bfa779b@freebsd.org> <20171010212003.GA35726@mail.laus.org> From: Conrad Meyer Date: Tue, 10 Oct 2017 14:25:01 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Encrypted Swap Problem with 12.0-CURRENT r324427 To: lausts@acm.org Cc: Allan Jude , freebsd-current Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 10 Oct 2017 21:25:05 -0000 Thomas, Please try r324444. Based on your panic message, "panic: freeing invalid range," it may be the same general swap issue which r324444 aimed to address. Best, Conrad On Tue, Oct 10, 2017 at 2:20 PM, Thomas Laus wrote: > Allan Jude [allanjude@freebsd.org] wrote: >> >> Before the ddb> prompt there should be a message explaining what has >> gone wrong to make it drops into the debugger. If it has scrolled off >> the top of the screen, press scroll-lock and then you can use the arrow >> keys to navigate back up into the buffer. >> > The first message is from GEOM_ELI: Device ada0p2.eli created > GEOM_ELI: Encryption AES-XTS 128 > GEOM_ELI: Crypto: software > panic: freeing invalid range. > > Next follows the stack trace > > then: > > --- syscall (85, FreeBSD ELF64, sys_swapon), rip = 0x800a88aea, rsp = > 0x7fffffffea48, rbp 0x7fffffffea60 --- > > stopped at kdb_enter+0x3b:mmovq $0,kdb_why > > I can't save all of this to a file to attach, but this is just an > overview of the panic. > > I get this everytime when going from single user to multi-user and > about 3 out of 5 times with a normal boot. My other release has been > flawless 100 percent of the time. > > Tom > > -- > Public Keys: > PGP KeyID = 0x5F22FDC1 > GnuPG KeyID = 0x620836CF > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"