Can somebody try reproducing the following:
-----
1) wget  http://wpcvn.com/tmp/2816522621.mp4

2)  >>> import pyglet.media
source = pyglet.media.load("2816522621.mp4")
timestamp = source.get_next_video_timestamp()
-----

With this specific video Pyglet 1.4 (Ubuntu 9.10/x64, avbin 7.1) crashes on 
on me with the segmentation fault :(
The crash is specific to this video. I want to know - would it crash for 
everyone, or is it just my system....

-- Best, Dmitry




----
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff1998ab7 in ?? () from /usr/lib/libswscale.so.0
(gdb) bt
#0  0x00007ffff1998ab7 in ?? () from /usr/lib/libswscale.so.0
#1  0x00007ffff198503f in sws_scale () from /usr/lib/libswscale.so.0
#2  0x00007ffff2afe51e in avbin_decode_video () from /usr/lib/libavbin.so
#3  0x00007ffff6da7bec in ffi_call_unix64 ()
   from /usr/lib/python2.6/lib-dynload/_ctypes.so
#4  0x00007ffff6da72d3 in ffi_call ()
   from /usr/lib/python2.6/lib-dynload/_ctypes.so
#5  0x00007ffff6da1d64 in _CallProc ()
   from /usr/lib/python2.6/lib-dynload/_ctypes.so
#6  0x00007ffff6d99bf7 in ?? () from 
/usr/lib/python2.6/lib-dynload/_ctypes.so
#7  0x000000000041d6e7 in PyObject_Call ()
#8  0x00000000004a199c in PyEval_EvalFrameEx ()
#9  0x00000000004a2e47 in PyEval_EvalFrameEx ()
#10 0x00000000004a2e47 in PyEval_EvalFrameEx ()
#11 0x00000000004a2e47 in PyEval_EvalFrameEx ()
#12 0x00000000004a40e0 in PyEval_EvalCodeEx ()
#13 0x00000000004a41b2 in PyEval_EvalCode ()
#14 0x00000000004c33a0 in PyRun_FileExFlags ()
#15 0x00000000004c3564 in PyRun_SimpleFileExFlags ()
#16 0x0000000000418ab7 in Py_Main ()
-----

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyglet-users/-/k5f_qKO25zwJ.
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