From owner-freebsd-questions@FreeBSD.ORG Mon Sep 6 05:49:26 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ECBA210656DE for ; Mon, 6 Sep 2010 05:49:26 +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 B84768FC0C for ; Mon, 6 Sep 2010 05:49:26 +0000 (UTC) Received: by iwn34 with SMTP id 34so4481119iwn.13 for ; Sun, 05 Sep 2010 22:49:26 -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:content-type; bh=wqR30XT/j1s98Yv5M5QzWHlGFgK+BC3nrWS0Iv9TQGs=; b=EEX4SoJU45hHXNlwiOlGXA2KeRVinx2pmzUTGuWflNybIapqHTV5Z9h85IdU3Tgyf/ gRr8LxpZmZaO+R3zmH9G5GcXwnredFbqS9XiDVm7MRL3/1Anai3rpe4YVHOLIKpABn5a 2qM5gOr12CS5q+zTYV8EF6pr5yAJNgmNHu6rk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=RZfat1IAQFc/crWL2pfDhV+GUv1SCBZ9SHeYubhuM99pTuxACJnvhlNlFcx2ugQbQ7 hQB2Wu7b0N5MjumW9i8YLiS/0tEYGJt5Se8kaCyQljF028v4LmmYRGHizJWNHUOa7pCS RpJRFkVM8TVqUAM3atoX1waxqhjDqYIFsE3Eo= MIME-Version: 1.0 Received: by 10.231.14.140 with SMTP id g12mr5132283iba.84.1283750363212; Sun, 05 Sep 2010 22:19:23 -0700 (PDT) Received: by 10.231.34.69 with HTTP; Sun, 5 Sep 2010 22:19:22 -0700 (PDT) Date: Mon, 6 Sep 2010 07:19:22 +0200 Message-ID: From: Giuseppe Pagnoni To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: pyglet font load segmentation fault X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2010 05:49:27 -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