From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 30 21:23:58 2010 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69E841065675; Fri, 30 Apr 2010 21:23:58 +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 07D048FC1F; Fri, 30 Apr 2010 21:23:57 +0000 (UTC) Received: by qyk11 with SMTP id 11so710583qyk.13 for ; Fri, 30 Apr 2010 14:23:50 -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=0FZzjW4wWuQPtfJes9q0QZfsUyNmw/7Y5xKiGH7A52s=; b=n4zk8O3luyfMu1pORhU/6LZV7sv40/fIp4dXKkjAQ9dDgOI+KTmMrcyP7hY8N7MCJc pFDzQxnzDwwkzBRLVctSjT3ckkQDFoJYiRSso/Ija3mNgeuKtE+Cm2JtnAwwKlegnzvK 9dacfLnPd49p4utFo5z/hLuQ3xtFJdrxeZOwE= 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=uVm7SMqrVQulkiwh87qmW1z4JhiWSgeLDE/VApjAXG46H0/2weVi7KEkGUEm4ngf/G auaXBs/gq3l2OKcDeKix+GwbcWX6Qg3izLoz365UkgFVwAHMH9gpqI/UMoUofS/qQr4E zgXNb91GmyIxp3NEQRCDsHpz4rhi/5igO66yg= MIME-Version: 1.0 Received: by 10.229.232.144 with SMTP id ju16mr566138qcb.107.1272662627408; Fri, 30 Apr 2010 14:23:47 -0700 (PDT) Received: by 10.229.238.8 with HTTP; Fri, 30 Apr 2010 14:23:47 -0700 (PDT) In-Reply-To: References: <20100414120914.GB3605@hades.panopticon> <20100414154539.GA16191@hades.panopticon> Date: Fri, 30 Apr 2010 14:23:47 -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, freebsd-python@freebsd.org Subject: Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Apr 2010 21:23:58 -0000 On Fri, Apr 30, 2010 at 2:23 PM, Garrett Cooper wrote: > On Fri, Apr 30, 2010 at 10:29 AM, Giuseppe Pagnoni w= rote: >> 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 wro= te: >>> * 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 Almost forgot -- you can get the options from: /var/db/ports/python26/options HTH, -Garrett