From owner-freebsd-python@FreeBSD.ORG  Wed Jul  7 13:14:53 2010
Return-Path: <owner-freebsd-python@FreeBSD.ORG>
Delivered-To: freebsd-python@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id A1752106566C;
	Wed,  7 Jul 2010 13:14:53 +0000 (UTC)
	(envelope-from gpagnoni@gmail.com)
Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com
	[209.85.214.182])
	by mx1.freebsd.org (Postfix) with ESMTP id 48C428FC2D;
	Wed,  7 Jul 2010 13:14:52 +0000 (UTC)
Received: by iwn35 with SMTP id 35so6636486iwn.13
	for <multiple recipients>; Wed, 07 Jul 2010 06:14:52 -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=aFGvfnTuZtg8tZXfJ+O+cMrTAf3cJu8oiagycQEtz5E=;
	b=TPpbhbWl2ai6xtG4vHPmzOcJGx5CwOqM9NJVYMIAKOCwHPsFUBsDm6WpAqPoNG5JWa
	uxFKfnb1MGyBJu/etKayOhZoMHC8SGEOyzy9LrumqGpMmnx3/Ess2YK+SUS4m4Utc5L5
	QZ/a9mOvwPk3yvsTD3H0Y+xxlzjrcSO8vnq+Y=
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=u+CSLwsPP6JRrssYvbWEfSBNq0T2T0mrwbRmrfon9l+lO4JtPAX9XMgaKQ07zZbt9c
	Oi6YkMujAezC6ocRC5dEUhvwyPK3rPCRmME0RNAdKPk1G0OS4oPS7sdH23SfHulED+5o
	jjsTKp7yfIJ5rKou2hAydTyoCdjGHdQ6RZtls=
MIME-Version: 1.0
Received: by 10.42.4.75 with SMTP id 11mr2061903icr.50.1278508492556; Wed, 07 
	Jul 2010 06:14:52 -0700 (PDT)
Received: by 10.231.206.71 with HTTP; Wed, 7 Jul 2010 06:14:52 -0700 (PDT)
In-Reply-To: <q2x7d6fde3d1004140623ue80886c0o21e6316cdff46a92@mail.gmail.com>
References: <h2z92056ebc1004140144p1df1b5bcq3934ff6cf997834f@mail.gmail.com>
	<20100414120914.GB3605@hades.panopticon>
	<q2x7d6fde3d1004140623ue80886c0o21e6316cdff46a92@mail.gmail.com>
Date: Wed, 7 Jul 2010 15:14:52 +0200
Message-ID: <AANLkTilNVEtoTkMSY5H7vjrRWYlAFaAOOgyfAI31N4X5@mail.gmail.com>
From: Giuseppe Pagnoni <gpagnoni@gmail.com>
To: Garrett Cooper <yanefbsd@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Cc: freebsd-ports-bugs@freebsd.org, Dmitry Marakasov <amdmi3@amdmi3.ru>,
	freebsd-amd64@freebsd.org, 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 <freebsd-python.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, 
	<mailto:freebsd-python-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python>
List-Post: <mailto:freebsd-python@freebsd.org>
List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>,
	<mailto:freebsd-python-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 07 Jul 2010 13:14:53 -0000

Dear all,

I was wondering whether there has been any update on this particular
bug... It seems that the problem has not been solved by any recent
port update, because I am still getting the same error to this day on
an up-to-date system.  Any light at the end of the tunnel :-) ?

thanks again for your attention and support

best

giuseppe

On Wed, Apr 14, 2010 at 3:23 PM, Garrett Cooper <yanefbsd@gmail.com> wrote:
> On Wed, Apr 14, 2010 at 5:09 AM, Dmitry Marakasov <amdmi3@amdmi3.ru> wrot=
e:
>> * Giuseppe Pagnoni (gpagnoni@gmail.com) wrote:
>>
>>> First of all, let me apologize for the re- and cross-posting , but afte=
r a
>>> couple of weeks scouring the web and forums to no avail, I thought I wo=
uld
>>> try again and query the FreeBSD mother source...
>>>
>>> I installed pyglet from the ports (latest version as of yesterday,
>>> py26-pyglet-1.1.2_1) on a FreeBSD 8.0 amd64 box, running the latest ver=
sion
>>> of the ports' nvidia driver (nvidia-driver-195.36.15). =A0I found that =
I
>>> cannot use either font.Text or text.label without causing segfaults. =
=A0Here
>>> is some sample code that makes python crash:
>>
>> The problem is most likely 64 bits. On FreeBSD 8/i386/nVidia I don't
>> see any crashes. You should try rebuilding pyglet and python
>> WITH_DEBUG and run your testcases under gdb.
>
> =A0 =A0We need make.conf information for reproduction purposes.
> Thanks,
> -Garrett
>



--=20
Giuseppe Pagnoni
Dip. Scienze Biomediche
Sezione Fisiologia
Univ. di Modena e Reggio Emilia
Via Campi 287
I-41125 Modena, Italy
Tel: +39-059-205-5742
Fax: +39-059-205-5336