From owner-freebsd-mobile@FreeBSD.ORG Fri Feb 28 18:15:47 2014 Return-Path: Delivered-To: mobile@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 ESMTPS id 2A38B65F; Fri, 28 Feb 2014 18:15:47 +0000 (UTC) Received: from mail-qg0-x232.google.com (mail-qg0-x232.google.com [IPv6:2607:f8b0:400d:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D086116F1; Fri, 28 Feb 2014 18:15:46 +0000 (UTC) Received: by mail-qg0-f50.google.com with SMTP id z60so3064980qgd.9 for ; Fri, 28 Feb 2014 10:15:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=OnHZT1AcSBA14rFxqP1p55L76dCaUP+RyfoFDu0+2LQ=; b=hu169xqWb+/lKgtKpVLx50m+hHsHt2hfeMGUFdEtFPotAxablycZZ4DBbpXlCl+a4i KajC8hlLR9f++WevkFmybBi52zR3KbrP6Avgcb6g1kJqVj6iR5d1E6YPEbcXyFgIMR/w VanfSR3gJP+bn05SVc6KxxZj3FMCXQCHBB+e4FQ2aDYOnwDmIR8BL/ABlg0hNJmjRVBe vDslHQdVhTBaprLarAC+DUBZ3iRchsSgta3mZ0/0KD1T/aRYQUhoPUsep1JmISAeBsqx OuGfZbwSQpSzM9NUaAeuA+S7SOnGLraMFrBDQBA/9AHNCvKwCS+BHiNiG3hImrMjkCzV V2Vw== MIME-Version: 1.0 X-Received: by 10.224.61.2 with SMTP id r2mr5742833qah.49.1393611346012; Fri, 28 Feb 2014 10:15:46 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Fri, 28 Feb 2014 10:15:45 -0800 (PST) Date: Fri, 28 Feb 2014 10:15:45 -0800 X-Google-Sender-Auth: 03Z5ua0aO9347UEOzpVZZap8O0Y Message-ID: Subject: signal 8 (floating point exception) upon resume From: Adrian Chadd To: "freebsd-mobile@freebsd.org" , freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 18:15:47 -0000 Hi, On my i386 -HEAD laptops (running -HEAD as of last night, but it's been a problem for a while) I occasionally hit a point where I get an FPE on _all_ processes upon resume. I can still do a clean shutdown through the power-button method, but I can't do anything else. Has anyone seen this before? Does anyone have an inkling of an idea why I'd be getting FPE's for things like ps and sh? -a