On Sun, Feb 21, 2010 at 3:01 AM, Florian Bösch <[email protected]> wrote:
> Basically, dlopen seems to crash the process its running in > occasionally, but only if loading GL, and only when using /usr/bin/ > python, /usr/bin/env python works. It also happens when dlopen is run by a C program (though far less frequently). Here's a test case: > > http://paste.pocoo.org/show/180701/ You testcase passes without issue on my VMware virtual machine running the identical version of Ubuntu: 2.6.4 (r264:75706, Dec 7 2009, 18:45:15) [GCC 4.4.1] Linux ubuntu 2.6.31-19-generic #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010 i686 GNU/Linux /usr/bin/python: ............................................................................................................................................................................................................................................................................................................ /usr/bin/env python: ............................................................................................................................................................................................................................................................................................................ If I were to hazard a guess, your graphics drivers are probably to blame - I ran the test with the default mesa drivers (since hardware drivers aren't available for VMWare). Which graphics drivers are you running? -- Tristam MacDonald http://swiftcoder.wordpress.com/ -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
