Hi,
I copied the output into a txt file :)


-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyglet-users+unsubscr...@googlegroups.com.
To post to this group, send email to pyglet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/pyglet-users.
For more options, visit https://groups.google.com/d/optout.
jannis@jannis-ThinkPad-Z61p:~$ gdb --args python  
/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from python...Reading symbols from 
/usr/lib/debug//usr/bin/python2.7...done.
done.
(gdb) r
Starting program: /usr/bin/python 
/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffef1aa700 (LWP 3172)]
[New Thread 0x7fffe133d700 (LWP 3186)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe133d700 (LWP 3186)]
0x00007ffff60c5729 in ffi_closure_unix64_inner () from 
/usr/lib/x86_64-linux-gnu/libffi.so.6
(gdb) t a a bt

Thread 3 (Thread 0x7fffe133d700 (LWP 3186)):
#0  0x00007ffff60c5729 in ffi_closure_unix64_inner () from 
/usr/lib/x86_64-linux-gnu/libffi.so.6
#1  0x00007ffff60c5c44 in ffi_closure_unix64 () from 
/usr/lib/x86_64-linux-gnu/libffi.so.6
#2  0x00007fffe6be1c92 in pa_stream_set_state (s=0x1bf2420, 
st=PA_STREAM_TERMINATED) at pulse/stream.c:371
#3  0x00007fffe6be2679 in pa_stream_disconnect_callback (pd=<optimized out>, 
command=2, tag=<optimized out>, t=0x7fffdc000910, userdata=0x1bf2420) at 
pulse/stream.c:2030
#4  0x00007fffe67792fe in run_action (pd=0x7fffdc0014f0, r=0x1b52f10, 
command=2, ts=0x7fffdc000910) at pulsecore/pdispatch.c:279
#5  0x00007fffe677967b in pa_pdispatch_run (pd=0x7fffdc0014f0, 
packet=packet@entry=0x7fffdc004a00, creds=creds@entry=0x7fffdc000b90, 
userdata=userdata@entry=0x1b7e410)
    at pulsecore/pdispatch.c:331
#6  0x00007fffe6bc7012 in pstream_packet_callback (p=<optimized out>, 
packet=0x7fffdc004a00, creds=0x7fffdc000b90, userdata=0x1b7e410) at 
pulse/context.c:335
#7  0x00007fffe677d44c in do_read (p=0x7fffdc000960) at pulsecore/pstream.c:827
#8  do_pstream_read_write (p=0x7fffdc000960) at pulsecore/pstream.c:185
#9  0x00007fffe6bdaaec in dispatch_pollfds (m=0x1b837b0) at pulse/mainloop.c:657
#10 pa_mainloop_dispatch (m=m@entry=0x1b837b0) at pulse/mainloop.c:904
#11 0x00007fffe6bdaeda in pa_mainloop_iterate (m=m@entry=0x1b837b0, 
block=block@entry=1, retval=retval@entry=0x0) at pulse/mainloop.c:935
#12 0x00007fffe6bdaf80 in pa_mainloop_run (m=0x1b837b0, 
retval=retval@entry=0x0) at pulse/mainloop.c:950
#13 0x00007fffe6be8fe3 in thread (userdata=0x1b83770) at 
pulse/thread-mainloop.c:88
#14 0x00007fffe678cf08 in internal_thread_func (userdata=0x1b524b0) at 
pulsecore/thread-posix.c:83
#15 0x00007ffff7bc4182 in start_thread (arg=0x7fffe133d700) at 
pthread_create.c:312
#16 0x00007ffff78f147d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 2 (Thread 0x7fffef1aa700 (LWP 3172)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x00007ffff19942a3 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#2  0x00007ffff1993be7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/r300_dri.so
#3  0x00007ffff7bc4182 in start_thread (arg=0x7fffef1aa700) at 
pthread_create.c:312
#4  0x00007ffff78f147d in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Thread 1 (Thread 0x7ffff7fda740 (LWP 3154)):
#0  0x00007ffff78e8da3 in select () at ../sysdeps/unix/syscall-template.S:81
#1  0x000000000049f12d in select_select (self=<optimized out>, args=<optimized 
out>) at ../Modules/selectmodule.c:267
#2  0x000000000052c6d5 in call_function (oparg=<optimized out>, 
pp_stack=0x7fffffffdb60) at ../Python/ceval.c:4020
#3  PyEval_EvalFrameEx (
    f=f@entry=Frame 0x7fffe7be9de0, for file 
