From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 14:10:40 2015 Return-Path: Delivered-To: current@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C242BD2 for ; Sat, 13 Jun 2015 14:10:40 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (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 294E0D44 for ; Sat, 13 Jun 2015 14:10:40 +0000 (UTC) (envelope-from jjuanino@gmail.com) Received: by wibdq8 with SMTP id dq8so38549419wib.1 for ; Sat, 13 Jun 2015 07:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=y2h6gvJg9Lrs5oVTaYSgMZgepKCrHdtNMUvCd7yucsU=; b=AL89yybJFI2Bs+n5TOmPBjMMqTFa+MKfMb9xWVXZBDQ97qhwNBsLGG9eONH3ALuJk/ fAxpNwZyQ+KdjU20vxV7X3QzHwwToOfS8TZEHtPrK8Bv9TvhkKtY8CNk1bMR8HFyfLPu gjeVuBLGanUMYyxeayti2x4BTceDnq8GmW+YTXYsBQF1Dw7H5o6iWEfkcJ3yVKarGz61 r9G8X1hRoILTvjQIfBP2+c+LYiO+gb1xbYbA+PC9h6v4gIIVg18LBGeMQYILv62P+69c +qvJR4DQ88x2GngMbUwPad7aIBV+XFXxXz8wAJ9hAthJ2eHfENoQhe0DSjdJHvK+IjUD MTPw== MIME-Version: 1.0 X-Received: by 10.194.95.132 with SMTP id dk4mr36349788wjb.88.1434204638619; Sat, 13 Jun 2015 07:10:38 -0700 (PDT) Received: by 10.194.74.167 with HTTP; Sat, 13 Jun 2015 07:10:38 -0700 (PDT) Date: Sat, 13 Jun 2015 16:10:38 +0200 Message-ID: Subject: geli panics my system after suspend-resume: g_eli_orphan_spoil_assert() called for cd0.eli From: =?UTF-8?B?Sm9zw6kgR2FyY8OtYSBKdWFuaW5v?= To: current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 13 Jun 2015 14:10:40 -0000 Hi FreeBSD current, I get a reproducible panic following these steps: 1- Mount a geli encrypted DVD: # geli attach /dev/cd0 Password: # mount -o ro /dev/cd0.eli /cdrom 2- Do some work in the /cdrom filesystem. 3- Close my laptop lid. The system suspends. 4- Open again the lid a wait. The system resumes, but panics after a few seconds: panic: Function g_eli_orphan_spoil_assert() called for cd0.eli. After that, X windows session close and bt> prompt shows in the console. I type "dump" and reboot. Download the full backtrace from http://pastebin.com/i82Zbt0A Thanks in advance, best regards