From owner-freebsd-current@FreeBSD.ORG Sat Jun 15 08:17:13 2013 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7E1C7E96; Sat, 15 Jun 2013 08:17:13 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) by mx1.freebsd.org (Postfix) with ESMTP id E1CF01DB5; Sat, 15 Jun 2013 08:17:12 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id k10so796878eaj.11 for ; Sat, 15 Jun 2013 01:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Cp2d+e+lrErzmQJE4bb3jFg7CHuvhg1N67zCSkPQNeo=; b=iaUh4MLe/vKmM7ZyyzqpK24XAHa38yakfPj/H6zuovqNJ4fcdB6Eqo6qgxlYyI/B+R OuQNdmZH3rlzg9rLvd59Y4Tw12IoqduqlCnDNA1G2pPazCLFsCtcbxm9q7pnnKJ9FUza o6/HP7iUOe3WGB+hLNxyYgz/0QuXiskLfiRJ9fBQhM00zUgU1fHXBsaXEIhMbt1qKdZK DavW+BvosotOCqjj+6CNMOM3wbj+IVNj5PGQWaKx6hVEjtSDOKP8+tBoaXuwHJig5joa wF5tCx+q+4ii10TJf0ojnsE/w3ajKAY7oBA4szFqEsEgTWLSghypVJt0ZvutPUk4RgLL BYxA== X-Received: by 10.14.109.195 with SMTP id s43mr4514542eeg.132.1371284231442; Sat, 15 Jun 2013 01:17:11 -0700 (PDT) Received: from localhost ([178.150.115.244]) by mx.google.com with ESMTPSA id u11sm8947790eev.12.2013.06.15.01.17.09 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 15 Jun 2013 01:17:10 -0700 (PDT) Sender: Mikolaj Golub Date: Sat, 15 Jun 2013 11:17:07 +0300 From: Mikolaj Golub To: Alexander Leidinger Subject: Re: zfs kernel panic, known incompatibilities with clang & CPUTYPE/COPTFLAGS? Message-ID: <20130615081705.GA3026@gmail.com> References: <20130612223024.00003980@unknown> <20130614230702.00006aa0@unknown> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130614230702.00006aa0@unknown> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Dimitry Andric , 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: Sat, 15 Jun 2013 08:17:13 -0000 On Fri, Jun 14, 2013 at 11:07:02PM +0200, Alexander Leidinger wrote: > db> bt > Tracing pid 2356 > uart_sab82532_class() at 0 > devfs_ioctl_f() at devfs_ioctl_f+0xf0 > kern_ioctl() at kern_ioctl+0x1d7 > sys_ioctl() at sys_ioctl+0x142 > ---snip--- > > Anyone with a pointer to an explanation how to convert those pointers > into source locations? kgdb l *devfs_ioctl_f+0xf0 -- Mikolaj Golub