From owner-freebsd-python@FreeBSD.ORG Fri Apr 30 21:23:15 2010 Return-Path: Delivered-To: freebsd-python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CE58D1065679; Fri, 30 Apr 2010 21:23:15 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 6D4498FC0C; Fri, 30 Apr 2010 21:23:15 +0000 (UTC) Received: by qyk11 with SMTP id 11so709576qyk.13 for ; Fri, 30 Apr 2010 14:23:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Et0pBBLOQUBE9DHoIyuxMRQCFEjHn+7p4iJatKU0TdY=; b=VhXrk8pHG/TUUMGHZs/OgZspQcFULQyJmJk+YUbYgLBQOiicRbq+4IfUqSZHVlaUoe sHqykz+Zh/KHL4/1c02GZVABZPuMwzsHOE/7oSAqO1REVPwJLPnHlxlIOSpb80mA8O5Z 9tEwDlLzgya7vSqzMiaWNPJJm4D1DTdghsB8c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=oWS8wTgQwndqcvohJQyXzXAfrAsGK/KyJtvjXXR480NBzrheQmBnW+KzOJ3e4tXo+l F0ofZT3zNcG3w1hA3bXN+EA7cpEWgZR0Jhoc5emK9aSdnT0Mfww2P5G0cj1flDHeUKz/ e8H8oN8bhl2+/GLdjnhVY4X1a4ezX0OECYTGo= MIME-Version: 1.0 Received: by 10.229.88.147 with SMTP id a19mr542612qcm.1.1272662586285; Fri, 30 Apr 2010 14:23:06 -0700 (PDT) Received: by 10.229.238.8 with HTTP; Fri, 30 Apr 2010 14:23:06 -0700 (PDT) In-Reply-To: References: <20100414120914.GB3605@hades.panopticon> <20100414154539.GA16191@hades.panopticon> Date: Fri, 30 Apr 2010 14:23:06 -0700 Message-ID: From: Garrett Cooper To: Giuseppe Pagnoni Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports-bugs@freebsd.org, Dmitry Marakasov , freebsd-python@freebsd.org Subject: Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 21:23:16 -0000 On Fri, Apr 30, 2010 at 10:29 AM, Giuseppe Pagnoni wro= te: > Dear Dmitry and Garrett, > > > thanks for all your previous help, I was wondering whether you have > had any chance to look into the core file I sent last time. =A0I > completely understand if you hadn't and actually I feel a bit > embarrassed to ask, since I know how scarce time can be and that your > assistance is purely out of good-will. =A0I just thought I would give it > one more try, in case some progress was made or somebody else reported > similar issues. > > very best, > > giuseppe > > On Wed, Apr 14, 2010 at 5:45 PM, Dmitry Marakasov wrot= e: >> * Giuseppe Pagnoni (gpagnoni@gmail.com) wrote: >> >>> =3D> I get a segmentation fault and a python.core file. >>> >>> When I run: >>> >>> =A0 gdb core python.core >> >> You should run `gdb python python.core` instead. Or, just >> >> % gdb python >>> run example.py >> >> so it runs python example.py, dies and drops out into gdb. >> In the debugger, you should at least run `bt full` command. >> >>> It doesn't seem very informative to me but I don't know how to use gdb >>> at all; perhaps the debug symbols were stripped on install? >> >> They shouldn't, as WITH_DEBUG disables stripping. Hi Giuseppe, I haven't been using this app, but I also haven't had any issues, sans using the latest nvidia-driver, which does appear to regress from what I've seen in my basic / soak testing over the past couple of days, which colludes with information that the latest version is unstable. Regardless though, the next step that we should grab is what your options were that you used with python. My options are: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for python26-2.6.4 _OPTIONS_READ=3Dpython26-2.6.4 WITH_THREADS=3Dtrue WITH_HUGE_STACK_SIZE=3Dtrue WITH_SEM=3Dtrue WITHOUT_PTH=3Dtrue WITH_UCS4=3Dtrue WITH_PYMALLOC=3Dtrue WITHOUT_IPV6=3Dtrue WITHOUT_FPECTL=3Dtrue Thanks, -Garrett