Hello Alex. Below  is  the gdb trace.
HIH
Danesh
============== Beginning of gdb trace
(gdb) run ./test.py MULTIPLE_WINDOW_OPEN
Starting program: /usr/bin/python ./test.py MULTIPLE_WINDOW_OPEN
Reading symbols from shared object read from target memory...(no
debugging symbols found)...done.
Loaded system supplied DSO at 0x6a7000
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209071936 (LWP 29867)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
------------------------------------------------------------------------------
Test that multiple windows can be opened.

Expected behaviour:
    Two small windows will be opened, one coloured yellow and the
other
    purple.

    Close either window or press ESC to end the test.

Press return to begin test...

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1209071936 (LWP 29867)]
0x00b790fc in _mesa_test_os_sse_exception_support ()
   from /usr/X11R6/lib/modules/dri/i915_dri.so
(gdb)

============== End of gdb trace

On Nov 27, 3:06 pm, "Alex Holkner" <[EMAIL PROTECTED]> wrote:
> On 11/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > The first test passed OK; however, the second test, i.e., the test
> > that was supposed to create 2 small windows (yellow & purple) caused a
> > seg fault.
>
> > Has anybody experienced this behavior? If yes, pls let me know what is
> > causing this behavior.
>
> It's entirely possible that you're the first RedHat user to try pyglet :-)
>
> Please run `glxinfo` and send me the output.  If you're familiar with
> gdb, it would be helpful if you can provide a stack trace at the point
> of the segfault, too (essentially, run "gdb python", then type "run
> tests/test.py MULTIPLE_WINDOW_OPEN").
>
> Cheers
> Alex.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to