From owner-freebsd-fs@freebsd.org Thu Sep 3 12:44:12 2015 Return-Path: Delivered-To: freebsd-fs@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 5D7D39C822D for ; Thu, 3 Sep 2015 12:44:12 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 45E1B99B for ; Thu, 3 Sep 2015 12:44:12 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 42A319C822B; Thu, 3 Sep 2015 12:44:12 +0000 (UTC) Delivered-To: fs@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 4229E9C8229 for ; Thu, 3 Sep 2015 12:44:12 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 098E099A for ; Thu, 3 Sep 2015 12:44:11 +0000 (UTC) (envelope-from wjw@digiware.nl) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 545A5153416 for ; Thu, 3 Sep 2015 14:44:06 +0200 (CEST) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MUWkuqPYfPgu; Thu, 3 Sep 2015 14:43:39 +0200 (CEST) Received: from [192.168.101.176] (vpn.ecoracks.nl [31.223.170.173]) by smtp.digiware.nl (Postfix) with ESMTPA id 65DFC153408 for ; Thu, 3 Sep 2015 14:43:39 +0200 (CEST) To: fs@freebsd.org From: Willem Jan Withagen Subject: Hard to find message Message-ID: <55E8407C.7040000@digiware.nl> Date: Thu, 3 Sep 2015 14:43:40 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 12:44:12 -0000 Hi, I've got the following message: zfs kernel: ENOMEM 0xfffff80217394000 on 0xfffff80007881600(ada0) Where ada0 is an SSD. But i'd guess that ENOMEM is not hinting at the memory on the SSD: /usr/include/errno.h:#define ENOMEM 12 /* Cannot allocate memory */ So does anybody have an idea which src file is generating this rather obscure message? Thanx, --WjW