/usr/local/lib/python2.7/dist-packages/pyglet/app/xlib.py, line 116, in step 
(self=<XlibEventLoop(_event_queue=<Queue(unfinished_tasks=12, 
queue=<collections.deque at remote 0x7ffff2d5e4b0>, maxsize=0, 
all_tasks_done=<_Condition(_Verbose__verbose=False, 
_Condition__lock=<thread.lock at remote 0x7ffff7f6e770>, acquire=<built-in 
method acquire of thread.lock object at remote 0x7ffff7f6e770>, 
_Condition__waiters=[], release=<built-in method release of thread.lock object 
at remote 0x7ffff7f6e770>) at remote 0x7ffff2d48c50>, mutex=<thread.lock at 
remote 0x7ffff7f6e770>, not_full=<_Condition(_Verbose__verbose=False, 
_Condition__lock=<thread.lock at remote 0x7ffff7f6e770>, acquire=<built-in 
method acquire of thread.lock object at remote 0x7ffff7f6e770>, 
_Condition__waiters=[], release=<built-in method release of thread.lock object 
at remote 0x7ffff7f6e770>) at remote 0x7ffff2d48c10>, 
not_empty=<_Condition(_Verbose__verbose=False, _Condition__lock=<thread.lock at 
remote 0x7ffff7f6e770>,...(truncated), throwflag=throwflag@entry=0) at 
../Python/ceval.c:2666
#4  0x000000000055c594 in PyEval_EvalCodeEx (co=0x7ffff2d94530, 
globals=<optimized out>, locals=locals@entry=0x0, args=<optimized out>, 
argcount=argcount@entry=2, kws=<optimized out>, 
    kwcount=0, defs=0x7ffff2d5bb68, defcount=1, closure=0x0) at 
../Python/ceval.c:3252
#5  0x000000000052ca8d in fast_function (nk=<optimized out>, na=2, n=<optimized 
out>, pp_stack=0x7fffffffdd40, func=<function at remote 0x7ffff2d61b18>) at 
../Python/ceval.c:4116
#6  call_function (oparg=<optimized out>, pp_stack=0x7fffffffdd40) at 
../Python/ceval.c:4041
#7  PyEval_EvalFrameEx (
    f=f@entry=Frame 0x17fb9d0, for file 
/usr/local/lib/python2.7/dist-packages/pyglet/app/base.py, line 175, in 
_run_estimated (self=<EventLoop(_has_exit=False, 
_has_exit_condition=<_Condition(_Condition__lock=<_RLock(_Verbose__verbose=False,
 _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7ffff7f6e7b0>, 
_RLock__count=0) at remote 0x7ffff2d5bbd0>, acquire=<instancemethod at remote 
0x7ffff2d800f0>, _is_owned=<instancemethod at remote 0x7ffff2d97d20>, 
_release_save=<instancemethod at remote 0x7ffff2d97c80>, 
release=<instancemethod at remote 0x7ffff2d80140>, 
_acquire_restore=<instancemethod at remote 0x7ffff2d97e60>, 
_Verbose__verbose=False, _Condition__waiters=[]) at remote 0x7ffff2d5bb90>, 
is_running=True, clock=<Clock(window_size=60, _schedule_items=[], 
cumulative_time=<float at remote 0x1b46578>, 
_schedule_interval_items=[<_ScheduledIntervalItem at remote 0x7fffe7bd1170>], 
times=[<float at remote 0x178b2c0>, <float at remote 0x178b308>, <float at 
remote 0x1a801c0>, <float at remote 0x1b33ad8>, <float at remote 
...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#8  0x000000000052cf32 in fast_function (nk=<optimized out>, na=<optimized 
out>, n=1, pp_stack=0x7fffffffde80, func=<function at remote 0x7ffff2d46ed8>) 
at ../Python/ceval.c:4106
#9  call_function (oparg=<optimized out>, pp_stack=0x7fffffffde80) at 
../Python/ceval.c:4041
#10 PyEval_EvalFrameEx (
---Type <return> to continue, or q <return> to quit---
    f=f@entry=Frame 0x7fffe7bebad0, for file 
/usr/local/lib/python2.7/dist-packages/pyglet/app/base.py, line 136, in run 
(self=<EventLoop(_has_exit=False, 
_has_exit_condition=<_Condition(_Condition__lock=<_RLock(_Verbose__verbose=False,
 _RLock__owner=None, _RLock__block=<thread.lock at remote 0x7ffff7f6e7b0>, 
_RLock__count=0) at remote 0x7ffff2d5bbd0>, acquire=<instancemethod at remote 
0x7ffff2d800f0>, _is_owned=<instancemethod at remote 0x7ffff2d97d20>, 
_release_save=<instancemethod at remote 0x7ffff2d97c80>, 
release=<instancemethod at remote 0x7ffff2d80140>, 
_acquire_restore=<instancemethod at remote 0x7ffff2d97e60>, 
_Verbose__verbose=False, _Condition__waiters=[]) at remote 0x7ffff2d5bb90>, 
is_running=True, clock=<Clock(window_size=60, _schedule_items=[], 
cumulative_time=<float at remote 0x1b46578>, 
_schedule_interval_items=[<_ScheduledIntervalItem at remote 0x7fffe7bd1170>], 
times=[<float at remote 0x178b2c0>, <float at remote 0x178b308>, <float at 
remote 0x1a801c0>, <float at remote 0x1b33ad8>, <float at remote 
0x1b3d...(truncated), throwflag=throwflag@entry=0) at ../Python/ceval.c:2666
#11 0x000000000052cf32 in fast_function (nk=<optimized out>, na=<optimized 
out>, n=1, pp_stack=0x7fffffffdfc0, func=<function at remote 0x7ffff2d46de8>) 
at ../Python/ceval.c:4106
#12 call_function (oparg=<optimized out>, pp_stack=0x7fffffffdfc0) at 
../Python/ceval.c:4041
#13 PyEval_EvalFrameEx (f=f@entry=Frame 0x7fffe7a376f0, for file 
/usr/local/lib/python2.7/dist-packages/pyglet/app/__init__.py, line 143, in run 
(), throwflag=throwflag@entry=0)
    at ../Python/ceval.c:2666
#14 0x000000000052cf32 in fast_function (nk=<optimized out>, na=<optimized 
out>, n=0, pp_stack=0x7fffffffe100, func=<function at remote 0x7ffff2ea2578>) 
at ../Python/ceval.c:4106
#15 call_function (oparg=<optimized out>, pp_stack=0x7fffffffe100) at 
../Python/ceval.c:4041
#16 PyEval_EvalFrameEx (f=f@entry=Frame 0x9c6a50, for file 
/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py, line 895, in <module> 
(), throwflag=throwflag@entry=0)
    at ../Python/ceval.c:2666
#17 0x000000000055c594 in PyEval_EvalCodeEx (co=0x7ffff6acb730, 
globals=<optimized out>, locals=<optimized out>, args=<optimized out>, 
argcount=<optimized out>, kws=<optimized out>, 
    kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3252
#18 0x00000000005b7392 in PyEval_EvalCode (co=co@entry=0x7ffff6acb730, 
    globals=globals@entry={'PFNGLGETHISTOGRAMPARAMETERIVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 
33089, 'glHintPGI': <CFunctionType at remote 0x7ffff3054870>, 
'PFNGLISRENDERBUFFEREXTPROC': <_ctypes.PyCFuncPtrType at remote 0xae37b0>, 
'GL_SGIX_tag_sample_buffer': 1, 'glGetIntegerIndexedvEXT': 
<_FuncPtr(__name__='glGetIntegerIndexedvEXT') at remote 0x7ffff2f24870>, 
'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': <_ctypes.PyCFuncPtrType 
at remote 0xc4eb20>, 'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 
'PFNGLVERTEXATTRIB4NBVARBPROC': <_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 
'glEvalCoord2d': <_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 
'glEvalCoord2f': <_FuncPtr(__name__='glEvalCoord2f') at remote 0x7ffff6b2e530>, 
'GL_RGBA_INTEGER_EXT': 36249, 'PFNGLUNIFORMMATRIX2FVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 'GL_ALPHA_FLOAT32_ATI': 34838, 
'InstructionsMenu': <type at remote 0xabdb90>, 'glColorFragmentOp1ATI': 
<_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 0...(truncated), 
    locals=locals@entry={'PFNGLGETHISTOGRAMPARAMETERIVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 
33089, 'glHintPGI': <CFunctionType at remote 0x7ffff3054870>, 
'PFNGLISRENDERBUFFEREXTPROC': <_ctypes.PyCFuncPtrType at remote 0xae37b0>, 
'GL_SGIX_tag_sample_buffer': 1, 'glGetIntegerIndexedvEXT': 
<_FuncPtr(__name__='glGetIntegerIndexedvEXT') at remote 0x7ffff2f24870>, 
'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': <_ctypes.PyCFuncPtrType 
at remote 0xc4eb20>, 'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 
'PFNGLVERTEXATTRIB4NBVARBPROC': <_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 
'glEvalCoord2d': <_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 
'glEvalCoord2f': <_FuncPtr(__name__='glEvalCoord2f') at remote 0x7ffff6b2e530>, 
'GL_RGBA_INTEGER_EXT': 36249, 'PFNGLUNIFORMMATRIX2FVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 'GL_ALPHA_FLOAT32_ATI': 34838, 
'InstructionsMenu': <type at remote 0xabdb90>, 'glColorFragmentOp1ATI': 
<_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 0...(truncated)) at 
../Python/ceval.c:667
#19 0x0000000000469663 in run_mod.42576 (mod=<optimized out>, 
filename=<optimized out>, 
    globals={'PFNGLGETHISTOGRAMPARAMETERIVPROC': <_ctypes.PyCFuncPtrType at 
remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 33089, 'glHintPGI': 
<CFunctionType at remote 0x7ffff3054870>, 'PFNGLISRENDERBUFFEREXTPROC': 
<_ctypes.PyCFuncPtrType at remote 0xae37b0>, 'GL_SGIX_tag_sample_buffer': 1, 
'glGetIntegerIndexedvEXT': <_FuncPtr(__name__='glGetIntegerIndexedvEXT') at 
remote 0x7ffff2f24870>, 'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': 
<_ctypes.PyCFuncPtrType at remote 0xc4eb20>, 
'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 'PFNGLVERTEXATTRIB4NBVARBPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 'glEvalCoord2d': 
<_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 'glEvalCoord2f': 
<_FuncPtr(__name__='glEvalCoord2f') at remote 0x7ffff6b2e530>, 
'GL_RGBA_INTEGER_EXT': 36249, 'PFNGLUNIFORMMATRIX2FVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 'GL_ALPHA_FLOAT32_ATI': 34838, 
'InstructionsMenu': <type at remote 0xabdb90>, 'glColorFragmentOp1ATI': 
<_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 0...(truncated), 
    locals={'PFNGLGETHISTOGRAMPARAMETERIVPROC': <_ctypes.PyCFuncPtrType at 
remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 33089, 'glHintPGI': 
<CFunctionType at remote 0x7ffff3054870>, 'PFNGLISRENDERBUFFEREXTPROC': 
<_ctypes.PyCFuncPtrType at remote 0xae37b0>, 'GL_SGIX_tag_sample_buffer': 1, 
'glGetIntegerIndexedvEXT': <_FuncPtr(__name__='glGetIntegerIndexedvEXT') at 
remote 0x7ffff2f24870>, 'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': 
<_ctypes.PyCFuncPtrType at remote 0xc4eb20>, 
'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 'PFNGLVERTEXATTRIB4NBVARBPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 'glEvalCoord2d': 
<_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 'glEvalCoord2f': 
<_FuncPtr(__name__='glEvalCoord2f') at remote 0x7ffff6b2e530>, 
'GL_RGBA_INTEGER_EXT': 36249, 'PFNGLUNIFORMMATRIX2FVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 'GL_ALPHA_FLOAT32_ATI': 34838, 
'InstructionsMenu': <type at remote 0xabdb90>, 'glColorFragmentOp1ATI': 
<_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 0...(truncated), 
flags=<optimized out>, arena=<optimized out>) at ../Python/pythonrun.c:1370
#20 0x00000000004699e3 in PyRun_FileExFlags (fp=fp@entry=0x9c6a30, 
filename=filename@entry=0x7fffffffe880 
"/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py", 
start=start@entry=257, 
    globals=globals@entry={'PFNGLGETHISTOGRAMPARAMETERIVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 
33089, 'glHintPGI': <CFunctionType at remote 0x7ffff3054870>, 
'PFNGLISRENDERBUFFEREXTPROC': <_ctypes.PyCFuncPtrType at remote 0xae37b0>, 
'GL_SGIX_tag_sample_buffer': 1, 'glGetIntegerIndexedvEXT': 
<_FuncPtr(__name__='glGetIntegerIndexedvEXT') at remote 0x7ffff2f24870>, 
'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': <_ctypes.PyCFuncPtrType 
at remote 0xc4eb20>, 'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 
'PFNGLVERTEXATTRIB4NBVARBPROC': <_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 
'glEvalCoord2d': <_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 
'glEvalCoord2f': <_FuncPtr(__name__='glEvalCoord2f') at remote 0x7ffff6b2e530>, 
'GL_RGBA_INTEGER_EXT': 36249, 'PFNGLUNIFORMMATRIX2FVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 'GL_ALPHA_FLOAT32_ATI': 34838, 
'InstructionsMenu': <type at remote 0xabdb90>, 'glColorFragmentOp1ATI': 
<_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 0...(truncated), 
    locals=locals@entry={'PFNGLGETHISTOGRAMPARAMETERIVPROC': 
<_ctypes.PyCFuncPtrType at remote 0xbaf770>, 'GL_PIXEL_TILE_HEIGHT_SGIX': 
33089, 'glHintPGI': <CFunctionType at remote 0x7ffff3054870>, 
'PFNGLISRENDERBUFFEREXTPROC': <_ctypes.PyCFuncPtrType at remote 0xae37b0>, 
'GL_SGIX_tag_sample_buffer': 1, 'glGetIntegerIndexedvEXT': 
<_FuncPtr(__name__='glGetIntegerIndexedvEXT') at remote 0x7ffff2f24870>, 
'GL_DITHER': 3024, 'PFNGLMAPVERTEXATTRIB2FAPPLEPROC': <_ctypes.PyCFuncPtrType 
at remote 0xc4eb20>, 'GL_SHADER_IMAGE_ACCESS_BARRIER_BIT_EXT': 32, 
'PFNGLVERTEXATTRIB4NBVARBPROC': <_ctypes.PyCFuncPtrType at remote 0xbf83b0>, 
'glEvalCoord2d': <_FuncPtr(__name__='glEvalCoord2d') at remote 0x7ffff6b2e460>, 
'glEvalCoord2f': <_FuncPtr(__name__='glEvalCoord2f') at re---Type <return> to 
continue, or q <return> to quit---
mote 0x7ffff6b2e530>, 'GL_RGBA_INTEGER_EXT': 36249, 
'PFNGLUNIFORMMATRIX2FVPROC': <_ctypes.PyCFuncPtrType at remote 0xbf7e40>, 
'GL_ALPHA_FLOAT32_ATI': 34838, 'InstructionsMenu': <type at remote 0xabdb90>, 
'glColorFragmentOp1ATI': <_FuncPtr(__name__='glColorFragmentOp1ATI') at remote 
0...(truncated), closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340)
    at ../Python/pythonrun.c:1356
#21 0x0000000000469f1c in PyRun_SimpleFileExFlags (fp=fp@entry=0x9c6a30, 
filename=<optimized out>, filename@entry=0x7fffffffe880 
"/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py", 
    closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340) at 
../Python/pythonrun.c:948
#22 0x000000000046a018 in PyRun_AnyFileExFlags (fp=fp@entry=0x9c6a30, 
filename=filename@entry=0x7fffffffe880 
"/home/jannis/Dropbox/Pyglet/examples/astraea/astraea.py", 
    closeit=closeit@entry=1, flags=flags@entry=0x7fffffffe340) at 
../Python/pythonrun.c:752
#23 0x000000000046ab81 in Py_Main (argc=<optimized out>, argv=0x7fffffffe4f8) 
at ../Modules/main.c:640
#24 0x00007ffff7818ec5 in __libc_start_main (main=0x46ac3f <main>, argc=2, 
argv=0x7fffffffe4f8, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, 
    stack_end=0x7fffffffe4e8) at libc-start.c:287
#25 0x000000000057497e in _start ()
(gdb) info threads
  Id   Target Id         Frame 
* 3    Thread 0x7fffe133d700 (LWP 3186) "threaded-ml" 0x00007ffff60c5729 in 
ffi_closure_unix64_inner () from /usr/lib/x86_64-linux-gnu/libffi.so.6
  2    Thread 0x7fffef1aa700 (LWP 3172) "python" pthread_cond_wait@@GLIBC_2.3.2 
() at ../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  1    Thread 0x7ffff7fda740 (LWP 3154) "python" 0x00007ffff78e8da3 in select 
() at ../sysdeps/unix/syscall-template.S:81
(gdb) 

Reply via email to