From owner-freebsd-python@FreeBSD.ORG Tue Aug 31 16:09:50 2010 Return-Path: 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 ABFF710656BC; Tue, 31 Aug 2010 16:09:50 +0000 (UTC) (envelope-from gpagnoni@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4374F8FC14; Tue, 31 Aug 2010 16:09:50 +0000 (UTC) Received: by gxk24 with SMTP id 24so3018147gxk.13 for ; Tue, 31 Aug 2010 09:09:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=34bw9WCPQ75o0714QWL3qT4Z3jju0xCz4DgNca5OvtM=; b=O7BC3Z6hV+0VnsgnOwL/AYWkWSvn6uO53DHt/v23fFKVygOsu0Xn3VdXhnkS31JaDh RvdEUaQKgJRgeC+aScbYbCTPGU7JrG54R5zHE9clx489vLuXXW+vBf8+4KSQZQ7g8osy fFw1A1G14SuXVcBOaBHrYyO2O4hPs7wQIyMRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=Av8oRf8K65VggWQDdrcTvmTy7V46wqUP1JgR9k+2YhwWJoNdgQKRc1VNeQDE4WvIpy fWVdM9neb9CwLSxFPz4yiSoVYh7ujhB/f2PrCFDD8arJQOzBPxsokyR3XFNc1ZyQou3k 3LEs/LHE1yRDBWI35tLBpkVZOYnwu514P7teE= MIME-Version: 1.0 Received: by 10.90.49.6 with SMTP id w6mr1701033agw.4.1283269459003; Tue, 31 Aug 2010 08:44:19 -0700 (PDT) Received: by 10.231.15.138 with HTTP; Tue, 31 Aug 2010 08:44:18 -0700 (PDT) Date: Tue, 31 Aug 2010 17:44:18 +0200 Message-ID: From: Giuseppe Pagnoni To: amdmi3@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-python@freebsd.org Subject: pyglet font load segmentation fault 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: Tue, 31 Aug 2010 16:09:50 -0000 Dear all, I posted about this problem a few months ago and have been scouring the web ever since but I cannot find the slightest hint at a solution. Actually, it seems that nobody else has reported a similar problem, which I find really weird since the function is such a basic one in pyglet -- quoting Zoolander, "I feel like I am taking crazy pills!" The problem is that I cannot use the pyglet.font.load() function at all without causing a segmentation fault: python >>> import pyglet >>> arial = pyglet.font.load('Arial') Segmentation fault My system is running FreeBSD 8.1/amd64 with an Nvidia GeForce 9500GT and the latest driver from Nvidia (256.53), and with all the ports up-to-date as of today. python26-2.6.5_1 was compiled with standard options: WITH_THREADS=true WITHOUT_HUGE_STACK_SIZE=true WITHOUT_SEM=true WITHOUT_PTH=true WITH_UCS4=true WITH_PYMALLOC=true WITH_IPV6=true WITHOUT_FPECTL=true Any help would be tremendously appreciated, thanks in advance giuseppe