From owner-freebsd-x11@freebsd.org Sat Feb 20 23:47:52 2016 Return-Path: Delivered-To: freebsd-x11@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 840CDAAE3F4 for ; Sat, 20 Feb 2016 23:47:52 +0000 (UTC) (envelope-from jean-sebastien.pedron@dumbbell.fr) Received: from mail.made4.biz (mail.made4.biz [IPv6:2001:41d0:2:c018::1: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 530311F47 for ; Sat, 20 Feb 2016 23:47:52 +0000 (UTC) (envelope-from jean-sebastien.pedron@dumbbell.fr) Received: from [176.158.145.63] (helo=[192.168.75.14]) by mail.made4.biz with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aXHFe-000FYp-Ie for freebsd-x11@freebsd.org; Sun, 21 Feb 2016 00:47:50 +0100 Subject: Re: Does FreeBSD support OpenGL 3.3? To: freebsd-x11@freebsd.org References: <20160115103123.097be7d9@fujitsu> <5698A68D.8080202@dumbbell.fr> <20160115214315.4ee47348@fujitsu> <56B5434E.8070907@dumbbell.fr> <20160214131056.773c9f87@fujitsu> <1455456349.1203.3.camel@michaeleichorn.com> <20160214194906.5b1d6f6b@fujitsu> <20160214205517.79f56c35@fujitsu> <190695fdf053d31d324091ec0f21531f@kapsi.fi> <20160214213544.10d69e02@fujitsu> From: =?UTF-8?Q?Jean-S=c3=a9bastien_P=c3=a9dron?= Message-ID: <56C8FB26.1020206@dumbbell.fr> Date: Sun, 21 Feb 2016 00:47:50 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160214213544.10d69e02@fujitsu> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Feb 2016 23:47:52 -0000 Le 14/02/2016 19:35, Eax Melanhovich a écrit : > Still I managed to crash a kernel once again. It was much harder this > time - I had to run 3 copies of my application simultaneously. System > froze (and then unfroze) a few times for a few seconds, then crashed. > > https://dl.dropboxusercontent.com/u/19923518/temp/vmcore.3.tgz I can't use a kernel core dump without the kernel that created it. Put "ddb_enable=YES" in your /etc/rc.conf, it should be enough to turn on core.txt.$N (where $N is the same as the corresponding vmcore.$N). -- Jean-Sébastien Pédron