Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-07-07 Thread Giuseppe Pagnoni
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

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-05-02 Thread Giuseppe Pagnoni
Hi Dmitry, thanks for replying. Please find attached the file containing the results of 'gdb python' followed by 'bt full'. I appreciate your help very much, best giuseppe On Fri, Apr 30, 2010 at 9:34 PM, Dmitry Marakasov wrote: > * Giuseppe Pagnoni (gpagn...@gmail.com) wrote: > >> thanks

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-05-02 Thread Giuseppe Pagnoni
Hi Garrett, I think I have exactly the same python options as you: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for python26-2.6.4 _OPTIONS_READ=python26-2.6.4 WITH_THREADS=true WITHOUT_HUGE_STACK_SIZE=true WITHOUT_SEM=true WITHOUT_PTH=true WITH_UCS

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-30 Thread Garrett Cooper
On Fri, Apr 30, 2010 at 2:23 PM, Garrett Cooper wrote: > On Fri, Apr 30, 2010 at 10:29 AM, Giuseppe Pagnoni wrote: >> 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.  I >> complete

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-30 Thread Garrett Cooper
On Fri, Apr 30, 2010 at 10:29 AM, Giuseppe Pagnoni wrote: > 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.  I > completely understand if you hadn't and actually I feel a bit > embarras

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-30 Thread Dmitry Marakasov
* Giuseppe Pagnoni (gpagn...@gmail.com) wrote: > 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. I > completely understand if you hadn't and actually I feel a bit > embarrassed to ask, since I know how scarce time c

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-30 Thread Giuseppe Pagnoni
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. I 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 assistanc

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Hello, thank you very much for explaining. So, running "gdb python python.core", I get the following (not sure whether this part is useful, but I'll post it anyway): Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libutil.so.8...done. Loaded symbols for /lib/libu

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Dmitry Marakasov
* Giuseppe Pagnoni (gpagn...@gmail.com) wrote: > => I get a segmentation fault and a python.core file. > > When I run: > > 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.

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Dear all, thanks for your help, I have re-built python and pyglet and run gdb on the core file that gets produced by running the pyglet code. I am not sure about the procedure, so I will detail it in the following: cd /usr/ports/lang/python26 make deinstall clean make WITH_DEBUG="yes" reinstall

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Dear all, thanks for your help, I have re-built python and pyglet and run gdb on the core file. I am not sure about the procedure, so I will detail it in the following: cd /usr/po On Wed, Apr 14, 2010 at 3:23 PM, Garrett Cooper wrote: > On Wed, Apr 14, 2010 at 5:09 AM, Dmitry Marakasov wrote:

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Garrett Cooper
On Wed, Apr 14, 2010 at 5:09 AM, Dmitry Marakasov wrote: > * Giuseppe Pagnoni (gpagn...@gmail.com) wrote: > >> First of all, let me apologize for the re- and cross-posting , but after a >> couple of weeks scouring the web and forums to no avail, I thought I would >> try again and query the FreeBSD

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Dear all, thanks for the quick reply. Here the content of /etc/make.conf: # added by use.perl 2010-03-23 15:25:42 PERL_VERSION=5.10.1 # Give preference to CUPS WITH_CUPS=YES CUPS_OVERWRITE_BASE=YES WITHOUT_LPR=YES I am currently recompiling python and pyglet WITH_DEBUG as per Dmitry's suggestio

Re: pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Dmitry Marakasov
* Giuseppe Pagnoni (gpagn...@gmail.com) wrote: > First of all, let me apologize for the re- and cross-posting , but after a > couple of weeks scouring the web and forums to no avail, I thought I would > try again and query the FreeBSD mother source... > > I installed pyglet from the ports (latest

pyglet segfaults on FreeBSD 8.0/amd64/nVidia

2010-04-14 Thread Giuseppe Pagnoni
Hello, First of all, let me apologize for the re- and cross-posting , but after a couple of weeks scouring the web and forums to no avail, I thought I would 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

pyglet segfaults on FreeBSD 8.0/amd64

2010-04-01 Thread Giuseppe Pagnoni
Hi, I installed pyglet from the ports (latest version as of yesterday) on a FreeBSD 8.0 amd64 box, running the ports' nvidia driver. I found that I cannot use either font.Text or text.label without causing segfaults. Here is some sample code that makes python crash: - SNIPPET 1 import pygl