After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 387857 - [h264] Random crashes on specific movie on PPC
[h264] Random crashes on specific movie on PPC
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-libav
0.10.3
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-20 10:44 UTC by Sebastian Dröge (slomo)
Modified: 2008-05-05 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2006-12-20 10:44:13 UTC
Hi,
gst-ffmpeg 0.10.3 sometimes crashes on PPC when playing the file that one can download from http://www.bravia-advert.com/paint/thead/ . This happens only randomly and not very often.

Below is the full threaded backtrace:

Using host libthread_db library "/lib/libthread_db.so.1".
Core was generated by `totem bravia_paint_ad_70sec_700x394.mov'.
Program terminated with signal 11, Segmentation fault.

Thread 11 (process 9743)

  • #0 ___newselect_nocancel
    from /lib/libc.so.6
  • #1 g_poll
    at gmain.c line 563
  • #2 g_main_context_iterate
    at gmain.c line 2979
  • #3 IA__g_main_loop_run
    at gmain.c line 2881
  • #4 gst_bus_poll
    at gstbus.c line 868
  • #5 bacon_video_widget_error_quark
  • #6 bacon_video_widget_play
  • #7 totem_action_play
  • #8 totem_action_play_pause
  • #9 main

Thread 1 (process 9753)

  • #0 avg_h264_chroma_mc8_altivec
    at h264_template_altivec.c line 118
  • #1 mc_part
    at h264.c line 2916
  • #2 hl_motion
    at h264.c line 3073
  • #3 hl_decode_mb
    at h264.c line 3784
  • #4 decode_slice
    at h264.c line 7441
  • #5 decode_nal_units
    at h264.c line 8142
  • #6 decode_frame
    at h264.c line 8285
  • #7 avcodec_decode_video
    at utils.c line 932
  • #8 gst_ffmpegdec_frame
    at gstffmpegdec.c line 1208
  • #9 gst_ffmpegdec_chain
    at gstffmpegdec.c line 1936
  • #10 gst_pad_chain_unchecked
    at gstpad.c line 3412
  • #11 gst_pad_push
    at gstpad.c line 3578
  • #12 gst_queue_loop
    at gstqueue.c line 786
  • #13 gst_task_func
    at gsttask.c line 192
  • #14 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #15 g_thread_create_proxy
    at gthread.c line 553
  • #16 start_thread
    from /lib/libpthread.so.0
  • #17 clone
    from /lib/libc.so.6

Comment 1 Edward Hervey 2007-12-17 15:00:15 UTC
can you try with ffmpeg svn ? It uses upstream ffmpeg now, there's a strong probability this issue has been fixed upstream.
Comment 2 Sebastian Dröge (slomo) 2008-05-05 06:56:45 UTC
I can't test this anymore unfortunately... no idea if I still have this movie somewhere, the website is dead at least :/